Skip to content

Commit 2a33f90

Browse files
authored
Merge pull request #77 from valitydev/renovate/github-codeql-action-3.x
Update github/codeql-action action
2 parents ee22b72 + c88e7e5 commit 2a33f90

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
@@ -71,6 +71,6 @@ jobs:
7171
run: trivy sbom --severity CRITICAL,HIGH --format sarif -o trivy-report.sarif ./bom.json
7272

7373
- name: Upload SARIF report
74-
uses: github/codeql-action/upload-sarif@v2
74+
uses: github/codeql-action/upload-sarif@v3
7575
with:
7676
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.25.7
29+
uses: github/codeql-action/upload-sarif@v3.27.4
3030
with:
3131
sarif_file: semgrep.sarif
3232
category: semgrep

0 commit comments

Comments
 (0)