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 <noreply@anthropic.com>
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -49,10 +49,8 @@ jobs:
|
|||||||
sudo mv actionlint /usr/local/bin/
|
sudo mv actionlint /usr/local/bin/
|
||||||
- name: Lint GitHub Actions
|
- name: Lint GitHub Actions
|
||||||
run: actionlint
|
run: actionlint
|
||||||
- name: Install zizmor
|
|
||||||
run: pipx install zizmor
|
|
||||||
- name: Audit GitHub Actions security
|
- name: Audit GitHub Actions security
|
||||||
run: zizmor .github/workflows/
|
run: pipx run zizmor .github/workflows/
|
||||||
|
|
||||||
frontend-lint:
|
frontend-lint:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|||||||
Reference in New Issue
Block a user