Skip to content

Commit f76b27d

Browse files
committed
chore(ci): pin reusable workflow to runcycles/.github@v1
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).
1 parent 6bde3ad commit f76b27d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ permissions:
1111

1212
jobs:
1313
ci:
14-
uses: runcycles/.github/.github/workflows/ci-python.yml@main
14+
uses: runcycles/.github/.github/workflows/ci-python.yml@v1
1515
with:
1616
mypy-target: runcycles

0 commit comments

Comments
 (0)