Fix zizmor install in CI by using pipx
Some checks failed
CI / backend-lint (pull_request) Successful in 9s
CI / actions-lint (pull_request) Failing after 15s
CI / frontend-lint (pull_request) Successful in 20s

Bare pip install fails on newer Ubuntu runners due to PEP 668
(externally-managed-environment). Use pipx which is pre-installed.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-17 19:28:24 +01:00
parent acfe767214
commit e9100fa826

View File

@@ -50,7 +50,7 @@ jobs:
- name: Lint GitHub Actions
run: actionlint
- name: Install zizmor
run: pip install zizmor
run: pipx install zizmor
- name: Audit GitHub Actions security
run: zizmor .github/workflows/