@@ -148,7 +148,7 @@ jobs:
148
148
echo base=${{github.ref_name}} >> "$GITHUB_ENV"
149
149
150
150
- name : Check out a copy of the OpenFermion git repository
151
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
151
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4
152
152
153
153
- name : Determine files changed by this ${{github.event_name}} event
154
154
uses : dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3
@@ -197,7 +197,7 @@ jobs:
197
197
timeout-minutes : 10
198
198
steps :
199
199
- name : Check out a copy of the git repository
200
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
200
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4
201
201
202
202
- name : Set up Python with caching of pip dependencies
203
203
uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
@@ -226,7 +226,7 @@ jobs:
226
226
timeout-minutes : 10
227
227
steps :
228
228
- name : Check out a copy of the git repository
229
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
229
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4
230
230
with :
231
231
fetch-depth : 0
232
232
@@ -255,7 +255,7 @@ jobs:
255
255
timeout-minutes : 10
256
256
steps :
257
257
- name : Check out a copy of the git repository
258
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
258
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4
259
259
260
260
- name : Set up Python and restore cache
261
261
uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
@@ -282,7 +282,7 @@ jobs:
282
282
timeout-minutes : 10
283
283
steps :
284
284
- name : Check out a copy of the git repository
285
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
285
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4
286
286
287
287
- name : Set up Python and restore cache
288
288
uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
@@ -322,7 +322,7 @@ jobs:
322
322
fail-fast : false
323
323
steps :
324
324
- name : Check out a copy of the git repository
325
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
325
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4
326
326
327
327
- name : Set up Python and restore cache
328
328
uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
@@ -369,7 +369,7 @@ jobs:
369
369
fail-fast : false
370
370
steps :
371
371
- name : Check out a copy of the git repository
372
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
372
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4
373
373
374
374
- name : Set up Python and restore cache
375
375
uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
@@ -411,7 +411,7 @@ jobs:
411
411
timeout-minutes : 15
412
412
steps :
413
413
- name : Check out a copy of the git repository
414
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
414
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4
415
415
416
416
# Note: deliberately not using our Python cache here b/c this runs
417
417
# a different version of Python.
@@ -437,7 +437,7 @@ jobs:
437
437
timeout-minutes : 15
438
438
steps :
439
439
- name : Check out a copy of the git repository
440
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
440
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4
441
441
with :
442
442
fetch-depth : 0
443
443
@@ -467,7 +467,7 @@ jobs:
467
467
changed_files : ${{needs.changes.outputs.yaml_files}}
468
468
steps :
469
469
- name : Check out a copy of the git repository
470
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
470
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4
471
471
472
472
- name : Set up yamllint output problem matcher
473
473
run : echo "::add-matcher::.github/problem-matchers/yamllint.json"
@@ -488,7 +488,7 @@ jobs:
488
488
changed_files : ${{needs.changes.outputs.json_files}}
489
489
steps :
490
490
- name : Check out a copy of the git repository
491
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
491
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4
492
492
493
493
- name : Install jsonlint
494
494
run : npm install -g @prantlf/jsonlint
@@ -509,7 +509,7 @@ jobs:
509
509
changed_files : ${{needs.changes.outputs.cff_files}}
510
510
steps :
511
511
- name : Check out a copy of the git repository
512
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
512
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4
513
513
514
514
- name : Install cffconvert
515
515
run : pip install cffconvert
@@ -528,7 +528,7 @@ jobs:
528
528
changed_files : ${{needs.changes.outputs.docker_files}}
529
529
steps :
530
530
- name : Check out a copy of the git repository
531
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
531
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4
532
532
533
533
# Note: there is a hadolint GitHub Actions available, but it only accepts
534
534
# one Dockerfile to check. We have > 1 file to check, so we need the CLI.
@@ -552,7 +552,7 @@ jobs:
552
552
changed_files : ${{needs.changes.outputs.gha_files}}
553
553
steps :
554
554
- name : Check out a copy of the git repository
555
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
555
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4
556
556
557
557
# The next action simply fails if there are any unpinned actions.
558
558
- name : Verify that all workflow actions have pinned versions
@@ -578,7 +578,7 @@ jobs:
578
578
changed_files : ${{needs.changes.outputs.shell_files}}
579
579
steps :
580
580
- name : Check out a copy of the git repository
581
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
581
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4
582
582
583
583
- name : Set up shellcheck output problem matcher
584
584
run : echo "::add-matcher::.github/problem-matchers/shellcheck.json"
@@ -602,7 +602,7 @@ jobs:
602
602
timeout-minutes : 5
603
603
steps :
604
604
- name : Check out a copy of the git repository
605
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
605
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4
606
606
607
607
- name : Set up Python with caching of pip dependencies
608
608
uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
0 commit comments