Skip to content

Commit

Permalink
fix: sarif workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
FallenDeity committed Dec 14, 2023
1 parent f6fa001 commit 30c60d3
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,5 @@ jobs:
uses: github/codeql-action/analyze@v2
with:
category: "/language:${{matrix.language}}"
upload-database: true

# upload SARIF if there are any results from the code scanning
- name: Upload SARIF results
uses: github/codeql-action/upload-sarif@v2
with:
sarif_file: "../results/python.sarif"
category: "Code Scanning Results"

0 comments on commit 30c60d3

Please sign in to comment.