mirror of
https://github.com/github/codeql-action.git
synced 2026-01-07 07:00:28 +08:00
Add missing logic to force enable lib extraction
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user