Skip to content

Commit 9a3ea9f

Browse files
committed
GHA: Use step-security/harden-runner
1 parent 9d80129 commit 9a3ea9f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/update.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ jobs:
2525

2626
steps:
2727

28+
- uses: step-security/harden-runner@v2
29+
with:
30+
egress-policy: audit
31+
2832
- name: Checkout
2933
uses: actions/checkout@v4
3034

0 commit comments

Comments
 (0)