Skip to content

Commit e33271d

Browse files
committed
Python: No dep installation by default for everyone
As announced in https://github.blog/changelog/2024-01-23-codeql-2-16-python-dependency-installation-disabled-new-queries-and-bug-fixes/ we have turned on this feature flag for github.com already. This change ensures that users on GHES also has this feature enabled by default.
1 parent 202c383 commit e33271d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

lib/feature-flags.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/feature-flags.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/feature-flags.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ export const featureConfig: Record<
105105
// here!
106106
envVar: "CODEQL_ACTION_DISABLE_PYTHON_DEPENDENCY_INSTALLATION",
107107
minimumVersion: "2.16.0",
108-
defaultValue: false,
108+
defaultValue: true,
109109
},
110110
};
111111

0 commit comments

Comments
 (0)