chore(ci): pin reusable ci-python workflow to runcycles/.github@v1#61
Merged
Conversation
Replaces the mutable `@main` ref on the reusable `ci-python.yml` workflow with the stable `v1` tag cut from runcycles/.github after PR #64 landed. Brings the org-internal supply-chain posture in line with the pinned-SHA posture already in use for third-party actions in this repo's python-publish.yml. Within the v1 line the tag moves for backward-compatible changes; breaking changes will bump to v2 with a matching Dependabot bump here. Closes runcycles/.github#60 (for this repo).
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
One-line bump:
ci-python.yml@main→ci-python.yml@v1. Thev1tag was cut fromruncycles/.githubmainHEAD after PR #64 landed (commits020b98f).Closes
runcycles/.github#60for this repo. Same fix needs to land in the other Cycles consumer repos as separate PRs.Why
@mainis a mutable ref — anyone with write access toruncycles/.githubcan change what runs in this repo's CI on the next workflow trigger. That undercut the pinned-SHA supply-chain posture used elsewhere in this repo (every third-party action inpython-publish.ymlis SHA-pinned). Thev1tag is the org-internal equivalent: stable line within the major, Dependabot's GitHub Actions ecosystem tracks reusable-workflow refs the same as third-party action refs.Test plan
v1tag resolves and the reusable workflow executes correctlyv2bumps automatically once cut (no manual intervention needed)Notes
.claude/sync + python-publish version guard). Either can merge first.v1tag was cut from runcycles/.github commit020b98f(the PR #64 merge commit on main).