Skip to content

Commit da63fa3

Browse files
Update google-github-actions/auth digest to 71f9864
1 parent fb5d422 commit da63fa3

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/health-metrics-pull-request.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
with:
4444
node-version: 22.10.0
4545
# This commit represents v0.8.3
46-
- uses: 'google-github-actions/auth@c4799db9111fba4461e9f9da8732e5057b394f72'
46+
- uses: 'google-github-actions/auth@71f986410dfbc7added4569d411d040a91dc6935'
4747
with:
4848
credentials_json: '${{ secrets.GCP_SA_KEY }}'
4949
# This commit represents v2.1.4
@@ -62,7 +62,7 @@ jobs:
6262
with:
6363
node-version: 22.10.0
6464
# This commit represents v0.8.3
65-
- uses: 'google-github-actions/auth@c4799db9111fba4461e9f9da8732e5057b394f72'
65+
- uses: 'google-github-actions/auth@71f986410dfbc7added4569d411d040a91dc6935'
6666
with:
6767
credentials_json: '${{ secrets.GCP_SA_KEY }}'
6868
# This commit represents v2.1.4

.github/workflows/health-metrics-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: ubuntu-latest
2525
steps:
2626
# This commit represents v0.8.3
27-
- uses: 'google-github-actions/auth@c4799db9111fba4461e9f9da8732e5057b394f72'
27+
- uses: 'google-github-actions/auth@71f986410dfbc7added4569d411d040a91dc6935'
2828
with:
2929
credentials_json: '${{ secrets.GCP_SA_KEY }}'
3030
# This commit represents v2.1.4

.github/workflows/test-changed-firestore-integration.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
# This makes Actions fetch all Git history so run-changed script can diff properly.
3535
fetch-depth: 0
3636
# This commit represents v0.8.3
37-
- uses: 'google-github-actions/auth@c4799db9111fba4461e9f9da8732e5057b394f72'
37+
- uses: 'google-github-actions/auth@71f986410dfbc7added4569d411d040a91dc6935'
3838
if: ${{ fromJSON(env.run_terraform_steps) }}
3939
with:
4040
credentials_json: '${{ secrets.JSSDK_ACTIONS_SA_KEY }}'

0 commit comments

Comments
 (0)