Skip to content

Commit

Permalink
fix: add upload sarif for codeql
Browse files Browse the repository at this point in the history
  • Loading branch information
FallenDeity committed Dec 14, 2023
1 parent 3ed7b29 commit 7638d93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,4 @@ jobs:
- name: Upload SARIF results
uses: github/codeql-action/upload-sarif@v2
with:
sarif_file: codeql-results.sarif
sarif_file: "/results/python.sarif"

0 comments on commit 7638d93

Please sign in to comment.