Highlights
Supply Chain: 2 prior fixes. Scrutinize any change in this area.
.github/workflows/ci.yml: most-fixed (3 issues). Treat as high-risk during review.
3 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.
Secret Management: Secrets (BINTRAY_API_KEY, BINTRAY_GPG_PASS, NEXUS_PASSWORD) were exposed in CI logs; moved to encrypted form and GITHUB_ENV to prevent leakage.
Supply Chain: Gradle wrapper JARs can be tampered with to execute malicious code during builds; validation added to detect and prevent this.
CI Security: SARIF upload on forks could leak findings or be abused; gated on fork check and expanded PR event types to ensure checks run on label/edits.