We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30fe0c4 commit ff95d14Copy full SHA for ff95d14
src/init-action.ts
@@ -347,7 +347,8 @@ async function run() {
347
core.exportVariable("CODEQL_EXTRACTOR_JAVA_AGENT_DISABLE_KOTLIN", "true");
348
}
349
350
- const kotlinLimitVar = "CODEQL_EXTRACTOR_KOTLIN_OVERRIDE_MAXIMUM_VERSION_LIMIT";
+ const kotlinLimitVar =
351
+ "CODEQL_EXTRACTOR_KOTLIN_OVERRIDE_MAXIMUM_VERSION_LIMIT";
352
if (await codeQlVersionAbove(codeql, "2.13.4")) {
353
core.exportVariable(kotlinLimitVar, "1.9.20");
354
0 commit comments