Skip to content

Commit a71d8be

Browse files
authored
add cpp to CodeQL (#235)
* update codeQL from v2 to v3 remove workflow_dispatch from codeql.yml * add cpp to codeql.yml
1 parent 32115bd commit a71d8be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codeql.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
strategy:
3333
fail-fast: false
3434
matrix:
35-
language: [ 'python' ]
35+
language: [ 'python', 'cpp' ]
3636
# CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python', 'ruby' ]
3737
# Use only 'java' to analyze code written in Java, Kotlin or both
3838
# Use only 'javascript' to analyze code written in JavaScript, TypeScript or both

0 commit comments

Comments
 (0)