senke
|
cb8bbf829d
|
ci(backend): add coverage report generation and upload
|
2026-02-14 20:21:28 +01:00 |
|
senke
|
436123f510
|
ci(backend): run Go tests without -short, add test DB service
|
2026-02-14 20:20:54 +01:00 |
|
senke
|
8fcece8d58
|
fix(ci): upgrade deprecated actions, fix Go version
production-deploy.yml:
- Replace actions-rs/toolchain@v1 with dtolnay/rust-toolchain@stable
- Upgrade actions/cache@v3 -> @v4
- Upgrade github/codeql-action/upload-sarif@v2 -> @v3
- Upgrade actions/upload-artifact@v3 -> @v4
backend-ci.yml:
- Upgrade Go 1.22 -> 1.23 to match go.mod (1.23.8)
Addresses audit findings A08: deprecated actions and outdated Go version.
Co-authored-by: Cursor <cursoragent@cursor.com>
|
2026-02-11 23:14:50 +01:00 |
|
senke
|
e84eed58f9
|
ci: upgrade remaining GitHub Actions and remove || true patterns
- backend-ci.yml: remove || true from govulncheck
- frontend-ci.yml: remove || true from npm audit
- cd.yml: upgrade checkout@v3 -> v4, buildx-action@v2 -> v3
- chat-ci.yml: replace actions-rs/toolchain@v1 with dtolnay/rust-toolchain@stable
- stream-ci.yml: replace actions-rs/toolchain@v1 with dtolnay/rust-toolchain@stable
Zero remaining `|| true` patterns across all 11 workflow files.
Zero remaining deprecated action references.
Completes CI hardening started in C1.
Co-authored-by: Cursor <cursoragent@cursor.com>
|
2026-02-11 22:54:35 +01:00 |
|
senke
|
d534c4e857
|
ci: add npm audit, govulncheck, cargo audit to CI
Co-authored-by: Cursor <cursoragent@cursor.com>
|
2026-02-11 21:33:27 +01:00 |
|
okinrev
|
6e2e16fbb5
|
initial: initial repo set up (README, LICENSE, CONTRIBUTORS, etc...)
|
2025-12-03 13:54:23 +01:00 |
|