Add missing logic to force enable lib extraction
This commit is contained in:
parent
84a9fc4402
commit
bc36e6cfae
1 changed files with 5 additions and 0 deletions
|
|
@ -464,6 +464,11 @@ async function run() {
|
|||
"CODEQL_EXTRACTOR_PYTHON_DISABLE_LIBRARY_EXTRACTION",
|
||||
"true",
|
||||
);
|
||||
} else {
|
||||
core.exportVariable(
|
||||
"CODEQL_EXTRACTOR_PYTHON_FORCE_ENABLE_LIBRARY_EXTRACTION_UNTIL_2_17_0",
|
||||
"true",
|
||||
);
|
||||
}
|
||||
|
||||
const sourceRoot = path.resolve(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue