Skip to content

Commit 3dd3576

Browse files
committed
Add or update CodeQL workflow
1 parent 103b19c commit 3dd3576

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
strategy:
3535
fail-fast: false
3636
matrix:
37-
language: [ 'javascript' ]
37+
language: [ 'cpp','javascript' ]
3838
# CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python', 'ruby', 'swift' ]
3939
# Use only 'java' to analyze code written in Java, Kotlin or both
4040
# Use only 'javascript' to analyze code written in JavaScript, TypeScript or both

0 commit comments

Comments
 (0)