Refactoring: Separate out workflow related functionality
No semantic changes.
This commit is contained in:
parent
187515b328
commit
79f8286c68
18 changed files with 1438 additions and 1382 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue