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 b7de053 commit 709fb4fCopy full SHA for 709fb4f
.github/workflows/codeql.yml
@@ -40,7 +40,7 @@ jobs:
40
strategy:
41
fail-fast: false
42
matrix:
43
- language: [' go', 'ruby', 'python', 'swift' ]
+ language: [' go', 'ruby', 'python', 'swift', java', 'csharp', 'c-cpp' ]
44
# CodeQL supports [ 'c-cpp', 'csharp', 'go', 'java-kotlin', 'javascript-typescript', 'python', 'ruby', 'swift' ]
45
# Use only 'java-kotlin' to analyze code written in Java, Kotlin or both
46
# Use only 'javascript-typescript' to analyze code written in JavaScript, TypeScript or both
0 commit comments