From 64d58509a712386deaf1bd720cb78a676fab2bbd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Aug 2025 08:38:55 +0000 Subject: [PATCH] Bump google-github-actions/auth from 2.1.10 to 2.1.12 Bumps [google-github-actions/auth](https://github.com/google-github-actions/auth) from 2.1.10 to 2.1.12. - [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/ba79af03959ebeac9769e648f473a284504d9193...b7593ed2efd1c1617e1b0254da33b86225adb2a5) --- updated-dependencies: - dependency-name: google-github-actions/auth dependency-version: 2.1.12 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/build-time-benchmark.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-time-benchmark.yml b/.github/workflows/build-time-benchmark.yml index f81509a..71fae75 100644 --- a/.github/workflows/build-time-benchmark.yml +++ b/.github/workflows/build-time-benchmark.yml @@ -16,7 +16,7 @@ jobs: architecture: x64 distribution: 'temurin' - name: Login to GCP - uses: google-github-actions/auth@ba79af03959ebeac9769e648f473a284504d9193 + uses: google-github-actions/auth@b7593ed2efd1c1617e1b0254da33b86225adb2a5 with: service_account: ${{ secrets.BQ_UPLOADER_SA }} credentials_json: ${{ secrets.BQ_UPLOADER_SA_KEY }}