Merge pull request 'ci: ensure version-check scripts are executable; invoke via bash' (#28) from dev into main
Some checks failed
Code Analysis and Production Deploy / analyze (push) Failing after 13s
Code Analysis and Production Deploy / deploy-production (push) Has been skipped
Code Analysis and Production Deploy / deploy-test (push) Has been skipped

Reviewed-on: #28
This commit is contained in:
2026-05-20 17:00:19 +02:00

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: |