Update codeql.yml

This commit is contained in:
Michael Hohn
2024-05-02 13:21:51 -07:00
committed by GitHub
parent 6df382a9d4
commit 2036a39c4c

View File

@@ -44,7 +44,7 @@ jobs:
fail-fast: false fail-fast: false
matrix: matrix:
include: include:
- language: java-kotlin - language: java
build-mode: none # This mode only analyzes Java. Set this to 'autobuild' or 'manual' to analyze Kotlin too. build-mode: none # This mode only analyzes Java. Set this to 'autobuild' or 'manual' to analyze Kotlin too.
# CodeQL supports the following values keywords for 'language': 'c-cpp', 'csharp', 'go', 'java-kotlin', 'javascript-typescript', 'python', 'ruby', 'swift' # CodeQL supports the following values keywords for 'language': 'c-cpp', 'csharp', 'go', 'java-kotlin', 'javascript-typescript', 'python', 'ruby', 'swift'
# Use `c-cpp` to analyze code written in C, C++ or both # Use `c-cpp` to analyze code written in C, C++ or both