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 0cd9d88 commit e4b9e0bCopy full SHA for e4b9e0b
.github/workflows/codeql.yml
@@ -32,7 +32,7 @@ jobs:
32
strategy:
33
fail-fast: false
34
matrix:
35
- language: [ 'go', 'java', 'javascript', 'python', 'ruby' ]
+ language: [ 'go', 'javascript', 'python', 'ruby' ]
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