mirror of
https://github.com/step-security/harden-runner.git
synced 2026-06-07 21:17:07 +00:00
Compare commits
8 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
62c3538d77 |
||
|
|
cb87efbb15 |
||
|
|
fd4a942a7b |
||
|
|
384396e21a |
||
|
|
6fc3854c65 |
||
|
|
7a9217bbcc |
||
|
|
9cbfa82982 |
||
|
|
9da60e4a70 |
8 changed files with 71878 additions and 609 deletions
|
|
@ -33,7 +33,7 @@ branding:
|
||||||
icon: "check-square"
|
icon: "check-square"
|
||||||
color: "green"
|
color: "green"
|
||||||
runs:
|
runs:
|
||||||
using: "node16"
|
using: "node20"
|
||||||
pre: "dist/pre/index.js"
|
pre: "dist/pre/index.js"
|
||||||
main: "dist/index.js"
|
main: "dist/index.js"
|
||||||
post: "dist/post/index.js"
|
post: "dist/post/index.js"
|
||||||
|
|
|
||||||
23967
dist/index.js
vendored
23967
dist/index.js
vendored
File diff suppressed because one or more lines are too long
2
dist/index.js.map
vendored
2
dist/index.js.map
vendored
File diff suppressed because one or more lines are too long
23967
dist/post/index.js
vendored
23967
dist/post/index.js
vendored
File diff suppressed because one or more lines are too long
2
dist/post/index.js.map
vendored
2
dist/post/index.js.map
vendored
File diff suppressed because one or more lines are too long
23760
dist/pre/index.js
vendored
23760
dist/pre/index.js
vendored
File diff suppressed because one or more lines are too long
2
dist/pre/index.js.map
vendored
2
dist/pre/index.js.map
vendored
File diff suppressed because one or more lines are too long
|
|
@ -252,6 +252,7 @@ import { isArcRunner, sendAllowedEndpoints } from "./arc-runner";
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
core.setFailed(error.message);
|
core.setFailed(error.message);
|
||||||
}
|
}
|
||||||
|
process.exit(0);
|
||||||
})();
|
})();
|
||||||
|
|
||||||
export function sleep(ms) {
|
export function sleep(ms) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue