Skip to content
Merged
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
1 change: 1 addition & 0 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ jobs:
permissions:
issues: write
pull-requests: write
actions: write # required for actions/stale to delete its state cache between runs
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[LOW] actions: write grants broader workflow permissions beyond cache deletion

actions: write is the minimal permission that satisfies actions/stale's requirement to delete its _state cache entry, and the inline comment is accurate. However, this permission also implicitly allows cancelling, re-running, or deleting other workflow runs in the repository. The risk is low given the job only runs the pinned actions/stale action, but worth noting for awareness.

No change needed — this is informational only.


steps:
- uses: actions/stale@b5d41d4e1d5dceea10e7104786b73624c18a190f # v10.2.0
Expand Down