Skip to content

Commit 0f814c6

Browse files
committed
ci: remove analyzer c-cpp
1 parent bbcb5e0 commit 0f814c6

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/ci.yml

+1-6
Original file line numberDiff line numberDiff line change
@@ -24,19 +24,14 @@ jobs:
2424
contents: read
2525
security-events: write
2626

27-
strategy:
28-
fail-fast: false
29-
matrix:
30-
language: ['javascript-typescript', 'c-cpp']
31-
3227
steps:
3328
- name: Git Checkout
3429
uses: actions/checkout@v4
3530

3631
- name: Initialize CodeQL
3732
uses: github/codeql-action/init@v3
3833
with:
39-
languages: ${{ matrix.language }}
34+
languages: javascript
4035

4136
- name: Autobuild
4237
uses: github/codeql-action/autobuild@v3

0 commit comments

Comments
 (0)