We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56e4ced commit ce09e08Copy full SHA for ce09e08
.github/workflows/maven-service-build.yml
@@ -74,6 +74,6 @@ jobs:
74
run: trivy sbom --severity CRITICAL,HIGH --format sarif -o trivy-report.sarif ./bom.json
75
76
- name: Upload SARIF report
77
- uses: github/codeql-action/upload-sarif@v3
+ uses: github/codeql-action/upload-sarif@v4
78
with:
79
sarif_file: trivy-report.sarif
.github/workflows/semgrep-scan.yml
@@ -26,7 +26,7 @@ jobs:
26
path: semgrep.sarif
27
28
- name: Scanning alerts
29
- uses: github/codeql-action/upload-sarif@v3.28.8
+ uses: github/codeql-action/upload-sarif@v4.31.7
30
31
sarif_file: semgrep.sarif
32
category: semgrep
0 commit comments