Skip to content

Commit 9bf0e34

Browse files
authored
fix(ci): Add category
1 parent bc5a760 commit 9bf0e34

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/codeql-ql.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,4 +94,5 @@ jobs:
9494
- name: Upload SARIF file
9595
uses: github/codeql-action/upload-sarif@v3
9696
with:
97-
sarif_file: ${{ steps.run_ql.outputs.sarif }}
97+
sarif_file: ${{ steps.run_ql.outputs.sarif }}
98+
category: "/codeql:ql"

0 commit comments

Comments
 (0)