Skip to content

Commit bc36e6c

Browse files
committed
Add missing logic to force enable lib extraction
1 parent 84a9fc4 commit bc36e6c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/init-action.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -464,6 +464,11 @@ async function run() {
464464
"CODEQL_EXTRACTOR_PYTHON_DISABLE_LIBRARY_EXTRACTION",
465465
"true",
466466
);
467+
} else {
468+
core.exportVariable(
469+
"CODEQL_EXTRACTOR_PYTHON_FORCE_ENABLE_LIBRARY_EXTRACTION_UNTIL_2_17_0",
470+
"true",
471+
);
467472
}
468473

469474
const sourceRoot = path.resolve(

0 commit comments

Comments
 (0)