Address review comments
Co-authored-by: Angela P Wen <angelapwen@github.com>
This commit is contained in:
parent
bce99ca79f
commit
c92053157f
9 changed files with 16 additions and 13 deletions
|
|
@ -279,7 +279,7 @@ async function run() {
|
|||
) {
|
||||
if (
|
||||
await features.getValue(
|
||||
Feature.DisablePythonDependencyInstallation,
|
||||
Feature.DisablePythonDependencyInstallationEnabled,
|
||||
codeql
|
||||
)
|
||||
) {
|
||||
|
|
@ -343,7 +343,7 @@ async function run() {
|
|||
// Disable Python dependency extraction if feature flag set
|
||||
if (
|
||||
await features.getValue(
|
||||
Feature.DisablePythonDependencyInstallation,
|
||||
Feature.DisablePythonDependencyInstallationEnabled,
|
||||
codeql
|
||||
)
|
||||
) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue