From bd5ab9103cb0128bde2d8fe60b2873b2ff99219b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 19 Mar 2025 22:19:42 -0400 Subject: [PATCH] =?UTF-8?q?chore(ci):=20update=20actions/setup-go=20digest?= =?UTF-8?q?=20(f111f33=20=E2=86=92=200aaccfd)=20(#1831)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/golangci-lint.yml | 2 +- .github/workflows/test.yml | 4 ++-- .github/workflows/testacc.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/golangci-lint.yml b/.github/workflows/golangci-lint.yml index bd662992..8d3d1aee 100644 --- a/.github/workflows/golangci-lint.yml +++ b/.github/workflows/golangci-lint.yml @@ -31,7 +31,7 @@ jobs: - .github/workflows/golangci-lint.yml - name: Setup Go - uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5 + uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5 if: ${{ steps.filter.outputs.go == 'true' || steps.filter.outputs.linter == 'true'}} with: go-version-file: "go.mod" diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a8913fb4..029ea8ed 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -27,7 +27,7 @@ jobs: - name: Setup Go if: ${{ steps.filter.outputs.go == 'true' }} - uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5 + uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5 with: go-version-file: "go.mod" cache-dependency-path: "**/*.sum" @@ -64,7 +64,7 @@ jobs: - '**/*.go' - name: Setup Go - uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5 + uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5 with: go-version-file: "go.mod" cache-dependency-path: "**/*.sum" diff --git a/.github/workflows/testacc.yml b/.github/workflows/testacc.yml index 3b160898..dd637594 100644 --- a/.github/workflows/testacc.yml +++ b/.github/workflows/testacc.yml @@ -41,7 +41,7 @@ jobs: ref: ${{ github.event.inputs.ref || github.ref}} - name: Setup Go - uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5 + uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5 with: go-version-file: "go.mod" cache-dependency-path: "**/*.sum"