Skip to content

Commit 369cf64

Browse files
.github/workflows Update github/codeql-action action to v4
1 parent 33459d0 commit 369cf64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/artifacts.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
TRIVY_JAVA_DB_REPOSITORY: public.ecr.aws/aquasecurity/trivy-java-db:1
8686

8787
- name: Upload Trivy scan results to GitHub Security tab
88-
uses: github/codeql-action/upload-sarif@v3
88+
uses: github/codeql-action/upload-sarif@v4
8989
with:
9090
sarif_file: "trivy-results.sarif"
9191
if: github.event_name == 'push'

0 commit comments

Comments
 (0)