ci: bump _release_library.yml to v1.4.3#2046
Merged
Merged
Conversation
Keep the reusable release workflow pinned to the latest FW-CI-templates tag (v1.4.3). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Signed-off-by: oliver könig <okoenig@nvidia.com>
Contributor
Greptile SummaryBumps the reusable CI workflow pin for the release pipeline from
Confidence Score: 5/5Safe to merge — the change is a single-line version-tag bump on a pinned external reusable workflow with no local logic modifications. The only change is advancing the _release_library.yml pin from v1.4.0 to v1.4.3. All release logic lives in the external template; the local workflow file passes the same inputs and secrets as before. No conditional logic, inputs, permissions, or concurrency settings were altered. No files require special attention. Important Files Changed
Sequence DiagramsequenceDiagram
participant GH as GitHub Actions
participant Local as release.yml (local)
participant FW as FW-CI-templates/_release_library.yml@v1.4.3
GH->>Local: trigger (push / workflow_dispatch)
Local->>FW: "uses: _release_library.yml@v1.4.3"
FW-->>Local: build / validate / publish result
Local->>Local: release-summary job checks conclusions
Reviews (1): Last reviewed commit: "Merge branch 'main' into ko3n1g/ci/bump-..." | Re-trigger Greptile |
Vmjkom
pushed a commit
to Vmjkom/Curator
that referenced
this pull request
Jun 11, 2026
Keep the reusable release workflow pinned to the latest FW-CI-templates tag (v1.4.3). Signed-off-by: oliver könig <okoenig@nvidia.com> Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Co-authored-by: Dong Hyuk Chang <9426164+thomasdhc@users.noreply.github.com>
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.
Claude summary
What changed
_release_library.ymlreusable-workflow pin fromv1.4.0tov1.4.3(latest FW-CI-templates release).Details
.github/workflows/release.yml:_release_library.yml@v1.4.0→@v1.4.3._build_test_publish_wheel.ymlis called via a local./path, so it inherits whichever tag this entry point pins.