Skip to content

Commit 96e9bff

Browse files
committed
use full hash
1 parent 9cfe966 commit 96e9bff

File tree

5 files changed

+15
-15
lines changed

5 files changed

+15
-15
lines changed

.github/workflows/check-changeset.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,15 +58,15 @@ jobs:
5858
run: echo "${{steps.check-changeset.outputs.BLOCKING_FAILURE}}"
5959
- name: Find Comment
6060
# This commit represents v3.1.0
61-
uses: peter-evans/find-comment@3eae4d3
61+
uses: peter-evans/find-comment@3eae4d37986fb5a8592848f6a574fdf654e61f9e
6262
id: fc
6363
with:
6464
issue-number: ${{github.event.number}}
6565
body-includes: Changeset File Check
6666
- name: Create comment (missing packages)
6767
if: ${{!steps.fc.outputs.comment-id && steps.check-changeset.outputs.CHANGESET_ERROR_MESSAGE}}
6868
# This commit represents v4.0.0
69-
uses: peter-evans/create-or-update-comment@71345be
69+
uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043
7070
with:
7171
issue-number: ${{github.event.number}}
7272
body: |
@@ -75,7 +75,7 @@ jobs:
7575
- name: Update comment (missing packages)
7676
if: ${{steps.fc.outputs.comment-id && steps.check-changeset.outputs.CHANGESET_ERROR_MESSAGE}}
7777
# This commit represents v4.0.0
78-
uses: peter-evans/create-or-update-comment@71345be
78+
uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043
7979
with:
8080
comment-id: ${{steps.fc.outputs.comment-id}}
8181
edit-mode: replace
@@ -85,7 +85,7 @@ jobs:
8585
- name: Update comment (no missing packages)
8686
if: ${{steps.fc.outputs.comment-id && !steps.check-changeset.outputs.CHANGESET_ERROR_MESSAGE}}
8787
# This commit represents v4.0.0
88-
uses: peter-evans/create-or-update-comment@71345be
88+
uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043
8989
with:
9090
comment-id: ${{steps.fc.outputs.comment-id}}
9191
edit-mode: replace

.github/workflows/check-vertexai-responses.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,15 @@ jobs:
3636
working-directory: packages/vertexai/test-utils/vertexai-sdk-test-data
3737
- name: Find comment from previous run if exists
3838
# This commit represents v3.1.0
39-
uses: peter-evans/find-comment@3eae4d3
39+
uses: peter-evans/find-comment@3eae4d37986fb5a8592848f6a574fdf654e61f9e
4040
id: fc
4141
with:
4242
issue-number: ${{github.event.number}}
4343
body-includes: Vertex AI Mock Responses Check
4444
- name: Comment on PR if newer version is available
4545
if: ${{env.cloned_tag != env.latest_tag && !steps.fc.outputs.comment-id}}
4646
# This commit represents v4.0.0
47-
uses: peter-evans/create-or-update-comment@71345be
47+
uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043
4848
with:
4949
issue-number: ${{github.event.number}}
5050
body: >

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@ jobs:
4343
with:
4444
node-version: 22.10.0
4545
# This commit represents v0.8.3
46-
- uses: 'google-github-actions/auth@c4799db'
46+
- uses: 'google-github-actions/auth@c4799db9111fba4461e9f9da8732e5057b394f72'
4747
with:
4848
credentials_json: '${{ secrets.GCP_SA_KEY }}'
4949
# This commit represents v2.1.4
50-
- uses: google-github-actions/setup-gcloud@77e7a55
50+
- uses: google-github-actions/setup-gcloud@77e7a554d41e2ee56fc945c52dfd3f33d12def9a
5151
- run: yarn install
5252
- run: yarn build
5353
- name: Run health-metrics/binary-size test
@@ -62,11 +62,11 @@ jobs:
6262
with:
6363
node-version: 22.10.0
6464
# This commit represents v0.8.3
65-
- uses: 'google-github-actions/auth@c4799db'
65+
- uses: 'google-github-actions/auth@c4799db9111fba4461e9f9da8732e5057b394f72'
6666
with:
6767
credentials_json: '${{ secrets.GCP_SA_KEY }}'
6868
# This commit represents v2.1.4
69-
- uses: google-github-actions/setup-gcloud@77e7a55
69+
- uses: google-github-actions/setup-gcloud@77e7a554d41e2ee56fc945c52dfd3f33d12def9a
7070
- run: yarn install
7171
- run: yarn build
7272
- name: Run health-metrics/modular-exports-binary-size test

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ jobs:
2424
runs-on: ubuntu-latest
2525
steps:
2626
# This commit represents v0.8.3
27-
- uses: 'google-github-actions/auth@c4799db'
27+
- uses: 'google-github-actions/auth@c4799db9111fba4461e9f9da8732e5057b394f72'
2828
with:
2929
credentials_json: '${{ secrets.GCP_SA_KEY }}'
3030
# This commit represents v2.1.4
31-
- uses: google-github-actions/setup-gcloud@77e7a55
31+
- uses: google-github-actions/setup-gcloud@77e7a554d41e2ee56fc945c52dfd3f33d12def9a
3232
# This commit represents v1.4
33-
- uses: FirebaseExtended/github-actions/health-metrics/release-diffing@41c787c
33+
- uses: FirebaseExtended/github-actions/health-metrics/release-diffing@41c787c37157e4c5932b951e531c041efa5bb7a4
3434
with:
3535
repo: ${{ github.repository }}
3636
ref: ${{ github.ref }}

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

Lines changed: 2 additions & 2 deletions
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@c4799db'
37+
- uses: 'google-github-actions/auth@c4799db9111fba4461e9f9da8732e5057b394f72'
3838
if: ${{ fromJSON(env.run_terraform_steps) }}
3939
with:
4040
credentials_json: '${{ secrets.JSSDK_ACTIONS_SA_KEY }}'
@@ -43,7 +43,7 @@ jobs:
4343
- name: Setup Terraform
4444
if: ${{ fromJSON(env.run_terraform_steps) }}
4545
# This commit represents v3.1.2
46-
uses: hashicorp/setup-terraform@b9cd54a
46+
uses: hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd
4747
- name: Terraform Init
4848
if: ${{ fromJSON(env.run_terraform_steps) }}
4949
run: |

0 commit comments

Comments
 (0)