Confirm uv run safety check runs against the full dependency set
## Summary
- Update `security-audit.yml` to run `uv sync --all-extras --frozen` before `safety check`
- Ensures optional `redis` and `minio` dependencies are installed and scanned for vulnerabilities
- Aligns the security audit workflow with `code-quality.yml` and `test.yml`
## Test plan
- [ ] Trigger the Security Audit workflow manually via `workflow_dispatch`
- [ ] Confirm `uv sync --all-extras --frozen` completes successfully
- [ ] Confirm `uv run safety check` runs against the full dependency set
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Summary
security-audit.ymlto runuv sync --all-extras --frozenbeforesafety checkredisandminiodependencies are installed and scanned for vulnerabilitiescode-quality.ymlandtest.ymlTest plan
workflow_dispatchuv sync --all-extras --frozencompletes successfullyuv run safety checkruns against the full dependency setTest Coverage Report: