45
45
GITHUB_TOKEN : ${{ env.GH_TOKEN }}
46
46
47
47
- name : Checkout Source Code
48
- uses : actions/checkout@v4
48
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
49
49
with :
50
50
fetch-depth : 0
51
51
@@ -230,7 +230,7 @@ jobs:
230
230
- name : ' Authenticate to Google Cloud'
231
231
if : ${{ github.event_name == 'pull_request' && steps.changed_packages.outputs.filter != '' && (github.actor != 'renovate[bot]' || contains(github.event.pull_request.labels.*.name, 'create preview package')) && env.GH_TOKEN != '' }}
232
232
id : ' auth'
233
- uses : ' google-github-actions/auth@v2 '
233
+ uses : ' google-github-actions/auth@6fc4af4b145ae7821d527454aa9bd537d1f2dc5f ' # v2
234
234
with :
235
235
project_id : ' 22045766606'
236
236
workload_identity_provider : ' projects/22045766606/locations/global/workloadIdentityPools/github/providers/github'
@@ -312,7 +312,7 @@ jobs:
312
312
313
313
- name : Save Build Artifacts
314
314
if : ${{ steps.changed_packages.outputs.filter != '' }}
315
- uses : actions/upload-artifact@v4
315
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
316
316
with :
317
317
name : package-dist-artifacts
318
318
path : packages/*/*/dist
@@ -331,7 +331,7 @@ jobs:
331
331
332
332
steps :
333
333
- name : Checkout Source Code
334
- uses : actions/checkout@v4
334
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
335
335
336
336
- name : Setup PNPM with Dependencies
337
337
uses : ./.github/actions/setup-pnpm-with-dependencies/
@@ -340,7 +340,7 @@ jobs:
340
340
run : pnpm cypress install
341
341
342
342
- name : Download build artifacts
343
- uses : actions/download-artifact@v4
343
+ uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4
344
344
with :
345
345
name : package-dist-artifacts
346
346
path : packages/
@@ -361,7 +361,7 @@ jobs:
361
361
echo "artifactName=component-test-failures-${packageName}" >> $GITHUB_OUTPUT
362
362
363
363
- name : Upload Component Test Results
364
- uses : actions/upload-artifact@v4
364
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
365
365
continue-on-error : true
366
366
if : failure()
367
367
with :
@@ -395,7 +395,7 @@ jobs:
395
395
396
396
- name : Checkout Source Code
397
397
if : ${{ github.event_name == 'push' }}
398
- uses : actions/checkout@v4
398
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
399
399
with :
400
400
fetch-depth : 0
401
401
token : ${{ secrets.KONGPONENTS_BOT_PAT }}
@@ -406,15 +406,15 @@ jobs:
406
406
407
407
- name : Download build artifacts
408
408
if : ${{ github.event_name == 'push' }}
409
- uses : actions/download-artifact@v4
409
+ uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4
410
410
with :
411
411
name : package-dist-artifacts
412
412
path : packages/
413
413
414
414
- name : ' Authenticate to Google Cloud'
415
415
if : ${{ github.event_name == 'push' }}
416
416
id : ' auth'
417
- uses : ' google-github-actions/auth@v2 '
417
+ uses : ' google-github-actions/auth@6fc4af4b145ae7821d527454aa9bd537d1f2dc5f ' # v2
418
418
with :
419
419
project_id : ' 22045766606'
420
420
workload_identity_provider : ' projects/22045766606/locations/global/workloadIdentityPools/github/providers/github'
@@ -475,7 +475,7 @@ jobs:
475
475
- finish-test-and-publish
476
476
steps :
477
477
- name : Checkout Source Code
478
- uses : actions/checkout@v4
478
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
479
479
480
480
- name : Get aggregate Workflow status
481
481
uses : technote-space/workflow-conclusion-action@45ce8e0eb155657ab8ccf346ade734257fd196a5 # v3.0.3
0 commit comments