File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -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@23acc5c183826b7a8a97bce3cecc52db901f8251
151
+ uses : github/codeql-action/upload-sarif@b611370bb5703a7efb587f9d136a52ea24c5c38c
152
152
with :
153
153
sarif_file : ${{ steps.scan.outputs.sarif }}
154
154
Original file line number Diff line number Diff line change 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@23acc5c183826b7a8a97bce3cecc52db901f8251
50
+ uses : github/codeql-action/upload-sarif@b611370bb5703a7efb587f9d136a52ea24c5c38c
51
51
with :
52
52
sarif_file : ${{ steps.scan.outputs.sarif }}
You can’t perform that action at this time.
0 commit comments