Skip to content

Commit 5aa8170

Browse files
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

File tree

.github/workflows/actions.lock

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -64,38 +64,18 @@ dependencies:
6464
commit: 'sha1-d6db90164ac5ed86f2b6aed7e0febac5b3c0c03e'
6565
owner_id: 44036562
6666
repo_id: 438112499
67-
'actions/github-script@v8.0.0':
68-
ref: 'v8.0.0'
69-
commit: 'sha1-ed597411d8f924073f98dfc5c65a23a2325f34cd'
70-
owner_id: 44036562
71-
repo_id: 205262760
7267
'actions/upload-artifact@v4':
7368
ref: 'v4'
7469
commit: 'sha1-ea165f8d65b6e75b540449e92b4886f43607fa02'
7570
owner_id: 44036562
7671
repo_id: 192625955
77-
'actions/upload-artifact@v4.6.2':
78-
ref: 'v4.6.2'
79-
commit: 'sha1-ea165f8d65b6e75b540449e92b4886f43607fa02'
80-
owner_id: 44036562
81-
repo_id: 192625955
8272
'actions/upload-pages-artifact@v3.0.1':
8373
ref: 'v3.0.1'
8474
commit: 'sha1-56afc609e74202658d3ffba0e8f6dda462b719fa'
8575
owner_id: 44036562
8676
repo_id: 496012378
8777
uses:
8878
- 'actions/upload-artifact@v4'
89-
'erlef/setup-beam@v1.24.0':
90-
ref: 'v1.24.0'
91-
commit: 'sha1-fc68ffb90438ef2936bbb3251622353b3dcb2f93'
92-
owner_id: 47606891
93-
repo_id: 331103973
94-
'github/codeql-action@v4.32.6':
95-
ref: 'v4.32.6'
96-
commit: 'sha1-0d579ffd059c29b07949a3cce3983f0780820c98'
97-
owner_id: 9919
98-
repo_id: 259445878
9979
'github/codeql-action@v4.34.0':
10080
ref: 'v4.34.0'
10181
commit: 'sha1-c6f931105cb2c34c8f901cc885ba1e2e259cf745'

.github/workflows/hypatia-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ permissions:
3232

3333
jobs:
3434
hypatia:
35-
uses: hyperpolymath/standards/.github/workflows/hypatia-scan-reusable.yml@9379fb71b66a2e1412cab7c5b5a5ff9f04632552
35+
uses: hyperpolymath/standards/.github/workflows/hypatia-scan-reusable.yml@b77c53c85e5734756a793497845735485c9dc933
3636
secrets: inherit

0 commit comments

Comments
 (0)