Skip to content

Commit 558cdcb

Browse files
committed
changed zizmor to pip install
1 parent 0c78746 commit 558cdcb

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

.github/workflows/zizmor.yml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,15 @@ jobs:
1919
with:
2020
persist-credentials: false
2121

22+
- name: Install zizmor
23+
run: pip install zizmor
24+
2225
- name: Run zizmor
23-
uses: woodruffw/zizmor-action@v1
24-
with:
25-
args: --format sarif
26+
run: zizmor --format sarif . > results.sarif
2627
env:
2728
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
29+
30+
- name: Upload SARIF results
31+
uses: github/codeql-action/upload-sarif@v3
32+
with:
33+
sarif_file: results.sarif

0 commit comments

Comments
 (0)