Skip to content

Commit 44d5618

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

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/codeql.yml

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

4846
- name: make
4947
run: |
@@ -52,10 +50,6 @@ jobs:
5250
5351
- name: Perform CodeQL Analysis
5452
uses: github/codeql-action/analyze@v3
55-
with:
56-
category: "/language:${{matrix.language}}"
5753

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

0 commit comments

Comments
 (0)