From cf1c5279b906cfb7bd4dba6da941012e73add07d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jan 2024 15:58:16 +0000 Subject: [PATCH] Bump google-github-actions/auth from 1.1.1 to 2.0.1 Bumps [google-github-actions/auth](https://github.com/google-github-actions/auth) from 1.1.1 to 2.0.1. - [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.1) --- 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..7c4c890 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.1 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.1 with: workload_identity_provider: '${{ secrets.WORKLOAD_IDENTITY_POOL_PROVIDER }}' service_account: '${{ secrets.CONTAINER_IMAGE_BUILDER_SERVICE_ACCOUNT_ID }}'