Commit 5aa8170
authored
fix(ci): repin Hypatia wrapper past the warn-severity validator bug (#74)
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 78d9d7f commit 5aa8170
2 files changed
Lines changed: 1 addition & 21 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | 67 | | |
73 | 68 | | |
74 | 69 | | |
75 | 70 | | |
76 | 71 | | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | 72 | | |
83 | 73 | | |
84 | 74 | | |
85 | 75 | | |
86 | 76 | | |
87 | 77 | | |
88 | 78 | | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | 79 | | |
100 | 80 | | |
101 | 81 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
0 commit comments