Skip to content

Commit

Permalink
fix(ci): Add category
Browse files Browse the repository at this point in the history
  • Loading branch information
GeekMasher authored Jan 10, 2025
1 parent bc5a760 commit 9bf0e34
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/codeql-ql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,5 @@ jobs:
- name: Upload SARIF file
uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: ${{ steps.run_ql.outputs.sarif }}
sarif_file: ${{ steps.run_ql.outputs.sarif }}
category: "/codeql:ql"

0 comments on commit 9bf0e34

Please sign in to comment.