From f39cfc451ae00e94084bf063ae66e997b8aba7dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 04:43:33 +0000 Subject: [PATCH] Bump google-github-actions/auth from 2.1.3 to 2.1.6 Bumps [google-github-actions/auth](https://github.com/google-github-actions/auth) from 2.1.3 to 2.1.6. - [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/v2.1.3...v2.1.6) --- updated-dependencies: - dependency-name: google-github-actions/auth dependency-type: direct:production update-type: version-update:semver-patch ... 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 07e8ac0..e22514a 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@v2.1.3 + - uses: google-github-actions/auth@v2.1.6 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@v2.1.3 + - uses: google-github-actions/auth@v2.1.6 with: workload_identity_provider: '${{ secrets.WORKLOAD_IDENTITY_POOL_PROVIDER }}' service_account: '${{ secrets.CONTAINER_IMAGE_BUILDER_SERVICE_ACCOUNT_ID }}'