Skip to content

Commit cbb2c48

Browse files
Merge pull request #54 from casework/reschedule_pre_commit_refreshing
Review pre-commit pinned versions as prerelease step
2 parents 3f060c6 + 1bdaca4 commit cbb2c48

File tree

2 files changed

+13
-11
lines changed

2 files changed

+13
-11
lines changed
Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,21 @@
1+
# Portions of this file contributed by NIST are governed by the following
2+
# statement:
3+
#
14
# This software was developed at the National Institute of Standards
25
# and Technology by employees of the Federal Government in the course
3-
# of their official duties. Pursuant to title 17 Section 105 of the
4-
# United States Code this software is not subject to copyright
5-
# protection and is in the public domain. NIST assumes no
6-
# responsibility whatsoever for its use by other parties, and makes
7-
# no guarantees, expressed or implied, about its quality,
8-
# reliability, or any other characteristic.
6+
# of their official duties. Pursuant to Title 17 Section 105 of the
7+
# United States Code, this software is not subject to copyright
8+
# protection within the United States. NIST assumes no responsibility
9+
# whatsoever for its use by other parties, and makes no guarantees,
10+
# expressed or implied, about its quality, reliability, or any other
11+
# characteristic.
912
#
1013
# We would appreciate acknowledgement if the software is used.
1114

1215
# This workflow uses Make to review direct dependencies of this
1316
# repository.
1417

15-
name: Supply Chain
18+
name: Prerelease
1619

1720
on:
1821
schedule:
@@ -29,12 +32,10 @@ jobs:
2932
- '3.11'
3033

3134
steps:
32-
- uses: actions/checkout@v3
33-
with:
34-
ref: develop
35+
- uses: actions/checkout@v4
3536
- name: Set up Python ${{ matrix.python-version }}
3637
uses: actions/setup-python@v4
3738
with:
3839
python-version: ${{ matrix.python-version }}
3940
- name: Review dependencies
40-
run: make check-supply-chain
41+
run: make check-supply-chain-pre-commit

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ check: \
7070
check-supply-chain: \
7171
check-supply-chain-pre-commit
7272

73+
# This target is scheduled to run as part of prerelease review.
7374
check-supply-chain-pre-commit: \
7475
.venv-pre-commit/var/.pre-commit-built.log
7576
source .venv-pre-commit/bin/activate \

0 commit comments

Comments
 (0)