Skip to content

Commit 14f70cf

Browse files
chore(deps): update github/codeql-action action to v4
1 parent 6ec20e7 commit 14f70cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/reusable_security.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
TRIVY_JAVA_DB_REPOSITORY: public.ecr.aws/aquasecurity/trivy-java-db
7474

7575
- name: Upload Trivy scan results to GitHub Security tab
76-
uses: github/codeql-action/upload-sarif@v3
76+
uses: github/codeql-action/upload-sarif@v4
7777
if: ${{ github.event.schedule }} # Upload sarif when running periodically
7878
with:
7979
sarif_file: 'trivy-results.sarif'
@@ -133,7 +133,7 @@ jobs:
133133
cache-db: true
134134

135135
- name: Upload Grype scan results to GitHub Security tab
136-
uses: github/codeql-action/upload-sarif@v3
136+
uses: github/codeql-action/upload-sarif@v4
137137
if: ${{ github.event.schedule }} # Upload sarif when running periodically
138138
with:
139139
sarif_file: 'grype-results.sarif'

0 commit comments

Comments
 (0)