Workflow Cost & Risk Audit

Scans workflow YAML files across repos for expensive or risky patterns.

Issues by Repo

RepoIssuesHighMediumDetails
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…

All Issues

evenwebb/merlin-cinemas-calendar

SeverityCheckLocationMessageSuggestion
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

evenwebb/wtw-cinemas-calendar

SeverityCheckLocationMessageSuggestion
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