Skip to content

Commit 363329e

Browse files
committed
chore(deps): pin dependencies
1 parent 0e0c99b commit 363329e

11 files changed

+38
-38
lines changed

.github/workflows/ai-platform-snippets.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
id: npm-cache-dir
6363
shell: bash
6464
run: echo "dir=$(npm config get cache)" >> ${GITHUB_OUTPUT}
65-
- uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
65+
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
6666
id: npm-cache
6767
with:
6868
path: ${{ steps.npm-cache-dir.outputs.dir }}
@@ -82,7 +82,7 @@ jobs:
8282
CAIP_PROJECT_ID: ${{ steps.secrets.outputs.caip_id }}
8383
- name: upload test results for FlakyBot workflow
8484
if: github.event.action == 'schedule' && always()
85-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4
85+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
8686
env:
8787
MOCHA_REPORTER_OUTPUT: "${{github.run_id}}_sponge_log.xml"
8888
with:

.github/workflows/ci-scripts.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
working-directory: .github/scripts
3232
steps:
3333
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
34-
- uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4
34+
- uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
3535
with:
3636
node-version: 20
3737
- run: npm install

.github/workflows/custard-ci-dev.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Create `bin` directory for cloud-samples-tools binaries
4646
run: mkdir bin
4747
working-directory: cloud-samples-tools
48-
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
48+
- uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5
4949
with:
5050
go-version: ${{ env.GO_VERSION }}
5151
- name: Build Custard (from cloud-samples-tools)
@@ -81,7 +81,7 @@ jobs:
8181
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
8282
with:
8383
ref: ${{ github.event.pull_request.head.sha }}
84-
- uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4
84+
- uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
8585
with:
8686
node-version: ${{ fromJson(env.CI_SETUP).node-version }}
8787
- uses: google-github-actions/auth@6fc4af4b145ae7821d527454aa9bd537d1f2dc5f # v2

.github/workflows/custard-ci.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: Create `bin` directory for cloud-samples-tools binaries
4747
run: mkdir bin
4848
working-directory: cloud-samples-tools
49-
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
49+
- uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5
5050
with:
5151
go-version: ${{ env.GO_VERSION }}
5252
- name: Build Custard (from cloud-samples-tools)
@@ -69,7 +69,7 @@ jobs:
6969
- name: Checkout
7070
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
7171
- name: Setup Node
72-
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4
72+
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
7373
with:
7474
node-version: 20
7575
- run: npm install
@@ -113,7 +113,7 @@ jobs:
113113
timeout-minutes: 5
114114
steps:
115115
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
116-
- uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4
116+
- uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
117117
with:
118118
node-version: 20
119119
- run: ./.github/workflows/utils/region-tags-tests.sh
@@ -138,7 +138,7 @@ jobs:
138138
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
139139
with:
140140
ref: ${{ github.event.pull_request.head.sha }}
141-
- uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4
141+
- uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
142142
with:
143143
node-version: ${{ fromJson(env.CI_SETUP).node-version }}
144144
- uses: google-github-actions/auth@6fc4af4b145ae7821d527454aa9bd537d1f2dc5f # v2

.github/workflows/custard-run-dev.yaml

+7-7
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ on:
4545

