Switch to depends-on/depends-on-action for PR dependencies - #4063
Conversation
Replace unmaintained dependent-issues with depends-on-action The old action (z0al/dependent-issues) is archived and will stop working when GitHub removes Node.js 20 support on September 16, 2026. The new action (depends-on/depends-on-action) is actively maintained - it currently uses Node.js 20 but there's an open PR to upgrade.. Differences with dependent-issues: - Syntax change: Use "Depends-On: submariner-io#123" instead of "depends on submariner-io#123" - Issues no longer supported (PRs only) - Removed schedule trigger (not applicable with new action) Fixes: submariner-io#2836 Signed-off-by: Tom Pantelis <tompantelis@gmail.com>
|
🤖 Created branch: z_pr4063/tpantelis/switch-to-depends-on-action |
|
This PR/issue depends on:
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
WalkthroughThis PR narrows the workflow trigger to ChangesPR dependency check workflow migration
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Suggested labels
Suggested reviewers
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In @.github/workflows/dependent-issues.yml:
- Around line 21-24: Replace the mutable tag reference
depends-on/depends-on-action@0.16.0 with the action pinned to the commit SHA by
updating the uses value to
depends-on/depends-on-action@e7915c70317af4efc4e6c4a4eb1e9260e215270c so the
workflow is pinned to an immutable commit; locate the uses entry for
depends-on/depends-on-action in the workflow and swap the tag for the provided
SHA.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro
Run ID: d0345df4-d96c-4cb9-84ca-4c6c484e6063
📒 Files selected for processing (1)
.github/workflows/dependent-issues.yml
Pin the action reference to the immutable commit SHA e7915c70317af4efc4e6c4a4eb1e9260e215270c instead of the mutable tag v0.16.0 to prevent supply chain attacks. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> Signed-off-by: Tom Pantelis <tompantelis@gmail.com>
|
🤖 Closed branches: [z_pr4063/tpantelis/switch-to-depends-on-action] |
Replace unmaintained dependent-issues with depends-on-action
The old action (z0al/dependent-issues) is archived and will stop working when GitHub removes Node.js 20 support on September 16, 2026.
The new action (depends-on/depends-on-action) is actively maintained - it currently uses Node.js 20 but there's an open PR to upgrade..
Differences with dependent-issues:
Fixes: #2836
Summary by CodeRabbit