Skip to content

Commit 34c17c9

Browse files
committed
ci: add harden-runner to deploy workflow
1 parent 171e543 commit 34c17c9

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ jobs:
1515
contents: read
1616

1717
steps:
18+
- name: Harden Runner
19+
uses: step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b # v2.15.0
20+
with:
21+
egress-policy: audit
22+
1823
- name: Git Checkout
1924
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2025

0 commit comments

Comments
 (0)