We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68a894f commit 8940f02Copy full SHA for 8940f02
.github/workflows/stale.yml
@@ -4,6 +4,9 @@ on:
4
schedule:
5
- cron: '30 0 * * *'
6
workflow_dispatch:
7
+permissions:
8
+ contents: read
9
+
10
jobs:
11
stale:
12
runs-on: ubuntu-latest
@@ -12,6 +15,11 @@ jobs:
15
issues: write
13
16
pull-requests: write
14
17
steps:
18
+ - name: Harden the runner (Audit all outbound calls)
19
+ uses: step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e # v2.14.2
20
+ with:
21
+ egress-policy: audit
22
23
- uses: actions/stale@5f858e3efba33a5ca4407a664cc011ad407f2008 # v10.1.0
24
with:
25
days-before-stale: 14
0 commit comments