Repository update

Security workflow & README badge

A short summary of what changed when PR #6 was merged into main.

PR #6Branch: add-readme-badge → mainMerge commit: de474353

README

Security status badge added to 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

Duplicate CodeQL SARIF upload removed

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

PR #6 merged into main

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.