diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d16e2e2..57b8d2b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -47,7 +47,7 @@ jobs: - id: "auth" if: github.ref == 'refs/heads/main' name: "Authenticate to Google Cloud" - uses: "google-github-actions/auth@v1.1.1" # ratchet:google-github-actions/auth@v1.0.0 + uses: "google-github-actions/auth@v1.2.0" # ratchet:google-github-actions/auth@v1.0.0 with: workload_identity_provider: ${{ secrets.NAIS_IO_WORKLOAD_IDENTITY_PROVIDER }} service_account: "gh-nais-verification@nais-io.iam.gserviceaccount.com" @@ -115,7 +115,7 @@ jobs: - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # ratchet:actions/checkout@v3 - id: 'auth' name: 'Authenticate to Google Cloud' - uses: 'google-github-actions/auth@35b0e87d162680511bf346c299f71c9c5c379033' # ratchet:google-github-actions/auth@v1.1.1 + uses: 'google-github-actions/auth@f105ef0cdb3b102a020be1767fcc8a974898b7c6' # ratchet:google-github-actions/auth@v1.2.0 with: workload_identity_provider: ${{ secrets.NAIS_IO_WORKLOAD_IDENTITY_PROVIDER }} service_account: 'gh-nais-verification@nais-io.iam.gserviceaccount.com'