diff --git a/.github/workflows/health-metrics-pull-request.yml b/.github/workflows/health-metrics-pull-request.yml index bc28a0841c6..82fdab03cbf 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@0920706a19e9d22c3d0da43d1db5939c6ad837a8' 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@0920706a19e9d22c3d0da43d1db5939c6ad837a8' 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..7b7dc3a03bf 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@0920706a19e9d22c3d0da43d1db5939c6ad837a8' 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 6841bdd47d6..5561e9ac987 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@0920706a19e9d22c3d0da43d1db5939c6ad837a8' if: ${{ fromJSON(env.run_terraform_steps) }} with: credentials_json: '${{ secrets.JSSDK_ACTIONS_SA_KEY }}'