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 @@ -119,13 +119,13 @@ runs:
119119 TRIVY_JAVA_DB_REPOSITORY : public.ecr.aws/aquasecurity/trivy-java-db
120120
121121 - name : Upload Trivy scan results to GitHub Security tab
122- uses : github/codeql-action/upload-sarif@v2
122+ uses : github/codeql-action/upload-sarif@v3
123123 if : (success() || failure()) && inputs.output-mode == 'github' && steps.output.outputs.TRIVY_OUTPUT != '' && inputs.category == ''
124124 with :
125125 sarif_file : ${{ steps.output.outputs.TRIVY_OUTPUT }}
126126
127127 - name : Upload Trivy scan results to GitHub Security tab
128- uses : github/codeql-action/upload-sarif@v2
128+ uses : github/codeql-action/upload-sarif@v3
129129 if : (success() || failure()) && inputs.output-mode == 'github' && steps.output.outputs.TRIVY_OUTPUT != '' && inputs.category != ''
130130 with :
131131 sarif_file : ${{ steps.output.outputs.TRIVY_OUTPUT }}
You can’t perform that action at this time.
0 commit comments