Rename new analysis summary feature flag
This commit is contained in:
parent
2160dd3b55
commit
9a510d9b07
12 changed files with 28 additions and 28 deletions
|
|
@ -389,7 +389,7 @@ export async function runQueries(
|
|||
}
|
||||
|
||||
if (
|
||||
!(await features.getValue(Feature.NewAnalysisSummaryEnabled, codeql))
|
||||
!(await features.getValue(Feature.AnalysisSummaryV2Enabled, codeql))
|
||||
) {
|
||||
await runPrintLinesOfCode(language);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue