File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 17
17
build : # make sure build/ci work properly and there is no faked build ncc built scripts
18
18
runs-on : ubuntu-latest
19
19
steps :
20
- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
20
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
21
21
- run : npm ci
22
22
- run : npm run package
23
23
- run : git status --porcelain
30
30
os : [ubuntu-latest, windows-latest]
31
31
runs-on : ${{ matrix.os }}
32
32
steps :
33
- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
33
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
34
34
with :
35
35
path : ./
36
36
artifact-name : ${{ matrix.os }}-1.spdx
64
64
ports :
65
65
- 5000:5000
66
66
steps :
67
- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
67
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
68
68
- name : Build images
69
69
run : |
70
70
for distro in alpine centos debian; do
77
77
test-as-action : # make sure the action works on a clean machine without building
78
78
runs-on : ubuntu-latest
79
79
steps :
80
- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
80
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
81
81
with :
82
82
path : ./
83
83
Original file line number Diff line number Diff line change 12
12
runs-on : ubuntu-latest
13
13
if : github.repository == 'anchore/sbom-action'
14
14
steps :
15
- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
15
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
16
16
- name : Get latest Syft version
17
17
id : latest-version
18
18
env :
You can’t perform that action at this time.
0 commit comments