Skip to content

Commit

Permalink
chore: use sha instead of tag on stale workflow
Browse files Browse the repository at this point in the history
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 <jmeridth@gmail.com>
  • Loading branch information
jmeridth committed Jun 19, 2024
1 parent 6749d59 commit 2a0c8dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
pull-requests: write

steps:
- uses: actions/stale@v5
- uses: actions/stale@f7176fd3007623b69d27091f9b9d4ab7995f0a06 # v5
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: 'Stale issue message'
Expand Down

0 comments on commit 2a0c8dd

Please sign in to comment.