4646
jobs:
4747
affected:
48-
uses: GoogleCloudPlatform/cloud-samples-tools/.github/workflows/[email protected]
48+
uses: GoogleCloudPlatform/cloud-samples-tools/.github/workflows/affected.yaml@967334777b636ec212c32bf60e69b6635971b593 # v0.2.3
4949
permissions:
5050
statuses: write
5151
with:
@@ -72,23 +72,23 @@ jobs:
7272
GOOGLE_SERVICE_ACCOUNT: [email protected]
7373
steps:
7474
- name: Check queued
75-
uses: GoogleCloudPlatform/cloud-samples-tools/actions/steps/[email protected]
75+
uses: GoogleCloudPlatform/cloud-samples-tools/actions/steps/create-check@967334777b636ec212c32bf60e69b6635971b593 # v0.2.3
7676
id: queued
7777
with:
7878
sha: ${{ github.event.workflow_run.head_sha || inputs.ref || github.sha }}
7979
name: (experimental / dev) Custard CI / ${{ github.job }} (${{ matrix.path }})
8080
job-name: ${{ github.job }} (${{ matrix.path }})
8181
if: ${{ !!github.event.workflow_run }}
8282
- name: Setup Custard
83-
uses: GoogleCloudPlatform/cloud-samples-tools/actions/steps/[email protected]
83+
uses: GoogleCloudPlatform/cloud-samples-tools/actions/steps/setup-custard@967334777b636ec212c32bf60e69b6635971b593 # v0.2.3
8484
with:
8585
path: ${{ matrix.path }}
8686
ci-setup: ${{ toJson(fromJson(needs.affected.outputs.ci-setups)[matrix.path]) }}
8787
project-id: ${{ env.GOOGLE_SAMPLES_PROJECT }}
8888
workload-identity-provider: projects/1046198160504/locations/global/workloadIdentityPools/github-actions-pool/providers/github-actions-provider
8989
service-account: ${{ env.GOOGLE_SERVICE_ACCOUNT }}
9090
- name: Check in_progress
91-
uses: GoogleCloudPlatform/cloud-samples-tools/actions/steps/[email protected]
91+
uses: GoogleCloudPlatform/cloud-samples-tools/actions/steps/update-check@967334777b636ec212c32bf60e69b6635971b593 # v0.2.3
9292
id: in_progress
9393
with:
9494
check: ${{ steps.queued.outputs.check }}
@@ -98,12 +98,12 @@ jobs:
9898
timeout ${{ fromJson(needs.affected.outputs.ci-setups)[matrix.path].timeout-minutes }}m \
9999
make test dir=${{ matrix.path }}
100100
- name: Check success
101-
uses: GoogleCloudPlatform/cloud-samples-tools/actions/steps/[email protected]
101+
uses: GoogleCloudPlatform/cloud-samples-tools/actions/steps/update-check@967334777b636ec212c32bf60e69b6635971b593 # v0.2.3
102102
with:
103103
check: ${{ steps.in_progress.outputs.check }}
104104
status: success
105105
- name: Check failure
106-
uses: GoogleCloudPlatform/cloud-samples-tools/actions/steps/[email protected]
106+
uses: GoogleCloudPlatform/cloud-samples-tools/actions/steps/update-check@967334777b636ec212c32bf60e69b6635971b593 # v0.2.3
107107
if: failure()
108108
with:
109109
check: ${{ steps.in_progress.outputs.check }}
@@ -124,7 +124,7 @@ jobs:
124124
statuses: write
125125
steps:
126126
- name: Check success
127-
uses: GoogleCloudPlatform/cloud-samples-tools/actions/steps/[email protected]
127+
uses: GoogleCloudPlatform/cloud-samples-tools/actions/steps/update-check@967334777b636ec212c32bf60e69b6635971b593 # v0.2.3
128128
with:
129129
check: ${{ needs.affected.outputs.check }}
130130
status: success

.github/workflows/custard-run.yaml

+12-12
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ on:
5050

