We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ee22b72 + c88e7e5 commit 2a33f90Copy full SHA for 2a33f90
.github/workflows/maven-service-build.yml
@@ -71,6 +71,6 @@ jobs:
71
run: trivy sbom --severity CRITICAL,HIGH --format sarif -o trivy-report.sarif ./bom.json
72
73
- name: Upload SARIF report
74
- uses: github/codeql-action/upload-sarif@v2
+ uses: github/codeql-action/upload-sarif@v3
75
with:
76
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.25.7
+ uses: github/codeql-action/upload-sarif@v3.27.4
30
31
sarif_file: semgrep.sarif
32
category: semgrep
0 commit comments