From c94670770710c822beaebb2a1026f30d9e5baf52 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Thu, 27 Jul 2023 12:45:08 +0100 Subject: [PATCH] Pass codeql in to check --- src/init-action.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/init-action.ts b/src/init-action.ts index 1e9cadfde..7b4f4236c 100644 --- a/src/init-action.ts +++ b/src/init-action.ts @@ -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"); core.exportVariable( "CODEQL_EXTRACTOR_JAVA_RUN_ANNOTATION_PROCESSORS",