From 82eabd6e1a69b7b818d0ec20c76ed9794f2d1019 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 15:53:18 -0700 Subject: [PATCH] Bump google-github-actions/auth from 2.1.6 to 2.1.7 (#1522) Bumps [google-github-actions/auth](https://github.com/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 ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/functional_test_v2.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/functional_test_v2.yaml b/.github/workflows/functional_test_v2.yaml index 6257a2588d..1b5247129b 100644 --- a/.github/workflows/functional_test_v2.yaml +++ b/.github/workflows/functional_test_v2.yaml @@ -228,7 +228,7 @@ jobs: ~/go/bin ~/go/pkg/mod key: go-cache-${{ runner.os }}-${{ hashFiles('**/go.sum') }} - - uses: 'google-github-actions/auth@v2.1.6' + - uses: 'google-github-actions/auth@v2.1.7' with: project_id: ${{ secrets.GKE_PROJECT }} credentials_json: ${{ secrets.GKE_SA_KEY }} @@ -291,7 +291,7 @@ jobs: ~/go/bin ~/go/pkg/mod key: go-cache-${{ runner.os }}-${{ hashFiles('**/go.sum') }} - - uses: 'google-github-actions/auth@v2.1.6' + - uses: 'google-github-actions/auth@v2.1.7' with: project_id: ${{ secrets.GKE_PROJECT }} credentials_json: ${{ secrets.GKE_SA_KEY }}