Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/stale_handler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
issues: write
pull-requests: write
steps:
- uses: actions/stale@v10
- uses: actions/stale@v11

Check failure on line 15 in .github/workflows/stale_handler.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

zizmor/unpinned-uses

unpinned action reference: action is not pinned to a hash (required by blanket policy)

Check failure on line 15 in .github/workflows/stale_handler.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

unpinned-uses

stale_handler.yml:15: unpinned action reference: action is not pinned to a hash (required by blanket policy)
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: >
Expand Down
Loading