fix comment
This commit is contained in:
parent
140158642f
commit
1f8d877ef2
3 changed files with 7 additions and 9 deletions
7
lib/init-action.js
generated
7
lib/init-action.js
generated
|
|
@ -270,10 +270,9 @@ async function run() {
|
|||
core.exportVariable(envVar, "false");
|
||||
}
|
||||
}
|
||||
// Disable Python dependency extraction if feature flag set From 2.16.0 the default
|
||||
// for the python extractor is to not perform any library extraction. For versions
|
||||
// before that, you needed to set this flag to enable this behavior (supported since
|
||||
// 2.13.1). Since dependency installation is no longer supported in the action, we
|
||||
// From 2.16.0 the default for the python extractor is to not perform any
|
||||
// dependency extraction. For versions before that, you needed to set this flag to
|
||||
// enable this behavior (supported since 2.13.1).
|
||||
if (await (0, util_1.codeQlVersionAbove)(codeql, "2.17.1")) {
|
||||
// disabled by default, no warning
|
||||
}
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -439,10 +439,9 @@ async function run() {
|
|||
}
|
||||
}
|
||||
|
||||
// Disable Python dependency extraction if feature flag set From 2.16.0 the default
|
||||
// for the python extractor is to not perform any library extraction. For versions
|
||||
// before that, you needed to set this flag to enable this behavior (supported since
|
||||
// 2.13.1). Since dependency installation is no longer supported in the action, we
|
||||
// From 2.16.0 the default for the python extractor is to not perform any
|
||||
// dependency extraction. For versions before that, you needed to set this flag to
|
||||
// enable this behavior (supported since 2.13.1).
|
||||
|
||||
if (await codeQlVersionAbove(codeql, "2.17.1")) {
|
||||
// disabled by default, no warning
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue