ADFA-3989: fix missing AWS CLI from weekly release#1339
Conversation
📝 WalkthroughRelease Notes
Risks & Best Practices Notes
WalkthroughThe weekly-release workflow removes explicit ChangesWeekly Release Workflow Configuration
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 inconclusive)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
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/weekly-release.yml:
- Around line 228-231: The workflow currently uses the mutable tag
actions/checkout@v4 which can drift; update the checkout step to pin to a
specific full commit SHA instead of the v4 tag by replacing "uses:
actions/checkout@v4" with "uses: actions/checkout@<full-commit-sha>" (use the
latest known commit SHA for actions/checkout) so the checkout step is immutable
and reproducible; ensure the change is applied to the checkout step shown in the
diff.
🪄 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: ff6ee96d-2a9a-4655-a972-430365f48c63
⛔ Files ignored due to path filters (1)
flox/base/.flox/env/manifest.lockis excluded by!**/*.lock
📒 Files selected for processing (2)
.github/workflows/weekly-release.ymlflox/base/.flox/env/manifest.toml
No description provided.