feat: patch start-proxy-action, analyze-action and init-action as well

This commit is contained in:
Fotis Koutoulakis (@NlightNFotis) 2024-10-21 14:47:07 +01:00
parent 2a8a5ccf3b
commit bd02c19352
18 changed files with 57 additions and 13 deletions

3
lib/init-action.js generated
View file

@ -129,6 +129,9 @@ async function run() {
const startedAt = new Date();
const logger = (0, logging_1.getActionsLogger)();
(0, util_1.initializeEnvironment)((0, actions_util_1.getActionVersion)());
// Work around for issue in actions/runner, details at
// https://github.com/github/codeql-action/issues/2553
(0, actions_util_1.persistInputs)();
let config;
let codeql;
let toolsDownloadStatusReport;