5151
jobs:
5252
affected:
53-
uses: GoogleCloudPlatform/cloud-samples-tools/.github/workflows/[email protected]
53+
uses: GoogleCloudPlatform/cloud-samples-tools/.github/workflows/affected.yaml@967334777b636ec212c32bf60e69b6635971b593 # v0.2.3
5454
permissions:
5555
statuses: write
5656
with:
@@ -68,7 +68,7 @@ jobs:
6868
timeout-minutes: 5
6969
steps:
7070
- name: Check in_progress
71-
uses: GoogleCloudPlatform/cloud-samples-tools/actions/steps/[email protected]
71+
uses: GoogleCloudPlatform/cloud-samples-tools/actions/steps/create-check@967334777b636ec212c32bf60e69b6635971b593 # v0.2.3
7272
id: in_progress
7373
with:
7474
sha: ${{ github.event.workflow_run.head_sha || inputs.ref || github.sha }}
@@ -78,22 +78,22 @@ jobs:
7878
- name: Checkout
7979
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
8080
- name: Setup Node
81-
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4
81+
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
8282
with:
8383
node-version: 20
8484
- run: npm install
8585
- name: npx gtx lint (${{ needs.affected.outputs.num-paths }} packages)
86-
uses: GoogleCloudPlatform/cloud-samples-tools/actions/steps/[email protected]
86+
uses: GoogleCloudPlatform/cloud-samples-tools/actions/steps/map-run@967334777b636ec212c32bf60e69b6635971b593 # v0.2.3
8787
with:
8888
command: npx gts lint
8989
paths: ${{ needs.affected.outputs.paths }}
9090
- name: Check success
91-
uses: GoogleCloudPlatform/cloud-samples-tools/actions/steps/[email protected]
91+
uses: GoogleCloudPlatform/cloud-samples-tools/actions/steps/update-check@967334777b636ec212c32bf60e69b6635971b593 # v0.2.3
9292
with:
9393
check: ${{ steps.in_progress.outputs.check }}
9494
status: success
9595
- name: Check failure
96-
uses: GoogleCloudPlatform/cloud-samples-tools/actions/steps/[email protected]
96+
uses: GoogleCloudPlatform/cloud-samples-tools/actions/steps/update-check@967334777b636ec212c32bf60e69b6635971b593 # v0.2.3
9797
if: failure()
9898
with:
9999
check: ${{ steps.in_progress.outputs.check }}
@@ -116,23 +116,23 @@ jobs:
116116
GOOGLE_SERVICE_ACCOUNT: [email protected]
117117
steps:
118118
- name: Check queued
119-
uses: GoogleCloudPlatform/cloud-samples-tools/actions/steps/[email protected]
119+
uses: GoogleCloudPlatform/cloud-samples-tools/actions/steps/create-check@967334777b636ec212c32bf60e69b6635971b593 # v0.2.3
120120
id: queued
121121
with:
122122
sha: ${{ github.event.workflow_run.head_sha || inputs.ref || github.sha }}
123123
name: (experimental) Custard CI / ${{ github.job }} (${{ matrix.path }})
124124
job-name: ${{ github.job }} (${{ matrix.path }})
125125
if: ${{ !!github.event.workflow_run }}
126126
- name: Setup Custard
127-
uses: GoogleCloudPlatform/cloud-samples-tools/actions/steps/[email protected]
127+
uses: GoogleCloudPlatform/cloud-samples-tools/actions/steps/setup-custard@967334777b636ec212c32bf60e69b6635971b593 # v0.2.3
128128
with:
129129
path: ${{ matrix.path }}
130130
ci-setup: ${{ toJson(fromJson(needs.affected.outputs.ci-setups)[matrix.path]) }}
131131
project-id: ${{ env.GOOGLE_SAMPLES_PROJECT }}
132132
workload-identity-provider: projects/1046198160504/locations/global/workloadIdentityPools/github-actions-pool/providers/github-actions-provider
133133
service-account: ${{ env.GOOGLE_SERVICE_ACCOUNT }}
134134
- name: Check in_progress
135-
uses: GoogleCloudPlatform/cloud-samples-tools/actions/steps/[email protected]
135+
uses: GoogleCloudPlatform/cloud-samples-tools/actions/steps/update-check@967334777b636ec212c32bf60e69b6635971b593 # v0.2.3
136136
id: in_progress
137137
with:
138138
check: ${{ steps.queued.outputs.check }}
@@ -142,12 +142,12 @@ jobs:
142142
timeout ${{ fromJson(needs.affected.outputs.ci-setups)[matrix.path].timeout-minutes }}m \
143143
make test dir=${{ matrix.path }}
144144
- name: Check success
145-
uses: GoogleCloudPlatform/cloud-samples-tools/actions/steps/[email protected]
145+
uses: GoogleCloudPlatform/cloud-samples-tools/actions/steps/update-check@967334777b636ec212c32bf60e69b6635971b593 # v0.2.3
146146
with:
147147
check: ${{ steps.in_progress.outputs.check }}
148148
status: success
149149
- name: Check failure
150-
uses: GoogleCloudPlatform/cloud-samples-tools/actions/steps/[email protected]
150+
uses: GoogleCloudPlatform/cloud-samples-tools/actions/steps/update-check@967334777b636ec212c32bf60e69b6635971b593 # v0.2.3
151151
if: failure()
152152
with:
153153
check: ${{ steps.in_progress.outputs.check }}
@@ -168,7 +168,7 @@ jobs:
168168
statuses: write
169169
steps:
170170
- name: Check success
171-
uses: GoogleCloudPlatform/cloud-samples-tools/actions/steps/[email protected]
171+
uses: GoogleCloudPlatform/cloud-samples-tools/actions/steps/update-check@967334777b636ec212c32bf60e69b6635971b593 # v0.2.3
172172
with:
173173
check: ${{ needs.affected.outputs.check }}
174174
status: success

