We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
-constkotlinLimitVar="CODEQL_EXTRACTOR_KOTLIN_OVERRIDE_MAXIMUM_VERSION_LIMIT";
+constkotlinLimitVar=
351
+"CODEQL_EXTRACTOR_KOTLIN_OVERRIDE_MAXIMUM_VERSION_LIMIT";
352
if(awaitcodeQlVersionAbove(codeql,"2.13.4")){
353
core.exportVariable(kotlinLimitVar,"1.9.20");
354
0 commit comments