diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index cb1a78a..6d0c631 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -51,7 +51,7 @@ jobs: - id: "auth" name: "Authenticate to Google Cloud" if: github.ref == 'refs/heads/main' - uses: "google-github-actions/auth@71fee32a0bb7e97b4d33d548e7d957010649d8fa" # ratchet:google-github-actions/auth@v2.1.3 + uses: "google-github-actions/auth@f112390a2df9932162083945e46d439060d66ec2" # ratchet:google-github-actions/auth@v2.1.4 with: workload_identity_provider: ${{ secrets.NAIS_IO_WORKLOAD_IDENTITY_PROVIDER }} service_account: "gh-aiven-poke@nais-io.iam.gserviceaccount.com" @@ -114,7 +114,7 @@ jobs: - id: 'auth' if: github.ref == 'refs/heads/main' name: 'Authenticate to Google Cloud' - uses: 'google-github-actions/auth@71fee32a0bb7e97b4d33d548e7d957010649d8fa' # ratchet:google-github-actions/auth@v2.1.3 + uses: 'google-github-actions/auth@f112390a2df9932162083945e46d439060d66ec2' # ratchet:google-github-actions/auth@v2.1.4 with: workload_identity_provider: ${{ secrets.NAIS_IO_WORKLOAD_IDENTITY_PROVIDER }} service_account: 'gh-aiven-poke@nais-io.iam.gserviceaccount.com'