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

View file

@ -105,7 +105,7 @@ export const featureConfig: Record<
// here!
envVar: "CODEQL_ACTION_DISABLE_PYTHON_DEPENDENCY_INSTALLATION",
minimumVersion: "2.16.0",
defaultValue: false,
defaultValue: true,
},
};