diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index f811abe..d038833 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -44,7 +44,7 @@ jobs: # Manually install the right version of Go # See https://github.com/github/codeql-action/issues/1842 and https://github.com/github/codeql/issues/13992 - name: Setup Go - uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0 + uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0 with: go-version-file: "go.mod" # not needed but gets rid of warnings diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 16e99d6..523df7e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ jobs: with: # Allow goreleaser to access older tag information. fetch-depth: 0 - - uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0 + - uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0 with: go-version-file: 'go.mod' cache: true diff --git a/.github/workflows/test-opentofu.yml b/.github/workflows/test-opentofu.yml index 4bda926..df4aeb1 100644 --- a/.github/workflows/test-opentofu.yml +++ b/.github/workflows/test-opentofu.yml @@ -24,7 +24,7 @@ jobs: timeout-minutes: 5 steps: - uses: actions/checkout@v6.0.1 # v4.0.0 - - uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0 + - uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0 with: go-version-file: 'go.mod' cache: true @@ -56,7 +56,7 @@ jobs: - '1.10.*' steps: - uses: actions/checkout@v6.0.1 - - uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c + - uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 with: go-version-file: 'go.mod' cache: true diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f8a1041..3019f3d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -36,7 +36,7 @@ jobs: timeout-minutes: 5 steps: - uses: actions/checkout@v6.0.1 # v4.0.0 - - uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0 + - uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0 with: go-version-file: 'go.mod' #cache: true @@ -58,7 +58,7 @@ jobs: with: terraform_version: ${{ env.LATEST_VERSION }} terraform_wrapper: false - - uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0 + - uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0 with: go-version-file: 'go.mod' cache: true @@ -92,7 +92,7 @@ jobs: - '1.14.*' steps: - uses: actions/checkout@v6.0.1 # v4.0.0 - - uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0 + - uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0 with: go-version-file: 'go.mod' cache: true