File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -189,7 +189,7 @@ jobs:
189
189
- name : Cleanup
190
190
if : always()
191
191
run : docker rmi -f ${{ secrets.REGISTRY }}/${{ secrets.REPO }}:${{ matrix.container }}
192
- - uses : github/codeql-action/upload-sarif@192325c86100d080feab897ff886c34abd4c83a3 # v3.30.3
192
+ - uses : github/codeql-action/upload-sarif@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.30.5
193
193
with :
194
194
sarif_file : ' ${{ matrix.container }}-scan.sarif'
195
195
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@192325c86100d080feab897ff886c34abd4c83a3 # v3.30.3
71
+ - uses : github/codeql-action/upload-sarif@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.30.5
72
72
with :
73
73
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments