Skip to content

Commit

Permalink
attempt to add SARIF upload
Browse files Browse the repository at this point in the history
  • Loading branch information
stan-dot committed Feb 3, 2025
1 parent d4724d0 commit 629f54e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/_codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,9 @@ jobs:
uses: github/codeql-action/analyze@v3
with:
category: "/language:python"
- name: Debug SARIF File
run: cat results/python.sarif
- name: Upload CodeQL Analysis Results
uses: github/codeql-action/upload-sarif@v2
with:
sarif_file: results/python.sarif

0 comments on commit 629f54e

Please sign in to comment.