Skip to content

Commit fb831a4

Browse files
committed
ci:update
1 parent 44d5618 commit fb831a4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/codeql.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ jobs:
4242
4343
- name: Initialize CodeQL
4444
uses: github/codeql-action/init@v3
45+
with:
46+
languages: ${{ matrix.language }}
4547

4648
- name: make
4749
run: |
@@ -50,6 +52,10 @@ jobs:
5052
5153
- name: Perform CodeQL Analysis
5254
uses: github/codeql-action/analyze@v3
55+
with:
56+
category: "/language:${{matrix.language}}"
5357

5458
- name: Upload CodeQL results
5559
uses: github/codeql-action/upload-sarif@v3
60+
with:
61+
category: "cpp-analysis-upload"

0 commit comments

Comments
 (0)