Merge remote-tracking branch 'origin/main' into angelapwen/post-init-cleanup
This commit is contained in:
commit
90676d9cb9
52 changed files with 985 additions and 69 deletions
|
|
@ -137,11 +137,7 @@ export async function createdDBForScannedLanguages(
|
|||
await setupPythonExtractor(logger);
|
||||
}
|
||||
|
||||
await codeql.extractScannedLanguage(
|
||||
util.getCodeQLDatabasePath(config, language),
|
||||
language,
|
||||
featureFlags
|
||||
);
|
||||
await codeql.extractScannedLanguage(config, language, featureFlags);
|
||||
logger.endGroup();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue