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
1720on :
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
0 commit comments