Merge branch 'main' into henrymercer/upgrade-typescript

This commit is contained in:
Henry Mercer 2023-01-19 16:15:51 +00:00
commit ba93815e25
31 changed files with 2179 additions and 880 deletions

View file

@ -182,6 +182,9 @@ async function run() {
return;
}
const defaultCliVersion = await features.getDefaultCliVersion(
gitHubVersion.type
);
const initCodeQLResult = await initCodeQL(
getOptionalInput("tools"),
apiDetails,
@ -194,6 +197,7 @@ async function run() {
repositoryNwo,
logger
),
defaultCliVersion,
logger
);
codeql = initCodeQLResult.codeql;