Add missing logic to force enable lib extraction

This commit is contained in:
Rasmus Wriedt Larsen 2023-12-13 12:24:03 +01:00
parent 84a9fc4402
commit bc36e6cfae
No known key found for this signature in database

View file

@ -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(