Skip to content
Prev Previous commit
Next Next commit
Pass codeql in to check
  • Loading branch information
igfoo committed Jul 27, 2023
commit c94670770710c822beaebb2a1026f30d9e5baf52
2 changes: 1 addition & 1 deletion src/init-action.ts
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ async function run() {
core.exportVariable("CODEQL_EXTRACTOR_JAVA_AGENT_DISABLE_KOTLIN", "true");
}

if (await features.getValue(Feature.CodeqlJavaLombokEnabled)) {
if (await features.getValue(Feature.CodeqlJavaLombokEnabled, codeql)) {
logger.info("Enabling CodeQL Java Lombok support");
Comment thread
henrymercer marked this conversation as resolved.
Outdated
core.exportVariable(
"CODEQL_EXTRACTOR_JAVA_RUN_ANNOTATION_PROCESSORS",
Expand Down