File tree Expand file tree Collapse file tree 2 files changed +11
-25
lines changed
Expand file tree Collapse file tree 2 files changed +11
-25
lines changed Original file line number Diff line number Diff line change 55 github :
66 runs-on : ubuntu-latest
77 steps :
8- - name : Harden the runner (Audit all outbound calls)
9- uses : step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
10- with :
11- egress-policy : audit
12-
8+ - uses : step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
9+ with : { egress-policy: audit }
1310 - uses : actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0
1411 with : { fetch-depth: 0 }
1512 - run : npm run -s relnotes | tee relnotes.txt
1916 homebrew :
2017 runs-on : ubuntu-latest
2118 steps :
22- - name : Harden the runner (Audit all outbound calls)
23- uses : step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
24- with :
25- egress-policy : audit
26-
19+ - uses : step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
20+ with : { egress-policy: audit }
2721 - uses : mislav/bump-homebrew-formula-action@21991dc8f899341b552c9842957677139a340980 # v1.16
2822 with : { formula-name: nodenv }
2923 env :
3226 npm :
3327 runs-on : ubuntu-latest
3428 steps :
35- - name : Harden the runner (Audit all outbound calls)
36- uses : step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
37- with :
38- egress-policy : audit
39-
29+ - uses : step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
30+ with : { egress-policy: audit }
4031 - uses : actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0
4132 - uses : actions/setup-node@f1f314fca9dfce2769ece7d933488f076716723e # v1.4.6
4233 with :
Original file line number Diff line number Diff line change 11name : Test
22on : [push, pull_request]
3-
4- permissions :
5- contents : read
3+ permissions : {contents: read}
64
75jobs :
86 test :
97 runs-on : ubuntu-latest
108
119 steps :
12- - name : Harden the runner (Audit all outbound calls)
13- uses : step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
14- with :
15- egress-policy : audit
16-
17- - uses : actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0
18- - run : npm cit
10+ - uses : step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
11+ with : { egress-policy: audit }
12+ - uses : actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0
13+ - run : npm cit
You can’t perform that action at this time.
0 commit comments