Commit b3f5892 1 parent ea1b95f commit b3f5892 Copy full SHA for b3f5892
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 @@ -177,7 +177,7 @@ jobs:
177
177
- name : Cleanup
178
178
if : always()
179
179
run : docker rmi -f ${{ secrets.REGISTRY }}/${{ secrets.REPO }}:${{ matrix.container }}
180
- - uses : github/codeql-action/upload-sarif@ea9e4e37992a54ee68a9622e985e60c8e8f12d9f # v3.27.4
180
+ - uses : github/codeql-action/upload-sarif@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3.27.5
181
181
with :
182
182
sarif_file : ' ${{ matrix.container }}-scan.sarif'
183
183
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@ea9e4e37992a54ee68a9622e985e60c8e8f12d9f # v3.27.4
71
+ - uses : github/codeql-action/upload-sarif@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3.27.5
72
72
with :
73
73
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments