From f89b5eff05891fcbad200ff66d389ca2f4c90a0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 09:04:34 +0000 Subject: [PATCH] Bump google-github-actions/auth from 2.1.6 to 2.1.7 in the actions group (#480) Bumps the actions group with 1 update: [google-github-actions/auth](https://github.com/google-github-actions/auth). Updates `google-github-actions/auth` from 2.1.6 to 2.1.7 - [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.6...v2.1.7) --- updated-dependencies: - dependency-name: google-github-actions/auth dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/chart.yaml b/.github/workflows/chart.yaml index 3db2ce42..f2a79f45 100644 --- a/.github/workflows/chart.yaml +++ b/.github/workflows/chart.yaml @@ -191,7 +191,7 @@ jobs: - id: auth if: github.actor != 'dependabot[bot]' name: Authenticate to Google Cloud - uses: google-github-actions/auth@v2.1.6 + uses: google-github-actions/auth@v2.1.7 with: workload_identity_provider: ${{ secrets.NAIS_IO_WORKLOAD_IDENTITY_PROVIDER }} service_account: ${{ env.SERVICE_ACCOUNT }}