File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11
11
build : # make sure build/ci work properly and there is no faked build ncc built scripts
12
12
runs-on : ubuntu-latest
13
13
steps :
14
- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
14
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
15
15
- run : npm ci
16
16
- run : npm run audit
17
17
- run : npm run build
27
27
ports :
28
28
- 5000:5000
29
29
steps :
30
- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
30
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
31
31
- name : Build images
32
32
run : |
33
33
for distro in alpine centos debian; do
48
48
runs-on : ubuntu-latest
49
49
50
50
steps :
51
- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
51
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
52
52
with :
53
53
path : ./
54
54
82
82
output-format : [sarif, json, table]
83
83
runs-on : ${{ matrix.os }}
84
84
steps :
85
- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
85
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
86
86
- uses : ./
87
87
id : scan
88
88
with :
Original file line number Diff line number Diff line change 12
12
runs-on : ubuntu-latest
13
13
if : github.repository == 'anchore/scan-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 Grype version
17
17
id : latest-version
18
18
env :
You can’t perform that action at this time.
0 commit comments