ci: ensure version-check scripts are executable; invoke via bash
All checks were successful
Code Analysis and Production Deploy / analyze (push) Successful in 2m45s
Code Analysis and Production Deploy / deploy-production (push) Has been skipped
Code Analysis and Production Deploy / deploy-test (push) Successful in 2m2s

This commit is contained in:
Torsten Schulz (local)
2026-05-20 16:54:45 +02:00
parent f7c6caebc1
commit a80ea7b892

View File

@@ -37,7 +37,7 @@ jobs:
PROD_USER: ${{ vars.PROD_USER }}
PROD_PORT: ${{ vars.PROD_PORT }}
PROD_SSH_KEY: ${{ secrets.PROD_SSH_KEY }}
run: scripts/check-version-against-prod.sh
run: bash scripts/check-version-against-prod.sh
- name: gitleaks (Secrets Scanning)
run: |