File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -307,7 +307,7 @@ jobs:
307307
308308 - name : Upload Trivy Sarif result
309309 if : inputs.security_scan_enabled && inputs.security_scan_output_format == 'sarif'
310- uses : github/codeql-action/upload-sarif@v3
310+ uses : github/codeql-action/upload-sarif@v4
311311 with :
312312 # Path to SARIF file relative to the root of the repository
313313 sarif_file : " trivy-results-${{ inputs.image_name }}-edited.sarif"
Original file line number Diff line number Diff line change @@ -55,11 +55,11 @@ jobs:
5555 comment-tag : " The security scan result of the repo"
5656
5757 - name : Upload security scan report FS
58- uses : github/codeql-action/upload-sarif@v3
58+ uses : github/codeql-action/upload-sarif@v4
5959 with :
6060 sarif_file : " trivy-results-fs-edited.sarif"
6161
6262 - name : Upload security scan report Config
63- uses : github/codeql-action/upload-sarif@v3
63+ uses : github/codeql-action/upload-sarif@v4
6464 with :
6565 sarif_file : " trivy-results-config-edited.sarif"
You can’t perform that action at this time.
0 commit comments