File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ jobs:
137
137
- name : Check out the repository
138
138
uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
139
139
- name : Run Anchore vulnerability scanner
140
- uses : anchore/scan-action@3343887d815d7b07465f6fdcd395bd66508d486a
140
+ uses : anchore/scan-action@d43cc1dfea6a99ed123bf8f3133f1797c9b44492
141
141
id : scan
142
142
with :
143
143
path : " ."
@@ -148,7 +148,7 @@ jobs:
148
148
run : cat ${{ steps.scan.outputs.sarif }}
149
149
- name : Upload Anchore scan SARIF report
150
150
if : always()
151
- uses : github/codeql-action/upload-sarif@b611370bb5703a7efb587f9d136a52ea24c5c38c
151
+ uses : github/codeql-action/upload-sarif@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a
152
152
with :
153
153
sarif_file : ${{ steps.scan.outputs.sarif }}
154
154
Original file line number Diff line number Diff line change 14
14
- name : Check out the repository
15
15
uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
16
16
- name : Set up QEMU (to support building on non-native architectures)
17
- uses : docker/setup-qemu-action@68827325e0b33c7199eb31dd4e31fbe9023e06e3
17
+ uses : docker/setup-qemu-action@49b3bc8e6bdd4a60e6116a5414239cba5943d3cf
18
18
- name : Build the multi-arch images
19
19
run : make multiarch-images
20
20
- name : Check that we actually build multi-arch images
Original file line number Diff line number Diff line change @@ -39,14 +39,14 @@ jobs:
39
39
- name : Check out the repository
40
40
uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
41
41
- name : Run Anchore vulnerability scanner
42
- uses : anchore/scan-action@3343887d815d7b07465f6fdcd395bd66508d486a
42
+ uses : anchore/scan-action@d43cc1dfea6a99ed123bf8f3133f1797c9b44492
43
43
id : scan
44
44
with :
45
45
path : " ."
46
46
fail-build : false
47
47
- name : Show Anchore scan SARIF report
48
48
run : cat ${{ steps.scan.outputs.sarif }}
49
49
- name : Upload Anchore scan SARIF report
50
- uses : github/codeql-action/upload-sarif@b611370bb5703a7efb587f9d136a52ea24c5c38c
50
+ uses : github/codeql-action/upload-sarif@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a
51
51
with :
52
52
sarif_file : ${{ steps.scan.outputs.sarif }}
Original file line number Diff line number Diff line change 30
30
done
31
31
32
32
- name : Upload artifacts
33
- uses : actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808
33
+ uses : actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b
34
34
with :
35
35
name : Unit test artifacts
36
36
path : artifacts
You can’t perform that action at this time.
0 commit comments