mirror of
https://github.com/github/codeql.git
synced 2026-06-30 00:55:29 +02:00
Why this is needed: - The extractor compatibility fixes now preserve the information these Kotlin1-era tests were protecting, even when compiled with Kotlin 2.4 and `-language-version 2.0`. - Keeping mixed legacy language-version wiring in individual tests is no longer necessary and obscures the intended steady-state execution mode. What this changes: - Update all affected Kotlin1 compatibility integration tests to run with `-language-version 2.0` directly. - Keep the expected extraction signal aligned for extractor information output. - Remove the obsolete CODEOWNERS entry for the retired `java/ql/test-kotlin1/` path. This consolidates the language-version transition into a single test rollup commit, as requested. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>