Scans workflow YAML files across repos for expensive or risky patterns.
| Repo | Issues | High | Medium | Details |
|---|---|---|---|---|
| evenwebb/merlin-cinemas-calendar | 1 | — | 1 |
missing_cache: Job appears to install packages but has no cache s… |
| evenwebb/wtw-cinemas-calendar | 1 | — | 1 |
missing_cache: Job appears to install packages but has no cache s… |
| Severity | Check | Location | Message | Suggestion |
|---|---|---|---|---|
| medium | missing_cache | evenwebb/merlin-cinemas-calendar/.github/workflows/scrape_cinema.yml › build | Job appears to install packages but has no cache step | Add actions/cache for pip, npm, cargo, etc. to speed builds and reduce API usage |
| Severity | Check | Location | Message | Suggestion |
|---|---|---|---|---|
| medium | missing_cache | evenwebb/wtw-cinemas-calendar/.github/workflows/scrape_cinema.yml › build | Job appears to install packages but has no cache step | Add actions/cache for pip, npm, cargo, etc. to speed builds and reduce API usage |