diff --git a/.github/workflows/ci_any_pr.yaml b/.github/workflows/ci_any_pr.yaml index 27c9cd40..449857d1 100644 --- a/.github/workflows/ci_any_pr.yaml +++ b/.github/workflows/ci_any_pr.yaml @@ -86,7 +86,7 @@ jobs: - uses: actions/checkout@v4 with: ref: ${{github.event.pull_request.head.sha}} - - uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2 + - uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0 with: go-version-file: ${{ matrix.go-test-dir }}/../go.mod - name: Golang unit tests diff --git a/.github/workflows/ci_main_branch.yaml b/.github/workflows/ci_main_branch.yaml index 8c2ab814..294159fe 100644 --- a/.github/workflows/ci_main_branch.yaml +++ b/.github/workflows/ci_main_branch.yaml @@ -86,7 +86,7 @@ jobs: - uses: actions/checkout@v4 with: ref: ${{github.event.pull_request.head.sha}} - - uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2 + - uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0 with: go-version-file: ${{ matrix.go-test-dir }}/../go.mod - name: Golang unit tests diff --git a/.github/workflows/go-lint.yaml b/.github/workflows/go-lint.yaml index 4cb1e51b..4d34e330 100644 --- a/.github/workflows/go-lint.yaml +++ b/.github/workflows/go-lint.yaml @@ -41,7 +41,7 @@ jobs: - anthos-bm-gcp-terraform/test steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - - uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2 + - uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0 with: go-version-file: ${{ matrix.folder }}/go.mod cache-dependency-path: ${{ matrix.folder }}/go.sum