Kotlin: The 2.20.3 release supports Kotlin 2.1.10. by igfoo · Pull Request #2744 · github/codeql-action (original) (raw)

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

Comments suppressed due to low confidence (2)

src/init-action.ts:547

core.exportVariable(kotlinLimitVar, "2.1.20");

src/init-action.ts:543

if ( (await codeQlVersionAtLeast(codeql, "2.20.3")) && !(await codeQlVersionAtLeast(codeql, "2.20.4")) ) {

Tip: Copilot only keeps its highest confidence comments to reduce noise and keep you focused. Learn more