From 26754912164d5b32fd5efa6461f96c6a37858a5f Mon Sep 17 00:00:00 2001 From: Julian Tabel Date: Tue, 17 Feb 2026 19:31:39 +0100 Subject: [PATCH] Fix zizmor PATH issue in CI by using pipx run pipx run executes directly without needing the binary on PATH. Co-Authored-By: Claude Opus 4.6 --- .github/workflows/ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3db6a62..80fac44 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,10 +49,8 @@ jobs: sudo mv actionlint /usr/local/bin/ - name: Lint GitHub Actions run: actionlint - - name: Install zizmor - run: pipx install zizmor - name: Audit GitHub Actions security - run: zizmor .github/workflows/ + run: pipx run zizmor .github/workflows/ frontend-lint: runs-on: ubuntu-latest