diff --git a/.github/workflows/build-push-cft-devtools.yml b/.github/workflows/build-push-cft-devtools.yml index 9b302c59ec7..a9a3912d68c 100644 --- a/.github/workflows/build-push-cft-devtools.yml +++ b/.github/workflows/build-push-cft-devtools.yml @@ -24,7 +24,7 @@ jobs: - id: 'auth' name: 'Authenticate to Google Cloud' - uses: 'google-github-actions/auth@5a50e581162a13f4baa8916d01180d2acbc04363' # v2.1.0 + uses: 'google-github-actions/auth@a6e2e39c0a0331da29f7fd2c2a20a427e8d3ad1f' # v2.1.1 with: workload_identity_provider: '${{ secrets.GCP_WIF_PROVIDER }}' service_account: '${{ secrets.GCP_WIF_SA_EMAIL }}' diff --git a/.github/workflows/release-cli.yml b/.github/workflows/release-cli.yml index 8d44d9398e7..b73936b9b3b 100644 --- a/.github/workflows/release-cli.yml +++ b/.github/workflows/release-cli.yml @@ -29,7 +29,7 @@ jobs: - id: 'auth' name: 'Authenticate to Google Cloud' - uses: 'google-github-actions/auth@5a50e581162a13f4baa8916d01180d2acbc04363' # v2.1.0 + uses: 'google-github-actions/auth@a6e2e39c0a0331da29f7fd2c2a20a427e8d3ad1f' # v2.1.1 with: workload_identity_provider: '${{ secrets.GCP_WIF_PROVIDER }}' service_account: '${{ secrets.GCP_WIF_SA_EMAIL }}'