Skip to content

Commit 7b9b20c

Browse files
committed
ci: harden runner
see: loopbackio/security#26 Signed-off-by: Rifa Achrinza <[email protected]>
1 parent c9532a3 commit 7b9b20c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ jobs:
1212
runs-on: ubuntu-latest
1313
permissions: {}
1414
steps:
15+
- uses: step-security/harden-runner@8ca2b8b2ece13480cda6dacd3511b49857a23c09 # tag=v2.5.1
16+
with:
17+
egress-policy: audit
1518
- uses: actions/checkout@v3
1619
- uses: actions/setup-node@v3
1720
with:

0 commit comments

Comments
 (0)