mirror of
https://github.com/github/codeql-action.git
synced 2025-12-31 19:50:32 +08:00
Fix name of Python stdlib extraction feature flag
This commit is contained in:
@@ -597,7 +597,7 @@ async function run() {
|
||||
// We are in the case where the default has switched to not extracting the stdlib.
|
||||
if (
|
||||
!(await features.getValue(
|
||||
Feature.CodeqlActionPythonDefaultIsToNotExtractStdlib,
|
||||
Feature.PythonDefaultIsToNotExtractStdlib,
|
||||
codeql,
|
||||
))
|
||||
) {
|
||||
|
||||
Reference in New Issue
Block a user