Skip to content

Commit c946707

Browse files
committed
Pass codeql in to check
1 parent 4f6104c commit c946707

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/init-action.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ async function run() {
342342
core.exportVariable("CODEQL_EXTRACTOR_JAVA_AGENT_DISABLE_KOTLIN", "true");
343343
}
344344

345-
if (await features.getValue(Feature.CodeqlJavaLombokEnabled)) {
345+
if (await features.getValue(Feature.CodeqlJavaLombokEnabled, codeql)) {
346346
logger.info("Enabling CodeQL Java Lombok support");
347347
core.exportVariable(
348348
"CODEQL_EXTRACTOR_JAVA_RUN_ANNOTATION_PROCESSORS",

0 commit comments

Comments
 (0)