@@ -148,7 +148,7 @@ jobs:
148148 echo base=${{github.ref_name}} >> "$GITHUB_ENV"
149149
150150 - name : Check out a copy of the OpenFermion git repository
151- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
151+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4
152152
153153 - name : Determine files changed by this ${{github.event_name}} event
154154 uses : dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3
@@ -197,7 +197,7 @@ jobs:
197197 timeout-minutes : 10
198198 steps :
199199 - name : Check out a copy of the git repository
200- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
200+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4
201201
202202 - name : Set up Python with caching of pip dependencies
203203 uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
@@ -226,7 +226,7 @@ jobs:
226226 timeout-minutes : 10
227227 steps :
228228 - name : Check out a copy of the git repository
229- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
229+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4
230230 with :
231231 fetch-depth : 0
232232
@@ -255,7 +255,7 @@ jobs:
255255 timeout-minutes : 10
256256 steps :
257257 - name : Check out a copy of the git repository
258- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
258+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4
259259
260260 - name : Set up Python and restore cache
261261 uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
@@ -282,7 +282,7 @@ jobs:
282282 timeout-minutes : 10
283283 steps :
284284 - name : Check out a copy of the git repository
285- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
285+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4
286286
287287 - name : Set up Python and restore cache
288288 uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
@@ -322,7 +322,7 @@ jobs:
322322 fail-fast : false
323323 steps :
324324 - name : Check out a copy of the git repository
325- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
325+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4
326326
327327 - name : Set up Python and restore cache
328328 uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
@@ -369,7 +369,7 @@ jobs:
369369 fail-fast : false
370370 steps :
371371 - name : Check out a copy of the git repository
372- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
372+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4
373373
374374 - name : Set up Python and restore cache
375375 uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
@@ -411,7 +411,7 @@ jobs:
411411 timeout-minutes : 15
412412 steps :
413413 - name : Check out a copy of the git repository
414- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
414+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4
415415
416416 # Note: deliberately not using our Python cache here b/c this runs
417417 # a different version of Python.
@@ -437,7 +437,7 @@ jobs:
437437 timeout-minutes : 15
438438 steps :
439439 - name : Check out a copy of the git repository
440- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
440+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4
441441 with :
442442 fetch-depth : 0
443443
@@ -467,7 +467,7 @@ jobs:
467467 changed_files : ${{needs.changes.outputs.yaml_files}}
468468 steps :
469469 - name : Check out a copy of the git repository
470- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
470+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4
471471
472472 - name : Set up yamllint output problem matcher
473473 run : echo "::add-matcher::.github/problem-matchers/yamllint.json"
@@ -488,7 +488,7 @@ jobs:
488488 changed_files : ${{needs.changes.outputs.json_files}}
489489 steps :
490490 - name : Check out a copy of the git repository
491- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
491+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4
492492
493493 - name : Install jsonlint
494494 run : npm install -g @prantlf/jsonlint
@@ -509,7 +509,7 @@ jobs:
509509 changed_files : ${{needs.changes.outputs.cff_files}}
510510 steps :
511511 - name : Check out a copy of the git repository
512- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
512+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4
513513
514514 - name : Install cffconvert
515515 run : pip install cffconvert
@@ -528,7 +528,7 @@ jobs:
528528 changed_files : ${{needs.changes.outputs.docker_files}}
529529 steps :
530530 - name : Check out a copy of the git repository
531- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
531+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4
532532
533533 # Note: there is a hadolint GitHub Actions available, but it only accepts
534534 # one Dockerfile to check. We have > 1 file to check, so we need the CLI.
@@ -552,7 +552,7 @@ jobs:
552552 changed_files : ${{needs.changes.outputs.gha_files}}
553553 steps :
554554 - name : Check out a copy of the git repository
555- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
555+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4
556556
557557 # The next action simply fails if there are any unpinned actions.
558558 - name : Verify that all workflow actions have pinned versions
@@ -578,7 +578,7 @@ jobs:
578578 changed_files : ${{needs.changes.outputs.shell_files}}
579579 steps :
580580 - name : Check out a copy of the git repository
581- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
581+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4
582582
583583 - name : Set up shellcheck output problem matcher
584584 run : echo "::add-matcher::.github/problem-matchers/shellcheck.json"
@@ -602,7 +602,7 @@ jobs:
602602 timeout-minutes : 5
603603 steps :
604604 - name : Check out a copy of the git repository
605- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
605+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4
606606
607607 - name : Set up Python with caching of pip dependencies
608608 uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
0 commit comments