Skip to content

fix(ci): repin mirror.yml to a reachable standards SHA (892497fe is unloadable) - #346

Merged
hyperpolymath merged 1 commit into
mainfrom
fix/repin-unreachable-standards-mirror-pin
Sep 14, 2026
Merged

hyperpolymath merged 1 commit into
mainfrom
fix/repin-unreachable-standards-mirror-pin

Conversation

@hyperpolymath

Copy link
Copy Markdown
Owner

Repins mirror.yml from 892497fe to a SHA Actions can actually load.

Measured cause

mirror.yml is pinned to a standards SHA that Actions refuses to load. GitHub's own
annotation on the failed run, anchored at .github/workflows/mirror.yml#L15:

error parsing called workflow ".github/workflows/mirror.yml"
-> "hyperpolymath/standards/.github/workflows/mirror-reusable.yml@<SHA>"
: workflow was not found.

The run dies at startup: jobs.total_count == 0, no logs, no annotations in REST. This repo
has therefore mirrored to zero forges since the pin landed.

Why three separate probes certified the broken pin as good

probe result on the bad pin
repos/standards/commits/$SHA resolves PASSES
contents/mirror-reusable.yml?ref=$SHA serves the file PASSES
actionlint on the fetched body PASSES (0 errors)

The discriminator is reachability, not existence:
gh api repos/hyperpolymath/standards/compare/main...$SHA --jq .status.
behind/identical = reachable from a ref. ahead/diverged = not, and Actions refuses it.
Measured across 8 pins: the 6 used by every working repo are behind; the 2 that are
diverged account for every startup death in this class, 3 repos, 3 of 3, zero false positives.

The estate gate .claude/scripts/check-phantom-pins.sh has been repaired to carry this second
probe and exercised against both a bad and a good fixture.

Target

da2c748aad55c1a1dcba00b60fe4a35017bc6540 — reachable (behind main by 76), and already the
target of the in-flight pin-bump campaign (natsci-studio#82), so this converges rather than
creating a new cohort.

Verified contract-identical to the pin used by the working repos: same 7 forge jobs
(gitlab, bitbucket, codeberg, sourcehut, disroot, gitea, radicle), zero required inputs,
zero required secrets, zero tag-pinned actions. No forge is lost and no new secret is
needed.

Scope

One line, one file. No permissions: block is touched.

🤖 Generated with Claude Code

The pinned SHA 892497fe is not loadable by Actions, so every mirror run died at
startup with jobs.total_count == 0 and this repo mirrored to zero forges.

Repinned to da2c748aad55c1a1dcba00b60fe4a35017bc6540, which is reachable from
standards main and contract-identical (same 7 forge jobs, no required inputs or secrets).

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
@coderabbitai

coderabbitai Bot commented Sep 14, 2026

Copy link
Copy Markdown

Warning

Review limit reached

Next included review available in 3 minutes.

Check out review usage here.

View limit details

Limit details: You’ve used the included review currently available.

You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository.

Learn how review limits work.

Review configuration:

⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Advanced

Run ID: 3cbeb598-a8c2-4d74-a40c-4f05b9b5a9f2

📥 Commits

Reviewing files that changed from the base of the PR and between a5c533d and 1a61276.

📒 Files selected for processing (1)
  • .github/workflows/mirror.yml

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@hyperpolymath
hyperpolymath enabled auto-merge (squash) September 14, 2026 17:39
@hyperpolymath
hyperpolymath merged commit 21fd737 into main Sep 14, 2026
16 checks passed
@hyperpolymath
hyperpolymath deleted the fix/repin-unreachable-standards-mirror-pin branch September 14, 2026 21:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant