refactor(ci): modularize workflows into ci, code-quality, security, deploy

- Split monolithic ci.yml into focused workflow files
- Add code-quality.yml with complexity analysis and duplicate detection
- Replace template codeql.yml with comprehensive security.yml (CodeQL, dependency audit, dependency review, secret scan)
- Separate deploy into its own workflow triggered by CI success
This commit is contained in:
2026-02-14 11:02:05 +03:00
parent d48fb39c4e
commit e5dd2b4b5b
7 changed files with 177 additions and 127 deletions
+3 -3
View File
@@ -1,5 +1,5 @@
{
"version": "1.0.184",
"buildTime": "2026-02-13T03:26:27.567Z",
"buildNumber": 1770953187568
"version": "1.0.185",
"buildTime": "2026-02-14T08:02:05.985Z",
"buildNumber": 1771056125986
}