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 460003e commit a67ebd0Copy full SHA for a67ebd0
.github/workflows/zizmor.yml
@@ -25,13 +25,15 @@ jobs:
25
uses: astral-sh/setup-uv@v4
26
with:
27
version: "latest"
28
- - name: Run zizmor
+ - name: Run zizmor 🌈
29
run: uvx zizmor --format sarif . > results.sarif
30
+ env:
31
+ GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
32
- name: Upload SARIF file
33
uses: github/codeql-action/upload-sarif@v3
34
35
# Path to SARIF file relative to the root of the repository
36
sarif_file: results.sarif
37
# Optional category for the results
38
# Used to differentiate multiple results for one commit
- category: zizmor
39
+ category: zizmor
0 commit comments