Skip to content

Commit 2240e70

Browse files
committed
Update security-devskim.yml
1 parent cf58f74 commit 2240e70

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/security-devskim.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,9 @@ jobs:
154154
uses: github/codeql-action/upload-sarif@v3
155155
with:
156156
sarif_file: devskim-results.sarif
157-
category: 'DevSkim Security Analysis'
157+
category: 'devskim'
158+
# Wait for processing to ensure alerts are properly reconciled
159+
wait-for-processing: true
158160

159161
- name: Create security summary
160162
if: always()

0 commit comments

Comments
 (0)