Skip to content

Commit ad43006

Browse files
authored
Merge pull request #1291 from goblint/dependabot/github_actions/github/codeql-action-3
Bump github/codeql-action from 2 to 3
2 parents ce3d4e9 + 7b38a73 commit ad43006

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/semgrep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
run: semgrep scan --config .semgrep/ --sarif > semgrep.sarif
2323

2424
- name: Upload SARIF file to GitHub Advanced Security Dashboard
25-
uses: github/codeql-action/upload-sarif@v2
25+
uses: github/codeql-action/upload-sarif@v3
2626
with:
2727
sarif_file: semgrep.sarif
2828
if: always()

0 commit comments

Comments
 (0)