Fix zizmor install in CI by using pipx
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:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -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/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user