Skip to content

Commit

Permalink
ci: pin actions/stale to a commit (#2631)
Browse files Browse the repository at this point in the history
I noticed that this hasn't been pinned, which it should be to make
scorecard happier
  • Loading branch information
G-Rath authored Sep 20, 2024
1 parent 2d8a816 commit f82a2e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/staleness.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v9
- uses: actions/stale@28ca1036281a5e5922ead5184a1bbf96e5fc984e # v9.0.0
with:
days-before-stale: 60
days-before-close: 14
Expand Down

0 comments on commit f82a2e3

Please sign in to comment.