We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d317523 commit 7000913Copy full SHA for 7000913
1 file changed
.github/workflows/codeql.yml
@@ -38,7 +38,7 @@ jobs:
38
strategy:
39
fail-fast: false
40
matrix:
41
- language: [ 'java-kotlin', 'javascript-typescript' ]
+ language: [ 'java-kotlin' ]
42
# CodeQL supports [ 'c-cpp', 'csharp', 'go', 'java-kotlin', 'javascript-typescript', 'python', 'ruby', 'swift' ]
43
# Use only 'java-kotlin' to analyze code written in Java, Kotlin or both
44
# Use only 'javascript-typescript' to analyze code written in JavaScript, TypeScript or both
0 commit comments