chore: use chore/pnpm-setup branch for workflows#506
Conversation
Deploying sdk with
|
| Latest commit: |
8895abd
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://8d22c639.sdk-9yp.pages.dev |
| Branch Preview URL: | https://chore-update-release-actions.sdk-9yp.pages.dev |
|
Important Review skippedAuto incremental reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
📝 WalkthroughWalkthroughThe PR updates eight GitHub Actions workflow step references across two release pipeline files to use the ChangesRelease Workflow Branch Updates
Estimated code review effort🎯 2 (Simple) | ⏱️ ~5 minutes Possibly related PRs
Suggested reviewers
🚥 Pre-merge checks | ✅ 4✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
✨ Simplify code
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/release.yml:
- Line 42: The release workflow is using mutable branch refs in several
reusable-workflow 'uses:' entries (e.g. "uses:
NexusMutual/workflows/.github/workflows/check-version-bump.yml@chore/pnpm-setup"
and the other similar 'uses:' refs present in this file), which must be pinned
to immutable 40-character commit SHAs; locate every 'uses:' line that ends with
a branch name (e.g. `@chore/pnpm-setup`) and replace the branch ref with the exact
40-char commit SHA from the NexusMutual/workflows repo for that commit, updating
each occurrence so all reusable workflow references are pinned to their
corresponding commit SHAs.
🪄 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: 43957dbb-a995-43ec-a538-cba751de8a0f
📒 Files selected for processing (2)
.github/workflows/release-next.yml.github/workflows/release.yml
Summary by CodeRabbit