Skip to content

Commit

Permalink
Remove java/kotkin from codeql.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wallentx authored Dec 29, 2023
1 parent 13a2ea2 commit 3be2da5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
strategy:
fail-fast: false
matrix:
language: [ 'c-cpp', 'python', 'javascript-typescript', 'java-kotlin' ]
language: [ 'c-cpp', 'python', 'javascript-typescript' ]
# CodeQL supports [ 'c-cpp', 'csharp', 'go', 'java-kotlin', 'javascript-typescript', 'python', 'ruby', 'swift' ]
# Use only 'java-kotlin' to analyze code written in Java, Kotlin or both
# Use only 'javascript-typescript' to analyze code written in JavaScript, TypeScript or both
Expand Down

0 comments on commit 3be2da5

Please sign in to comment.