Conversation
Bumps the actions group with 1 update: [actions/stale](https://github.com/actions/stale). Updates `actions/stale` from 9 to 10 - [Release notes](https://github.com/actions/stale/releases) - [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md) - [Commits](actions/stale@v9...v10) --- updated-dependencies: - dependency-name: actions/stale dependency-version: '10' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
📝 WalkthroughWalkthroughUpdated the GitHub Actions stale issue workflow to use version 10 of the stale action, replacing the previous version 9. No other workflow logic or configuration was modified. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes 🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
There was a problem hiding this comment.
🧹 Nitpick comments (1)
.github/workflows/stale.yml (1)
10-10: Consider pinning to commit SHA for supply-chain security and evaluate new v10 features.All current configuration options are compatible with v10, and
ubuntu-latestmeets the required runner version (v2.327.1+). Instead of using the tag, pin to a commit SHA:- uses: actions/stale@<commit-sha> # v10Also consider using the new v10 features—
sort-byandonly-issue-types(v10.1+)—if they fit your workflow.🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed. In @.github/workflows/stale.yml at line 10, Replace the loose tag reference "uses: actions/stale@v10" with a pinned commit SHA for supply-chain security (e.g., "uses: actions/stale@<commit-sha>") and update the workflow to that specific commit; while doing so, evaluate and optionally enable the new v10+ features such as "sort-by" and "only-issue-types" if they match your needs. Ensure you update the single occurrence of actions/stale@v10 in the workflow and verify the runner (ubuntu-latest) meets v10's requirements after pinning.
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Nitpick comments:
In @.github/workflows/stale.yml:
- Line 10: Replace the loose tag reference "uses: actions/stale@v10" with a
pinned commit SHA for supply-chain security (e.g., "uses:
actions/stale@<commit-sha>") and update the workflow to that specific commit;
while doing so, evaluate and optionally enable the new v10+ features such as
"sort-by" and "only-issue-types" if they match your needs. Ensure you update the
single occurrence of actions/stale@v10 in the workflow and verify the runner
(ubuntu-latest) meets v10's requirements after pinning.
ℹ️ Review info
⚙️ Run configuration
Configuration used: Path: .coderabbit.yaml
Review profile: CHILL
Plan: Pro
Run ID: d415d087-c2ad-4a7f-af19-ebfb759161c0
📒 Files selected for processing (1)
.github/workflows/stale.yml
Bumps the actions group with 1 update: actions/stale.
Updates
actions/stalefrom 9 to 10Release notes
Sourced from actions/stale's releases.
Changelog
Sourced from actions/stale's changelog.
... (truncated)
Commits
b5d41d4build(deps-dev): bump lodash from 4.17.21 to 4.17.23 (#1313)dcd2b94Fix punycode and url.parse Deprecation Warnings (#1312)d6f8a33build(deps-dev): bump js-yaml from 4.1.0 to 4.1.1 (#1304)a21a081Fix checking state cache (fix #1136), also switch to octokit methods (#1152)9971854build(deps): bump actions/checkout from 4 to 6 (#1306)5611b9dbuild(deps): bump actions/publish-action from 0.3.0 to 0.4.0 (#1291)fad0de8Improves error handling when rate limiting is disabled on GHES. (#1300)39bea7dAdd Missing Input Reading foronly-issue-types(#1298)e46bbabbuild(deps-dev): bump@types/nodefrom 20.10.3 to 24.2.0 and document breakin...65d1d48build(deps-dev): bump eslint-config-prettier from 8.10.0 to 10.1.8 (#1276)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditionsSummary by CodeRabbit