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
|
|
@ -12,6 +12,7 @@ import {
|
|||
getOptionalInput,
|
||||
getRequiredInput,
|
||||
getTemporaryDirectory,
|
||||
persistInputs,
|
||||
} from "./actions-util";
|
||||
import { getGitHubVersion } from "./api-client";
|
||||
import { CodeQL } from "./codeql";
|
||||
|
|
@ -250,6 +251,10 @@ async function run() {
|
|||
const logger = getActionsLogger();
|
||||
initializeEnvironment(getActionVersion());
|
||||
|
||||
// Work around for issue in actions/runner, details at
|
||||
// https://github.com/github/codeql-action/issues/2553
|
||||
persistInputs();
|
||||
|
||||
let config: configUtils.Config | undefined;
|
||||
let codeql: CodeQL;
|
||||
let toolsDownloadStatusReport: ToolsDownloadStatusReport | undefined;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue