There was an error while loading. Please reload this page.
1 parent 862b2cf commit 7dab600Copy full SHA for 7dab600
src/init-action.ts
@@ -349,7 +349,10 @@ async function run() {
349
350
const kotlinLimitVar =
351
"CODEQL_EXTRACTOR_KOTLIN_OVERRIDE_MAXIMUM_VERSION_LIMIT";
352
- if (await codeQlVersionAbove(codeql, "2.13.4")) {
+ if (
353
+ (await codeQlVersionAbove(codeql, "2.13.4")) &&
354
+ !(await codeQlVersionAbove(codeql, "2.14.4"))
355
+ ) {
356
core.exportVariable(kotlinLimitVar, "1.9.20");
357
}
358
0 commit comments