Skip to content

Commit a67ebd0

Browse files
authored
Run Zizmor with GH token (#612)
1 parent 460003e commit a67ebd0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/zizmor.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,15 @@ jobs:
2525
uses: astral-sh/setup-uv@v4
2626
with:
2727
version: "latest"
28-
- name: Run zizmor
28+
- name: Run zizmor 🌈
2929
run: uvx zizmor --format sarif . > results.sarif
30+
env:
31+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3032
- name: Upload SARIF file
3133
uses: github/codeql-action/upload-sarif@v3
3234
with:
3335
# Path to SARIF file relative to the root of the repository
3436
sarif_file: results.sarif
3537
# Optional category for the results
3638
# Used to differentiate multiple results for one commit
37-
category: zizmor
39+
category: zizmor

0 commit comments

Comments
 (0)