Why Your GitHub Actions Security Scanner Shows Green When It's Doing Nothing
GitHub Actions reports green when `continue-on-error: true` swallows a crash AND `actions/upload-artifact@v4` warns instead of failing on a missing file. The combination silently breaks Nark, Semgrep, npm audit, and gitleaks — we hit it 18 times in a row this week before noticing. Three-line fix.