ci: bump shared release workflows to 1.3.1#203
Merged
Conversation
kerbearasaurus
approved these changes
Jul 10, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Bumps the shared SDK release workflows to
1.3.1so release finalization uses the upstream fix for GitHub-safe origin release tags. This addresses the16.7.0release failure where GitHub rejected an origin tag that began with a raw 40-character SHA.Changes & impact
The CI release path now uses the patched shared release gate and finalize workflows. This is internal release infrastructure only; there is no package runtime, API, or SDK consumer impact.
Details
sdk-release-gate.ymlfrom1.3.0to1.3.1.sdk-release-finalize.ymlfrom1.3.0to1.3.1.1.3.1exists upstream and changes the origin tag namespace away from the raw-SHA-first format GitHub rejected.Testing
actionlint .github/workflows/ci.ymlPhenoML/sdk-shared-actionstag1.3.1exists.actions/*versions and confirmed the existing major pins remain current.🤖 Generated with Claude Code
Note
Low Risk
Workflow pin bumps only; no package or runtime behavior changes, with limited blast radius to release tagging on main.
Overview
Bumps the reusable PhenoML/sdk-shared-actions release workflows in
ci.ymlfrom 1.3.0 to 1.3.1 for bothrelease_gate(sdk-release-gate.yml) andrelease_finalize(sdk-release-finalize.yml).This picks up upstream fixes for GitHub-safe origin release tags (avoiding tags that start with a raw 40-character SHA, which blocked the
16.7.0release). No application, API, or SDK runtime code changes—only the CI release path.Reviewed by Cursor Bugbot for commit 50df362. Bugbot is set up for automated code reviews on this repo. Configure here.