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"