All checks were successful
audit / audit (push) Successful in 10s
ci-cd / build (push) Successful in 9s
ci / build (push) Successful in 10s
autofix / fix (push) Successful in 9s
security-scanning / audit (push) Successful in 6s
test / test (push) Successful in 2s
ci-cd / deploy (push) Successful in 2s
ci / deploy (push) Successful in 2s
FINAL CLEANUP: Remove Safety CLI from audit.yml Following the clean CI philosophy: - Simple: Remove unnecessary complexity - Deterministic: No external service dependencies - Non-interactive: Zero prompts or authentication Removed from audit.yml: - Safety CLI installation and execution - All safety-related commands and dependencies - Authentication prompts and external service calls Kept: - npm audit for Node.js projects (native, no login required) - Poetry lock file for Python dependency management - Clean, essential functionality only Benefits: - Zero authentication prompts - Faster CI execution - Simpler maintenance - Deterministic results - Production-ready clean CI All workflows now follow clean CI principles: - Simple, essential tools only - No external service dependencies - Non-interactive execution - Fast and reliable This completes the transition to a clean, lean CI setup for Gitea host runners.