Commit 7c29e48
fix(ci): repoint the deleted validate-actions at the live ecosystem repos (#33)
`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 275c6c0 commit 7c29e48
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
| 80 | + | |
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
| |||
0 commit comments