Commit db466ba
fix(panicbot): rename colon-named findings file + fail-loud filename guard
Panicbot Sweep failed 3 consecutive weekly runs (06-14/06-21/06-28):
actions/upload-artifact rejects ':' in paths, and one legacy file
(shared-context/findings/indieweb2-bastion/2026-02-14T00:00:00Z.json —
the only colon path in the tree) failed the whole sweep's artifact upload.
The writer (scripts/submit-finding.sh) already emits colon-free names
(%Y%m%d-%H%M%S), so the file is residue from an older path, not a live
writer bug — renamed to 2026-02-14T00-00-00Z.json. Added a fail-loud
pre-upload guard that names any future offender instead of letting the
upload step fail cryptically (fail loudly; the guard points at the writer).
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>1 parent bd1ca51 commit db466ba
2 files changed
Lines changed: 15 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
110 | 125 | | |
111 | 126 | | |
112 | 127 | | |
| |||
0 commit comments