We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f6104c commit c946707Copy full SHA for c946707
src/init-action.ts
@@ -342,7 +342,7 @@ async function run() {
342
core.exportVariable("CODEQL_EXTRACTOR_JAVA_AGENT_DISABLE_KOTLIN", "true");
343
}
344
345
- if (await features.getValue(Feature.CodeqlJavaLombokEnabled)) {
+ if (await features.getValue(Feature.CodeqlJavaLombokEnabled, codeql)) {
346
logger.info("Enabling CodeQL Java Lombok support");
347
core.exportVariable(
348
"CODEQL_EXTRACTOR_JAVA_RUN_ANNOTATION_PROCESSORS",
0 commit comments