Merge pull request #2106 from github/rasmuswl/default-no-dep-inst

Python: disable dependency installation on GHES
This commit is contained in:
Rasmus Wriedt Larsen 2024-02-01 14:14:12 +01:00 committed by GitHub
commit 483bef1dab
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 8 additions and 8 deletions

2
lib/feature-flags.js generated
View file

@ -105,7 +105,7 @@ exports.featureConfig = {
// here!
envVar: "CODEQL_ACTION_DISABLE_PYTHON_DEPENDENCY_INSTALLATION",
minimumVersion: "2.16.0",
defaultValue: false,
defaultValue: true,
},
};
exports.FEATURE_FLAGS_FILE_NAME = "cached-feature-flags.json";

File diff suppressed because one or more lines are too long