Skip to content

Commit 0ae23e5

Browse files
committed
Update github/codeql-action/upload-sarif
1 parent a22a14c commit 0ae23e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/flawfinder-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ jobs:
2929
output: "flawfinder_results.sarif"
3030

3131
- name: Upload analysis results to GitHub Security tab
32-
uses: github/codeql-action/upload-sarif@v2
32+
uses: github/codeql-action/upload-sarif@v3
3333
with:
3434
sarif_file: ${{github.workspace}}/flawfinder_results.sarif

0 commit comments

Comments
 (0)