We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58501b8 commit 209dc2dCopy full SHA for 209dc2d
.github/workflows/zizmor.yml
@@ -1,4 +1,4 @@
1
-name: GitHub Actions Security Analysis with zizmor 🌈
+name: GitHub Actions Security Analysis with zizmor
2
3
on:
4
push:
@@ -17,16 +17,5 @@ jobs:
17
uses: actions/checkout@v4
18
with:
19
persist-credentials: false
20
- - name: Setup Rust
21
- uses: actions-rust-lang/setup-rust-toolchain@v1
22
- - name: Get zizmor
23
- run: cargo install zizmor
24
- - name: Run zizmor 🌈
25
- run: zizmor --format sarif . > results.sarif
26
- env:
27
- GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
28
- - name: Upload SARIF file
29
- uses: github/codeql-action/upload-sarif@v3
30
- with:
31
- sarif_file: results.sarif
32
- category: zizmor
+ - name: Run zizmor
+ uses: zizmorcore/zizmor-action@1c7106082dbc1753372e3924b7da1b9417011a21
0 commit comments