Commit 4cd3f20
fix(ci): Security Scan called a repo name that no longer exists
`hyperpolymath/panic-attacker` was renamed to `hyperpolymath/panic-attack`.
GitHub's REST API transparently follows repository renames; GitHub Actions
does NOT follow them when resolving a reusable workflow's `uses:`. The call
therefore failed at workflow-LOAD time on every run since at least
2026-07-14, with the fingerprint that made it so hard to characterise:
* `conclusion: failure` (not `startup_failure`)
* zero jobs, no check-run, `gh run view --log` -> "log not found"
* the workflow's registry entry stuck at `.github/workflows/security-scan.yml`
instead of "Security Scan", because GitHub never parsed the file
Because the API follows the redirect, every probe of the old name came back
clean: the reusable "existed" at its pin, the pin was "reachable", the
permissions "matched", the repo was "public". The estate split is the proof
-- verisimdb and ambientops point at the dead name and show the unparsed
path-as-name; echidna points at the live name, parses, and actually runs.
Also re-pins 2dc1393c (2026-05-20) -> efe9982f (2026-07-19), which adds the
upstream skip-dispatch-without-PAT branch and oversized-payload chunking,
and adds a `concurrency` group matching the other callers.
A temporary `pull_request:` trigger is included so this fix is verified by a
real run before merge; it is removed in a follow-up commit on this branch.
Known follow-on, NOT fixed here: `VERISIMDB_PAT` is expired. echidna's run
29687503416 proves it -- the dispatch to verisimdb-data returns HTTP 401
"Bad credentials". Rotating that secret is an owner action.
Separately: drop a stale module doc in verisim-octad's integration tests that
claimed persistence tests were `#[ignore]`d. They were removed in ee3e902;
there are no `#[ignore]`d tests anywhere in the workspace.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent 9a28db8 commit 4cd3f20
2 files changed
Lines changed: 27 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
8 | 12 | | |
9 | 13 | | |
10 | 14 | | |
11 | 15 | | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
12 | 20 | | |
13 | 21 | | |
14 | 22 | | |
15 | 23 | | |
16 | 24 | | |
17 | | - | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
18 | 39 | | |
19 | 40 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
7 | 11 | | |
8 | 12 | | |
9 | 13 | | |
| |||
0 commit comments