Skip to content

Commit

Permalink
Updated upload-sarif action to v3 (#296)
Browse files Browse the repository at this point in the history
  • Loading branch information
1eyewonder authored Dec 24, 2024
1 parent 001cb3b commit 1d2d310
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ jobs:
# As you always want the report to upload
continue-on-error: true
- name: Upload SARIF file
uses: github/codeql-action/upload-sarif@v2
uses: github/codeql-action/upload-sarif@v3
with:
# You can also specify the path to a folder for `sarif_file`
sarif_file: analysisreports

0 comments on commit 1d2d310

Please sign in to comment.