From 20886f30e04835493fe9106956c8f7d7ba092f65 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Nov 2023 15:28:58 +0000 Subject: [PATCH] Bump google-github-actions/auth from 1.1.1 to 2.0.0 Bumps [google-github-actions/auth](https://github.com/google-github-actions/auth) from 1.1.1 to 2.0.0. - [Release notes](https://github.com/google-github-actions/auth/releases) - [Changelog](https://github.com/google-github-actions/auth/blob/main/CHANGELOG.md) - [Commits](https://github.com/google-github-actions/auth/compare/v1.1.1...v2.0.0) --- 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/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7a674e6..6a0d127 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: - uses: actions/checkout@v4 with: submodules: true - - uses: google-github-actions/auth@v1.1.1 + - uses: google-github-actions/auth@v2.0.0 with: workload_identity_provider: '${{ secrets.WORKLOAD_IDENTITY_POOL_PROVIDER }}' service_account: '${{ secrets.CONTAINER_IMAGE_BUILDER_SERVICE_ACCOUNT_ID }}' @@ -108,7 +108,7 @@ jobs: helm template chart/ > helm-output.yaml kustomize create --resources helm-output.yaml kustomize build . - - uses: google-github-actions/auth@v1.1.1 + - uses: google-github-actions/auth@v2.0.0 with: workload_identity_provider: '${{ secrets.WORKLOAD_IDENTITY_POOL_PROVIDER }}' service_account: '${{ secrets.CONTAINER_IMAGE_BUILDER_SERVICE_ACCOUNT_ID }}'