ci: include version-gate check in analyze job to block deploys on version mismatch
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user