feat: patch start-proxy-action, analyze-action and init-action as well
This commit is contained in:
parent
2a8a5ccf3b
commit
bd02c19352
18 changed files with 57 additions and 13 deletions
3
lib/analyze-action.js
generated
3
lib/analyze-action.js
generated
|
|
@ -147,6 +147,9 @@ async function run() {
|
|||
let dbCreationTimings = undefined;
|
||||
let didUploadTrapCaches = false;
|
||||
util.initializeEnvironment(actionsUtil.getActionVersion());
|
||||
// Work around for issue in actions/runner, details at
|
||||
// https://github.com/github/codeql-action/issues/2553
|
||||
actionsUtil.persistInputs();
|
||||
const logger = (0, logging_1.getActionsLogger)();
|
||||
try {
|
||||
const statusReportBase = await (0, status_report_1.createStatusReportBase)(status_report_1.ActionName.Analyze, "starting", startedAt, config, await util.checkDiskUsage(logger), logger);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue