Commit 4a2ce57
fix(ci): repair the two standing red checks — codeql init/analyze version split + stale hypatia reusable pin
Every PR has carried two red checks:
1. `analyze (actions, none)` (CodeQL — a REQUIRED check per the workflow's
own comment): dependabot #670/#673 bumped `analyze`/`upload-sarif` to
v4.36.3 (54f647b7) but left `init` at v4.36.2 (8aad20d1). The init step
writes a config the newer analyze rejects:
"Loaded a configuration file for version '4.36.2', but running 4.36.3"
Fix: align `init` to the same v4.36.3 SHA. Also corrected the drifted
"# v3.28.1" comments to the SHA's real version (comment said v3.28.1,
SHA was v4.36.x — the drift is what hid the split).
2. `hypatia / Hypatia Neurosymbolic Analysis`: the wrapper pinned the
standards reusable at d135b05 — the known estate CI-red master-cause pin.
The reusable was fixed upstream in standards #428 (GITHUB_TOKEN),
#441 (un-stale scanner cache — our exact "Cache not found ... exit 1"
symptom), #445, #453. Fix: bump the pin to 5fa7a834e (#453), the latest
commit touching the reusable.
Workflow-file change: pushed via WSL gh (workflow scope present).
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 55037d7 commit 4a2ce57
2 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
0 commit comments