ci: bump shared SDK workflows to 1.3.1#186
Merged
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 used by CI from
1.3.0to1.3.1, keeping release gating and finalization on the requested shared workflow version.Changes & impact
CI release jobs now call
PhenoML/sdk-shared-actionsrelease gate and finalize workflows at1.3.1. This is an internal workflow-only change with no Java SDK API or runtime behavior impact.Details
sdk-release-gate.ymlandsdk-release-finalize.ymlrefs in.github/workflows/ci.yml.Testing
ruby -e 'require "yaml"; YAML.load_file(".github/workflows/ci.yml"); puts "ci.yml parsed"'\n\n🤖 Generated with Claude CodeNote
Low Risk
Workflow-only ref bump with no Java SDK or runtime changes; release behavior depends on what changed in the external 1.3.1 shared workflows.
Overview
Updates CI release automation to pin
PhenoML/sdk-shared-actionsreusable workflows from1.3.0→1.3.1in.github/workflows/ci.yml.Both
release_gate(sdk-release-gate.yml) andrelease_finalize(sdk-release-finalize.yml) now call the newer tag. Job inputs and wiring (version-source,version-path,spec-path, finalize tag/commit outputs) are unchanged—only the shared workflow version moves forward.Reviewed by Cursor Bugbot for commit 622b7de. Bugbot is set up for automated code reviews on this repo. Configure here.