The java-kotlin CodeQL leg was disabled in #78: CodeQL CLI 2.26.0/2.26.1 hard-reject Kotlin 2.4.10 (Kotlin version 2.4.10 is too recent), so the traced build failed on every push/PR with zero analysis value.
Upstream support is already merged on github/codeql main (version ceiling there is 2.4.20) and ships in the next CLI release; codeql-action@v4 floats and picks up new default bundles automatically.
To close:
- Confirm the released CodeQL CLI (> 2.26.1) supports Kotlin 2.4.10.
- Uncomment the
java-kotlin matrix entry in .github/workflows/codeql.yml.
- Verify
Analyze (java-kotlin) goes green on a PR.
The
java-kotlinCodeQL leg was disabled in #78: CodeQL CLI 2.26.0/2.26.1 hard-reject Kotlin 2.4.10 (Kotlin version 2.4.10 is too recent), so the traced build failed on every push/PR with zero analysis value.Upstream support is already merged on github/codeql main (version ceiling there is 2.4.20) and ships in the next CLI release;
codeql-action@v4floats and picks up new default bundles automatically.To close:
java-kotlinmatrix entry in.github/workflows/codeql.yml.Analyze (java-kotlin)goes green on a PR.