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 012023c commit 33792ccCopy full SHA for 33792cc
.github/workflows/codeql.yml
@@ -40,7 +40,7 @@ jobs:
40
strategy:
41
fail-fast: false
42
matrix:
43
- language: [' go', 'ruby', 'python', 'swift', java', 'csharp', 'c-cpp' ]
+ 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