Skip to content

Commit 7c2e36f

Browse files
authored
feat: use upstream zizmor-action (#1577)
* feat: use upstream zizmor-action * use latest
1 parent 95a166c commit 7c2e36f

1 file changed

Lines changed: 1 addition & 12 deletions

File tree

.github/workflows/shared-zizmor.yml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,5 @@ jobs:
2222
with:
2323
persist-credentials: false
2424

25-
- name: Install the latest version of uv
26-
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
27-
2825
- name: Run zizmor 🌈
29-
run: uvx zizmor --format=sarif . > results.sarif
30-
env:
31-
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
32-
33-
- name: Upload SARIF file
34-
uses: github/codeql-action/upload-sarif@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4.35.2
35-
with:
36-
sarif_file: results.sarif
37-
category: zizmor
26+
uses: zizmorcore/zizmor-action@b1d7e1fb5de872772f31590499237e7cce841e8e # v0.5.3

0 commit comments

Comments
 (0)