From a0a8c300bf67fd5878e05318ce91ee9a3cb1424e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2026 13:50:38 +0000 Subject: [PATCH] Bump google-github-actions/auth in /.github/actions/login-gar Bumps [google-github-actions/auth](https://github.com/google-github-actions/auth) from 2.1.11 to 3.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/140bb5113ffb6b65a7e9b937a81fa96cf5064462...7c6bc770dae815cd3e89ee6cdf493a5fab2cc093) --- updated-dependencies: - dependency-name: google-github-actions/auth dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/actions/login-gar/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/login-gar/action.yml b/.github/actions/login-gar/action.yml index 4b9d3ac..6c5bcc5 100644 --- a/.github/actions/login-gar/action.yml +++ b/.github/actions/login-gar/action.yml @@ -17,7 +17,7 @@ runs: steps: - name: get the GCP auth token id: gcp-auth - uses: google-github-actions/auth@140bb5113ffb6b65a7e9b937a81fa96cf5064462 + uses: google-github-actions/auth@7c6bc770dae815cd3e89ee6cdf493a5fab2cc093 with: token_format: access_token service_account: ${{ inputs.service_account }}