mirror of
https://github.com/github/codeql-action.git
synced 2026-05-28 17:35:09 +00:00
Compute preliminary overlay database mode
This commit is contained in:
+6
-1
@@ -42,7 +42,7 @@ import {
|
||||
runDatabaseInitCluster,
|
||||
} from "./init";
|
||||
import { KnownLanguage } from "./languages";
|
||||
import { getActionsLogger, Logger } from "./logging";
|
||||
import { getActionsLogger, Logger, withGroupAsync } from "./logging";
|
||||
import {
|
||||
downloadOverlayBaseDatabaseFromCache,
|
||||
OverlayBaseDatabaseDownloadStats,
|
||||
@@ -267,6 +267,11 @@ async function run() {
|
||||
};
|
||||
configUtils.amendInputConfigFile(inputs, logger);
|
||||
|
||||
await withGroupAsync(
|
||||
"Compute preliminary overlay database mode",
|
||||
async () => configUtils.getPreliminaryOverlayDatabaseMode(inputs),
|
||||
);
|
||||
|
||||
const codeQLDefaultVersionInfo = await features.getDefaultCliVersion(
|
||||
gitHubVersion.type,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user