Skip to content

Commit

Permalink
ci: use zizmor as a rust package (#7844)
Browse files Browse the repository at this point in the history
Co-authored-by: Boshen <[email protected]>
  • Loading branch information
Sysix and Boshen authored Dec 13, 2024
1 parent 369c7a0 commit 5172f32
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci_security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,12 @@ jobs:
with:
persist-credentials: false

- name: Install the latest version of uv
uses: astral-sh/setup-uv@38f3f104447c67c051c4a08e39b64a148898af3a # v4
uses: taiki-e/install-action@8c39981484df4e7ba41af8e8e078ac546d5e1b11 # v2.46.8
with:
tool: zizmor

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

Expand Down

0 comments on commit 5172f32

Please sign in to comment.