Pass codeql in to check
This commit is contained in:
parent
4f6104c444
commit
c946707707
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue