We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32115bd commit a71d8beCopy full SHA for a71d8be
.github/workflows/codeql.yml
@@ -32,7 +32,7 @@ jobs:
32
strategy:
33
fail-fast: false
34
matrix:
35
- language: [ 'python' ]
+ language: [ 'python', 'cpp' ]
36
# CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python', 'ruby' ]
37
# Use only 'java' to analyze code written in Java, Kotlin or both
38
# Use only 'javascript' to analyze code written in JavaScript, TypeScript or both
0 commit comments