Skip to content

Commit 5b497f9

Browse files
[StepSecurity] ci: Harden GitHub Actions
Signed-off-by: StepSecurity Bot <bot@stepsecurity.io>
1 parent cccf287 commit 5b497f9

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/stale.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,13 @@ jobs:
1111
close_stale_prs:
1212
runs-on: ubuntu-latest
1313
steps:
14+
- name: Harden the runner (Audit all outbound calls)
15+
uses: step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
16+
with:
17+
egress-policy: audit
18+
1419
- name: Close stale issues and pull requests
15-
uses: actions/stale@v9.1.0
20+
uses: actions/stale@5bef64f19d7facfb25b37b414482c7164d639639 # v9.1.0
1621
with:
1722
days-before-stale: 30
1823
days-before-close: 5

0 commit comments

Comments
 (0)