Commit f2541de
fix(ci): repair never-parsed workflow(s) (#16)
These files were rejected by the workflow parser before any run could be
scheduled: the API reported each name as its file path (the never-parsed
fallback), and every run failed at 0s with zero jobs and no logs.
-
.github/workflows/secret-scanner.yml:ILLEGAL_KEY:rust-secrets:if-hashFiles
Validated per file: actionlint, yaml.safe_load, duplicate-key check.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
## How this was found
GitHub reports a workflow's `name` as its file path when it has never
successfully parsed the file. An estate-wide scan of 425 repos found 263
such workflows across 133 repos.
## Verification
Each edited file passes actionlint, `yaml.safe_load`, and a
duplicate-key
check. For push-triggered workflows, full verification completes after
merge:
the decisive proof is the workflow resolving its declared name instead
of
its path.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude Opus 5 <noreply@anthropic.com>1 parent 0be35c8 commit f2541de
1 file changed
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
33 | 32 | | |
34 | 33 | | |
35 | 34 | | |
| |||
0 commit comments