Skip to content

Commit ce09e08

Browse files
Update github/codeql-action action to v4
1 parent 56e4ced commit ce09e08

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/maven-service-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,6 @@ jobs:
7474
run: trivy sbom --severity CRITICAL,HIGH --format sarif -o trivy-report.sarif ./bom.json
7575

7676
- name: Upload SARIF report
77-
uses: github/codeql-action/upload-sarif@v3
77+
uses: github/codeql-action/upload-sarif@v4
7878
with:
7979
sarif_file: trivy-report.sarif

.github/workflows/semgrep-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
path: semgrep.sarif
2727

2828
- name: Scanning alerts
29-
uses: github/codeql-action/upload-sarif@v3.28.8
29+
uses: github/codeql-action/upload-sarif@v4.31.7
3030
with:
3131
sarif_file: semgrep.sarif
3232
category: semgrep

0 commit comments

Comments
 (0)