Commit 19cc8d5 1 parent 4154cfb commit 19cc8d5 Copy full SHA for 19cc8d5
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 @@ -174,7 +174,7 @@ jobs:
174
174
- name : Cleanup
175
175
if : always()
176
176
run : docker rmi -f ${{ secrets.REGISTRY }}/${{ secrets.REPO }}:${{ matrix.container }}
177
- - uses : github/codeql-action/upload-sarif@f779452ac5af1c261dce0346a8f964149f49322b # v3.26.13
177
+ - uses : github/codeql-action/upload-sarif@662472033e021d55d94146f66f6058822b0b39fd # v3.27.0
178
178
with :
179
179
sarif_file : ' ${{ matrix.container }}-scan.sarif'
180
180
category : ' ${{ matrix.container }}'
Original file line number Diff line number Diff line change 68
68
name : SARIF file
69
69
path : results.sarif
70
70
retention-days : 5
71
- - uses : github/codeql-action/upload-sarif@f779452ac5af1c261dce0346a8f964149f49322b # v3.26.13
71
+ - uses : github/codeql-action/upload-sarif@662472033e021d55d94146f66f6058822b0b39fd # v3.27.0
72
72
with :
73
73
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments