Refactoring: Separate out workflow related functionality

No semantic changes.
This commit is contained in:
Henry Mercer 2022-11-22 16:47:27 +00:00
parent 187515b328
commit 79f8286c68
18 changed files with 1438 additions and 1382 deletions

View file

@ -10,7 +10,6 @@ import {
getTemporaryDirectory,
sendStatusReport,
StatusReportBase,
validateWorkflow,
} from "./actions-util";
import { getGitHubVersion } from "./api-client";
import { CodeQL, CODEQL_VERSION_NEW_TRACING } from "./codeql";
@ -42,6 +41,7 @@ import {
initializeEnvironment,
isHostedRunner,
} from "./util";
import { validateWorkflow } from "./workflow";
// eslint-disable-next-line import/no-commonjs
const pkg = require("../package.json");