Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/health-metrics-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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@0dfce0c0f81ee698e8ca7d23b8a0b0706f6370e3'
with:
credentials_json: '${{ secrets.GCP_SA_KEY }}'
# This commit represents v2.1.4
Expand All @@ -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@0dfce0c0f81ee698e8ca7d23b8a0b0706f6370e3'
with:
credentials_json: '${{ secrets.GCP_SA_KEY }}'
# This commit represents v2.1.4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/health-metrics-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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@0dfce0c0f81ee698e8ca7d23b8a0b0706f6370e3'
with:
credentials_json: '${{ secrets.GCP_SA_KEY }}'
# This commit represents v2.1.4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-changed-firestore-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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@0dfce0c0f81ee698e8ca7d23b8a0b0706f6370e3'
if: ${{ fromJSON(env.run_terraform_steps) }}
with:
credentials_json: '${{ secrets.JSSDK_ACTIONS_SA_KEY }}'
Expand Down
Loading