From 7c62a8cc5715bb2e5c47a424d7686e06f4d7bd7b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Nov 2023 05:37:25 +0000 Subject: [PATCH] Bump google-github-actions/auth from 1.1.1 to 1.2.0 Bumps [google-github-actions/auth](https://github.com/google-github-actions/auth) from 1.1.1 to 1.2.0. - [Release notes](https://github.com/google-github-actions/auth/releases) - [Commits](https://github.com/google-github-actions/auth/compare/v1.1.1...v1.2.0) --- updated-dependencies: - dependency-name: google-github-actions/auth dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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'