Skip to content

Commit 2a0c8dd

Browse files
committed
chore: use sha instead of tag on stale workflow
didn't catch this in #1821 Using SHA instead of tag ensures secure supply chain. Tags are mutable, SHAs are not Signed-off-by: jmeridth <[email protected]>
1 parent 6749d59 commit 2a0c8dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/stale.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
pull-requests: write
1919

2020
steps:
21-
- uses: actions/stale@v5
21+
- uses: actions/stale@f7176fd3007623b69d27091f9b9d4ab7995f0a06 # v5
2222
with:
2323
repo-token: ${{ secrets.GITHUB_TOKEN }}
2424
stale-issue-message: 'Stale issue message'

0 commit comments

Comments
 (0)