This commit is contained in:
Ian Lynagh
2023-07-27 12:45:19 +01:00
parent c946707707
commit 976ada262f
2 changed files with 2 additions and 2 deletions

2
lib/init-action.js generated
View File

@@ -178,7 +178,7 @@ async function run() {
if (await features.getValue(feature_flags_1.Feature.DisableKotlinAnalysisEnabled)) {
core.exportVariable("CODEQL_EXTRACTOR_JAVA_AGENT_DISABLE_KOTLIN", "true");
}
if (await features.getValue(feature_flags_1.Feature.CodeqlJavaLombokEnabled)) {
if (await features.getValue(feature_flags_1.Feature.CodeqlJavaLombokEnabled, codeql)) {
logger.info("Enabling CodeQL Java Lombok support");
core.exportVariable("CODEQL_EXTRACTOR_JAVA_RUN_ANNOTATION_PROCESSORS", "true");
}

File diff suppressed because one or more lines are too long