Skip to content

Commit 4c28a21

Browse files
authored
Merge branch 'master' into update_docker_readme
2 parents c61ee79 + cff68e6 commit 4c28a21

File tree

10 files changed

+190
-174
lines changed

10 files changed

+190
-174
lines changed

.github/workflows/ci.yaml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -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

.github/workflows/codeql.yaml

Lines changed: 0 additions & 104 deletions
This file was deleted.

.github/workflows/nightly-pytest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474

7575
steps:
7676
- name: Check out a copy of the OpenFermion git repository
77-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
77+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
7878

7979
- name: Set up Python ${{matrix.python-version}}
8080
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5

.github/workflows/nightly.yaml

Lines changed: 1 addition & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,12 @@
1313
# limitations under the License.
1414

1515
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
16-
# Nightly tests and scans workflow.
17-
#
1816
# This workflow runs nightly to run tests & scans on the OpenFermion codebase.
1917
# It can also be invoked manually via the "Run workflow" button at
2018
# https://github.com/quantumlib/OpenFermion/actions/workflows/nightly.yaml
2119
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2220

23-
name: 'Nightly tests & scans'
21+
name: 'Nightly tests'
2422
run-name: Run nightly tests and code scans
2523

2624
on:
@@ -47,25 +45,3 @@ jobs:
4745
with:
4846
args: '--pre'
4947
reason: '(nightly)'
50-
51-
codeql:
52-
name: Nightly CodeQL code scan
53-
uses: ./.github/workflows/codeql.yaml
54-
permissions: write-all
55-
with:
56-
reason: '(nightly)'
57-
58-
osv:
59-
name: Nightly OSV code scan
60-
uses: ./.github/workflows/osv-scanner.yaml
61-
permissions: write-all
62-
with:
63-
reason: '(nightly)'
64-
65-
scorecard:
66-
name: Nightly Scorecard analysis
67-
uses: ./.github/workflows/scorecard.yaml
68-
permissions: write-all
69-
secrets: inherit
70-
with:
71-
reason: '(nightly)'

0 commit comments

Comments
 (0)