Commit 58f2596
fix(ci): three CI blockers — dead rsr-antipattern ref, K9 gap, placeholder FP (#23)
## Summary
Fixes the three CI blockers keeping the estate's PR queue stuck, as
diagnosed for this repo (full per-blocker root-cause detail is in the
commit message):
- **lint-workflows** (unpinned action, `rsr-antipattern.yml:15`): the
referenced reusable (`rsr-antipattern-reusable.yml`) has never
existed on `hyperpolymath/standards`. It's dead, retired estate-wide
per `docs/audits/audit-reusables-convergence-2026-05-26.adoc`, and
superseded by `governance.yml` (already present here). Deleted
rather than pinned to an unresolvable reference.
- **Validate K9 contracts** (8 errors / 10 files): 6 were a shared
`k9-ecosystem/validate-action` scope bug, fixed at the source in
hyperpolymath/k9-ecosystem#21 (with a local stopgap override here).
The remaining 2 were a genuine `container/deploy.k9.ncl` defect
(missing `K9!` line, pedigree hidden behind a let-binding, PLUS
leftover un-instantiated `{{SERVICE_NAME}}`/`{{REGISTRY}}`/`{{PORT}}`
tokens) — fixed directly.
- **openssf-compliance**: false-positived on `ECOSYSTEM.a2ml`'s `notes`
field, which documented the `{{PLACEHOLDER}}` mechanism using the
literal token shape. Reworded (same false-positive class as
hypatia#243).
## Test plan
- [x] `bash validate-action/validate-k9.sh` (k9-ecosystem, with the
new paths-ignore) → `Errors: 0` (was 8)
- [x] `grep -rnE '^[[:space:]]+uses:' .github/workflows/ | grep -v
'@[a-f0-9]{40}'`
→ empty (was 1 match)
- [x] Reproduced the openssf-compliance placeholder-check step locally
→ 0 files flagged (was 1)
- [x] `python3 -c "import tomllib; tomllib.load(...)"` on the edited
`.a2ml` files → parses clean
- [x] All touched/remaining workflow YAML parses via `yaml.safe_load`
(pre-existing, unrelated `e2e.yml` parse error noted separately,
not touched by this PR)
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude Opus 5 <noreply@anthropic.com>1 parent b9b98d7 commit 58f2596
4 files changed
Lines changed: 40 additions & 24 deletions
File tree
- .github/workflows
- .machine_readable/6a2
- container
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
96 | 118 | | |
97 | 119 | | |
98 | 120 | | |
| |||
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
1 | 2 | | |
2 | 3 | | |
3 | 4 | | |
| |||
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
21 | | - | |
| 22 | + | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
| |||
93 | 94 | | |
94 | 95 | | |
95 | 96 | | |
96 | | - | |
97 | | - | |
| 97 | + | |
| 98 | + | |
98 | 99 | | |
99 | 100 | | |
100 | 101 | | |
| |||
113 | 114 | | |
114 | 115 | | |
115 | 116 | | |
116 | | - | |
| 117 | + | |
117 | 118 | | |
118 | 119 | | |
119 | 120 | | |
| |||
123 | 124 | | |
124 | 125 | | |
125 | 126 | | |
126 | | - | |
| 127 | + | |
127 | 128 | | |
128 | 129 | | |
129 | 130 | | |
| |||
134 | 135 | | |
135 | 136 | | |
136 | 137 | | |
137 | | - | |
| 138 | + | |
138 | 139 | | |
139 | 140 | | |
140 | 141 | | |
| |||
143 | 144 | | |
144 | 145 | | |
145 | 146 | | |
146 | | - | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
147 | 157 | | |
148 | 158 | | |
149 | 159 | | |
| |||
0 commit comments