[go: nahoru, domu]

Skip to content

Commit

Permalink
Add missing logic to force enable lib extraction
Browse files Browse the repository at this point in the history
  • Loading branch information
RasmusWL committed Dec 13, 2023
1 parent 84a9fc4 commit bc36e6c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/init-action.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit bc36e6c

Please sign in to comment.