Repository update
A short summary of what changed when PR #6 was merged into main.
README
The README now displays a live Security Scan badge that links to the GitHub Actions workflow, making repository health visible at a glance.
Workflow
The security workflow was streamlined by removing a redundant upload-sarif step. CodeQL analysis already uploads SARIF results automatically, so the extra step was unnecessary and could cause check failures.
Merge
All changes from the add-readme-badge branch were merged into main. The security scan checks now run cleanly on every push and pull request.
Impact: CI now runs dependency audit, secret scan, and CodeQL analysis without duplicate upload steps. The README badge gives visitors immediate confidence in the project's security posture.