Skip to content

Commit c642809

Browse files
authored
update codeql-action action version
1 parent b593e84 commit c642809

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

trivy-image-scan/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 }}

0 commit comments

Comments
 (0)