From a6392572899543cea3e97c82e4307393f80a1b61 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 12 May 2025 21:43:46 -0400 Subject: [PATCH] =?UTF-8?q?chore(ci):=20update=20actions/setup-go=20digest?= =?UTF-8?q?=20(0aaccfd=20=E2=86=92=20d35c59a)=20(#1958)?= 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 5d596a06..05ec5e1d 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@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5 + uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # 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 20ec6e3b..95213691 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@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5 + uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5 with: go-version-file: "go.mod" cache-dependency-path: "**/*.sum" @@ -64,7 +64,7 @@ jobs: - '**/*.go' - name: Setup Go - uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5 + uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5 with: go-version-file: "go.mod" cache-dependency-path: "**/*.sum" diff --git a/.github/workflows/testacc.yml b/.github/workflows/testacc.yml index 22ce45f0..e0852070 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@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5 + uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5 with: go-version-file: "go.mod" cache-dependency-path: "**/*.sum"