From fe5a4b44b6107aeddb79375342681952027730d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 06:53:21 +0000 Subject: [PATCH] Bump google-github-actions/auth from 2.1.7 to 2.1.8 Bumps [google-github-actions/auth](https://github.com/google-github-actions/auth) from 2.1.7 to 2.1.8. - [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/6fc4af4b145ae7821d527454aa9bd537d1f2dc5f...71f986410dfbc7added4569d411d040a91dc6935) --- 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/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 05b329d..8f534ff 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@6fc4af4b145ae7821d527454aa9bd537d1f2dc5f + uses: google-github-actions/auth@71f986410dfbc7added4569d411d040a91dc6935 with: service_account: ${{ secrets.BQ_UPLOADER_SA }} credentials_json: ${{ secrets.BQ_UPLOADER_SA_KEY }}