ci: include version-gate check in analyze job to block deploys on version mismatch
Some checks failed
Code Analysis and Production Deploy / analyze (push) Failing after 12s
Code Analysis and Production Deploy / deploy-production (push) Has been skipped
Code Analysis and Production Deploy / deploy-test (push) Has been skipped

This commit is contained in:
Torsten Schulz (local)
2026-05-20 12:20:51 +02:00
parent 1561e1b861
commit 63a1034e3d

View File

@@ -31,6 +31,9 @@ jobs:
node -v
npm -v
- name: Check package.json version changed
run: scripts/check-package-version-changed.sh origin/main
- name: gitleaks (Secrets Scanning)
run: |
# Try to get the latest release asset URL