Commit 0bad773
authored
fix(ci): repin Hypatia wrapper past the warn-severity validator bug (#72)
The Hypatia job on main fails inside the reusable's findings validator:
```
::error::Hypatia did not produce one valid findings array (exit 2)
```
Cause: the pinned reusable revision (`fad242d35291…`) accepts only
`critical|high|medium|low|info|informational`, but the scanner emits
`warn` for its research rules — defiant's scan produced 67 findings, 12
of them `warn`.
Standards fixed the vocabulary in `591cea1b07` (2026-09-10, "reconcile
native action pins and retain Hypatia warning severity"). This repins
the wrapper to standards main head `9379fb71…`, which carries that fix
plus the cache-integrity/SARIF follow-ons.
The published check name is unchanged: caller job id `hypatia` +
reusable job name `Hypatia Neurosymbolic Analysis` at both pins, so the
required context `hypatia / Hypatia Neurosymbolic Analysis` still
matches.1 parent 1b136e1 commit 0bad773
2 files changed
Lines changed: 25 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
0 commit comments