Skip to content

Commit

Permalink
Update flawfinder-analysis.yml
Browse files Browse the repository at this point in the history
change to github/codeql-action/upload-sarif v2
  • Loading branch information
Jared T authored Aug 26, 2023
1 parent 6598a7d commit 3b3b00a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/flawfinder-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ jobs:
output: 'flawfinder_results.sarif'

- name: Upload analysis results to GitHub Security tab
uses: github/codeql-action/upload-sarif@v2.22.4
uses: github/codeql-action/upload-sarif@v2
with:
sarif_file: ${{github.workspace}}/flawfinder_results.sarif

0 comments on commit 3b3b00a

Please sign in to comment.