File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -299,7 +299,7 @@ jobs:
299299 # are not relevant for the image security. The scan is faster without them.
300300
301301 - name : 🛡️🔼 Upload Trivy scan results to GitHub Security tab
302- uses : github/codeql-action/upload-sarif@v3 # https://github.com/github/codeql-action
302+ uses : github/codeql-action/upload-sarif@v4 # https://github.com/github/codeql-action
303303 with :
304304 sarif_file : ' trivy-results.sarif'
305305
@@ -324,7 +324,7 @@ jobs:
324324 # summary: true
325325
326326 # - name: 🛡️🔼 Upload Docker Scout scan results to GitHub Security tab
327- # uses: github/codeql-action/upload-sarif@v3 # https://github.com/github/codeql-action
327+ # uses: github/codeql-action/upload-sarif@v4 # https://github.com/github/codeql-action
328328 # with:
329329 # sarif_file: 'scout-results.sarif.json'
330330
You can’t perform that action at this time.
0 commit comments