Skip to content

Commit 200f0db

Browse files
committed
[infra] Update stale action version and add permissions section
1 parent d2e9309 commit 200f0db

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/general_handle-stale-issues-and-prs.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ on:
88
required: false
99
type: number
1010

11+
permissions: {}
12+
1113
jobs:
1214
stale:
1315
runs-on: ubuntu-latest
@@ -17,7 +19,7 @@ jobs:
1719
issues: write
1820
pull-requests: write
1921
steps:
20-
- uses: actions/stale@v9
22+
- uses: actions/stale@5bef64f19d7facfb25b37b414482c7164d639639 # v9
2123
with:
2224
operations-per-run: ${{ inputs.operations }}
2325

0 commit comments

Comments
 (0)