From 49a04900bf7a48eb1a9fccc7b36393512bd704f8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Sep 2025 14:55:37 +0000 Subject: [PATCH] chore(deps): update google-github-actions/auth digest to fc21748 --- .github/workflows/health-metrics-pull-request.yml | 4 ++-- .github/workflows/health-metrics-release.yml | 2 +- .github/workflows/test-changed-firestore-integration.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/health-metrics-pull-request.yml b/.github/workflows/health-metrics-pull-request.yml index bc28a0841c6..a9a29b2db7b 100644 --- a/.github/workflows/health-metrics-pull-request.yml +++ b/.github/workflows/health-metrics-pull-request.yml @@ -43,7 +43,7 @@ jobs: with: node-version: 22.10.0 # This commit represents v0.8.3 - - uses: 'google-github-actions/auth@c4799db9111fba4461e9f9da8732e5057b394f72' + - uses: 'google-github-actions/auth@fc2174804b84f912b1f6d334e9463f484f1c552d' with: credentials_json: '${{ secrets.GCP_SA_KEY }}' # This commit represents v2.1.4 @@ -62,7 +62,7 @@ jobs: with: node-version: 22.10.0 # This commit represents v0.8.3 - - uses: 'google-github-actions/auth@c4799db9111fba4461e9f9da8732e5057b394f72' + - uses: 'google-github-actions/auth@fc2174804b84f912b1f6d334e9463f484f1c552d' with: credentials_json: '${{ secrets.GCP_SA_KEY }}' # This commit represents v2.1.4 diff --git a/.github/workflows/health-metrics-release.yml b/.github/workflows/health-metrics-release.yml index 79aef4b3dad..0c26afb037f 100644 --- a/.github/workflows/health-metrics-release.yml +++ b/.github/workflows/health-metrics-release.yml @@ -24,7 +24,7 @@ jobs: runs-on: ubuntu-latest steps: # This commit represents v0.8.3 - - uses: 'google-github-actions/auth@c4799db9111fba4461e9f9da8732e5057b394f72' + - uses: 'google-github-actions/auth@fc2174804b84f912b1f6d334e9463f484f1c552d' with: credentials_json: '${{ secrets.GCP_SA_KEY }}' # This commit represents v2.1.4 diff --git a/.github/workflows/test-changed-firestore-integration.yml b/.github/workflows/test-changed-firestore-integration.yml index b894e70e1ec..2f4c104fc29 100644 --- a/.github/workflows/test-changed-firestore-integration.yml +++ b/.github/workflows/test-changed-firestore-integration.yml @@ -34,7 +34,7 @@ jobs: # This makes Actions fetch all Git history so run-changed script can diff properly. fetch-depth: 0 # This commit represents v0.8.3 - - uses: 'google-github-actions/auth@c4799db9111fba4461e9f9da8732e5057b394f72' + - uses: 'google-github-actions/auth@fc2174804b84f912b1f6d334e9463f484f1c552d' if: ${{ fromJSON(env.run_terraform_steps) }} with: credentials_json: '${{ secrets.JSSDK_ACTIONS_SA_KEY }}'