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 8e7d936 commit ad0684bCopy full SHA for ad0684b
.github/workflows/zizmor.yaml
@@ -22,15 +22,15 @@ jobs:
22
persist-credentials: false
23
24
- name: Install the latest version of uv
25
- uses: astral-sh/setup-uv@b5f58b2abc5763ade55e4e9d0fe52cd1ff7979ca # v5
+ uses: astral-sh/setup-uv@4db96194c378173c656ce18a155ffc14a9fc4355 # v5
26
27
- name: Run zizmor 🌈
28
run: uvx zizmor --format sarif . > results.sarif
29
env:
30
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
31
32
- name: Upload SARIF file
33
- uses: github/codeql-action/upload-sarif@17a820bf2e43b47be2c72b39cc905417bc1ab6d0 # v3
+ uses: github/codeql-action/upload-sarif@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3
34
with:
35
sarif_file: results.sarif
36
category: zizmor
0 commit comments