Skip to content

Commit 5a8b0d3

Browse files
committed
ci: restore CodeQL category lost when matrix was removed
The matrix strategy previously caused the analyze action to implicitly set category '/language:typescript'. Removing the matrix dropped that implicit category, breaking PR-vs-master comparison in GitHub code scanning. Make it explicit instead.
1 parent 9244eda commit 5a8b0d3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,5 @@ jobs:
3737
- name: Perform CodeQL Analysis
3838
id: analyze
3939
uses: github/codeql-action/analyze@v4
40+
with:
41+
category: '/language:typescript'

0 commit comments

Comments
 (0)