.github/workflows/dialogflow-cx.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
id: npm-cache-dir
6363
shell: bash
6464
run: echo "dir=$(npm config get cache)" >> ${GITHUB_OUTPUT}
65-
- uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
65+
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
6666
id: npm-cache
6767
with:
6868
path: ${{ steps.npm-cache-dir.outputs.dir }}
@@ -84,7 +84,7 @@ jobs:
8484
AGENT_PROJECT_ID: nodejs-docs-samples-tests
8585
- name: upload test results for FlakyBot workflow
8686
if: github.event.action == 'schedule' && always()
87-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4
87+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
8888
env:
8989
MOCHA_REPORTER_OUTPUT: "${{github.run_id}}_sponge_log.xml"
9090
with:

.github/workflows/functions-slack.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
id: npm-cache-dir
6363
shell: bash
6464
run: echo "dir=$(npm config get cache)" >> ${GITHUB_OUTPUT}
65-
- uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
65+
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
6666
id: npm-cache
6767
with:
6868
path: ${{ steps.npm-cache-dir.outputs.dir }}
@@ -83,7 +83,7 @@ jobs:
8383
KG_API_KEY: ${{ steps.secrets.outputs.kg_api_key }}
8484
- name: upload test results for FlakyBot workflow
8585
if: github.event.action == 'schedule' && always()
86-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4
86+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
8787
env:
8888
MOCHA_REPORTER_OUTPUT: "${{github.run_id}}_sponge_log.xml"
8989
with:

.github/workflows/iam-deny.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
id: npm-cache-dir
6161
shell: bash
6262
run: echo "dir=$(npm config get cache)" >> ${GITHUB_OUTPUT}
63-
- uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
63+
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
6464
id: npm-cache
6565
with:
6666
path: ${{ steps.npm-cache-dir.outputs.dir }}
@@ -81,7 +81,7 @@ jobs:
8181
- run: npm test
8282
- name: upload test results for FlakyBot workflow
8383
if: github.event.action == 'schedule' && always()
84-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4
84+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
8585
env:
8686
MOCHA_REPORTER_OUTPUT: "${{github.run_id}}_sponge_log.xml"
8787
with:

.github/workflows/storagetransfer.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
id: npm-cache-dir
6666
shell: bash
6767
run: echo "dir=$(npm config get cache)" >> ${GITHUB_OUTPUT}
68-
- uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
68+
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
6969
id: npm-cache
7070
with:
7171
path: ${{ steps.npm-cache-dir.outputs.dir }}
@@ -92,7 +92,7 @@ jobs:
9292
AZURE_SAS_TOKEN: ${{ fromJSON(steps.secrets.outputs.sts_azure_secret).SAS }}
9393
- name: upload test results for FlakyBot workflow
9494
if: github.event.action == 'schedule' && always()
95-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4
95+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
9696
env:
9797
MOCHA_REPORTER_OUTPUT: "${{github.run_id}}_sponge_log.xml"
9898
with:

.github/workflows/test.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
id: npm-cache-dir
4848
shell: bash
4949
run: echo "dir=$(npm config get cache)" >> ${GITHUB_OUTPUT}
50-
- uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
50+
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
5151
id: npm-cache
5252
with:
5353
path: ${{ steps.npm-cache-dir.outputs.dir }}
@@ -67,7 +67,7 @@ jobs:
6767
GOOGLE_SAMPLES_PROJECT: "long-door-651"
6868
- name: upload test results for FlakyBot workflow
6969
if: github.event.action == 'schedule' && always()
70-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4
70+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
7171
with:
7272
name: test-results
7373
path: ${{ inputs.path }}/${{ env.MOCHA_REPORTER_OUTPUT }}

0 commit comments

Comments
 (0)