ci: ensure git is available in deploy job
Some checks failed
CI / Lint & Format (push) Failing after 27s
CI / Unit Tests (push) Has been skipped
CI / Memory Leak Check (push) Has been skipped
CI / Fuzz Testing (push) Has been skipped
CI / SBOM Generation (push) Has been skipped
CI / Security Scan (push) Successful in 32s
CI / Security Tests (push) Has been skipped
CI / Advanced Security Tests (push) Has been skipped
CI / Build & Push Image (push) Has been skipped
CI / Harbor Vulnerability Scan (push) Has been skipped

This commit is contained in:
Username
2026-02-23 21:33:54 +01:00
parent e7c278be0d
commit d638c822d3

View File

@@ -287,6 +287,9 @@ jobs:
steps:
- name: Checkout
run: |
command -v git >/dev/null 2>&1 || {
apt-get update -qq && apt-get install -yqq --no-install-recommends git >/dev/null
}
git clone --depth 1 --branch "${GITHUB_REF_NAME}" \
"https://oauth2:${{ github.token }}@${GITHUB_SERVER_URL#https://}/${GITHUB_REPOSITORY}.git" .