We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 103b19c commit 3dd3576Copy full SHA for 3dd3576
.github/workflows/codeql.yml
@@ -34,7 +34,7 @@ jobs:
34
strategy:
35
fail-fast: false
36
matrix:
37
- language: [ 'javascript' ]
+ language: [ 'cpp','javascript' ]
38
# CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python', 'ruby', 'swift' ]
39
# Use only 'java' to analyze code written in Java, Kotlin or both
40
# Use only 'javascript' to analyze code written in JavaScript, TypeScript or both
0 commit comments