Skip to content

Commit

Permalink
Force running the latest version of zizmor
Browse files Browse the repository at this point in the history
Apparently when restoring the uv cache we might end up running an old
release of zizmor, which means we don't get the latest checks.

That does avoid getting new failures in a random PR, but it's an
annoyance wrt keeping the project progressing.
  • Loading branch information
masklinn committed Feb 1, 2025
1 parent 5f5f338 commit a5d658f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/zizmor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: astral-sh/setup-uv@v5

- name: Run zizmor
run: uvx zizmor --format sarif . > results.sarif
run: uvx zizmor@latest --format sarif . > results.sarif
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit a5d658f

Please sign in to comment.