From 8362bf543aa83dbb0fb841f21327d299ed220766 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 24 Aug 2023 17:45:39 +0000 Subject: [PATCH] chore(deps): pin dependencies --- .github/workflows/automerge.yml | 2 +- .github/workflows/pr-auditor.yml | 4 ++-- .github/workflows/update-tags.yml | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/automerge.yml b/.github/workflows/automerge.yml index c4165ba31..c1293cb00 100644 --- a/.github/workflows/automerge.yml +++ b/.github/workflows/automerge.yml @@ -23,7 +23,7 @@ jobs: runs-on: ubuntu-latest steps: - name: automerge - uses: pascalgn/automerge-action@v0.12.0 + uses: pascalgn/automerge-action@c9bd1823770819dc8fb8a5db2d11a3a95fbe9b07 # v0.12.0 env: # Allows this merge to trigger other actions GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" diff --git a/.github/workflows/pr-auditor.yml b/.github/workflows/pr-auditor.yml index bdc06f3bb..52ae9c06c 100644 --- a/.github/workflows/pr-auditor.yml +++ b/.github/workflows/pr-auditor.yml @@ -8,10 +8,10 @@ jobs: check-pr: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 with: repository: 'sourcegraph/pr-auditor' - - uses: actions/setup-go@v4 + - uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4 with: { go-version: '1.20' } - run: './check-pr.sh' diff --git a/.github/workflows/update-tags.yml b/.github/workflows/update-tags.yml index 96dd66ad4..7538572fb 100644 --- a/.github/workflows/update-tags.yml +++ b/.github/workflows/update-tags.yml @@ -11,8 +11,8 @@ jobs: dispatch: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 - - uses: actions/setup-go@v2 + - uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2 + - uses: actions/setup-go@bfdd3570ce990073878bf10f6b2d79082de49492 # v2 with: go-version: "^1.19" @@ -20,7 +20,7 @@ jobs: - name: Pin tags to ${{ github.event.inputs.semver }} run: tools/update-docker-tags.sh "${{ github.event.inputs.semver }}" - name: Open pull request - uses: peter-evans/create-pull-request@v3 + uses: peter-evans/create-pull-request@18f7dc018cc2cd597073088f7c7591b9d1c02672 # v3 with: token: ${{ secrets.GITHUB_TOKEN }} base: ${{ github.event.inputs.branch }}