Highlights
Credential Leak: 1 prior fix. Scrutinize any change in this area.
.github/workflows/main.yml: most-fixed (1 issue). Treat as high-risk during review.
0 high-severity fixes in this history; regressions here are high-impact.
Recurring patterns
The bug types that recur here, drawn from past fixes, not open vulnerabilities.
Credential Leak: CI runner credentials could persist in the local git configuration, exposing them to subsequent untrusted actions or scripts executed during the workflow run. Explicitly disabling credential persistence prevents secondary steps from accessing the repository's GitHub token.