From 17ce63bef5dad0de7f60bc521d00c6a73caa4ef2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 05:32:08 +0000 Subject: [PATCH] Bump google-github-actions/auth from 1.2.0 to 2.1.2 Bumps [google-github-actions/auth](https://github.com/google-github-actions/auth) from 1.2.0 to 2.1.2. - [Release notes](https://github.com/google-github-actions/auth/releases) - [Commits](https://github.com/google-github-actions/auth/compare/v1.2.0...v2.1.2) --- updated-dependencies: - dependency-name: google-github-actions/auth dependency-type: direct:production update-type: version-update:semver-major ... 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 8d11fac..e0df146 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.2.0" # ratchet:google-github-actions/auth@v1.0.0 + uses: "google-github-actions/auth@v2.1.2" # 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@f105ef0cdb3b102a020be1767fcc8a974898b7c6' # ratchet:google-github-actions/auth@v1.2.0 + uses: 'google-github-actions/auth@55bd3a7c6e2ae7cf1877fd1ccb9d54c0503c457c' # ratchet:google-github-actions/auth@v2.1.2 with: workload_identity_provider: ${{ secrets.NAIS_IO_WORKLOAD_IDENTITY_PROVIDER }} service_account: 'gh-nais-verification@nais-io.iam.gserviceaccount.com'