Skip to content

Commit

Permalink
Use astral to install zizmor.
Browse files Browse the repository at this point in the history
  • Loading branch information
dcampbell24 authored and hellux committed Jan 13, 2025
1 parent 20e5681 commit 52df33f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/zizmor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ jobs:
with:
persist-credentials: false

- name: Download zizmor
run: cargo install zizmor
- name: Install the latest version of uv
uses: astral-sh/setup-uv@38f3f104447c67c051c4a08e39b64a148898af3a # pin@v4

- name: Run zizmor 🌈
run: |
cd "$GITHUB_WORKSPACE"
zizmor --gh-token "$GH_TOKEN" .github/workflows/*
uvx zizmor --gh-token "$GH_TOKEN" .github/workflows/*
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 52df33f

Please sign in to comment.