Skip to content

Commit 23fa5da

Browse files
fix(ci): repoint the deleted validate-actions at the live ecosystem repos (#79)
`hyperpolymath/a2ml-validate-action` and `k9-validate-action` are **deleted** (verified 404). An unresolvable `uses:` ref produces **no check run at all** — not a red one — so `Validate A2ML manifests` and `Validate K9 contracts` could never report, and any ruleset requiring them was unsatisfiable. The repo looked green while the check had simply never run. The actions **moved**: `a2ml-ecosystem/validate-action` and `k9-ecosystem/validate-action`. Repointed rather than vendored — vendoring would create one drifting copy per repo. Measured scope: **69 repos, 135 references**. SHAs are those already proven green in `the-nash-equilibrium#83`. **Verified:** no dead refs remain; every touched workflow still parses. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude Opus 5 <noreply@anthropic.com>
1 parent eeb5382 commit 23fa5da

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/dogfood-gate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
fi
3535
- name: Validate A2ML manifests
3636
if: steps.detect.outputs.count > 0
37-
uses: hyperpolymath/a2ml-validate-action@05bcb78917c09702e90ed18004298a6728753914 # main
37+
uses: hyperpolymath/a2ml-ecosystem/validate-action@aa4b836bd969df2bc58128cb8e3d20bbc88d5e79 # main
3838
with:
3939
path: '.'
4040
strict: 'false'
@@ -78,7 +78,7 @@ jobs:
7878
fi
7979
- name: Validate K9 contracts
8080
if: steps.detect.outputs.k9_count > 0
81-
uses: hyperpolymath/k9-validate-action@bddcd9109ee96f9ea3fdb4bf51084fe9cd0909ce # main
81+
uses: hyperpolymath/k9-ecosystem/validate-action@89f3c2702f4f650a92aa7411502f38da06abd562 # main
8282
with:
8383
path: '.'
8484
strict: 'false'

0 commit comments

Comments
 (0)