Merge branch 'main' into henrymercer/parse-category

This commit is contained in:
Henry Mercer 2022-11-25 09:58:27 +00:00
commit 9f2aa7ec75
47 changed files with 825 additions and 115 deletions

View file

@ -40,6 +40,7 @@ import {
getThreadsFlagValue,
initializeEnvironment,
isHostedRunner,
shouldBypassToolcache,
} from "./util";
import { validateWorkflow } from "./workflow";
@ -186,7 +187,13 @@ async function run() {
apiDetails,
getTemporaryDirectory(),
gitHubVersion.type,
features,
await shouldBypassToolcache(
features,
getOptionalInput("tools"),
getOptionalInput("languages"),
repositoryNwo,
logger
),
logger
);
codeql = initCodeQLResult.codeql;