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/start-proxy-action-post.js
generated
3
lib/start-proxy-action-post.js
generated
|
|
@ -39,6 +39,9 @@ const repository_1 = require("./repository");
|
|||
const util_1 = require("./util");
|
||||
async function runWrapper() {
|
||||
try {
|
||||
// Work around for issue in actions/runner, details at
|
||||
// https://github.com/github/codeql-action/issues/2553
|
||||
actionsUtil.restoreInputs();
|
||||
const pid = core.getState("proxy-process-pid");
|
||||
if (pid) {
|
||||
process.kill(Number(pid));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue