Regen
This commit is contained in:
parent
c946707707
commit
976ada262f
2 changed files with 2 additions and 2 deletions
2
lib/init-action.js
generated
2
lib/init-action.js
generated
|
|
@ -178,7 +178,7 @@ async function run() {
|
||||||
if (await features.getValue(feature_flags_1.Feature.DisableKotlinAnalysisEnabled)) {
|
if (await features.getValue(feature_flags_1.Feature.DisableKotlinAnalysisEnabled)) {
|
||||||
core.exportVariable("CODEQL_EXTRACTOR_JAVA_AGENT_DISABLE_KOTLIN", "true");
|
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");
|
logger.info("Enabling CodeQL Java Lombok support");
|
||||||
core.exportVariable("CODEQL_EXTRACTOR_JAVA_RUN_ANNOTATION_PROCESSORS", "true");
|
core.exportVariable("CODEQL_EXTRACTOR_JAVA_RUN_ANNOTATION_PROCESSORS", "true");
|
||||||
}
|
}
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue