We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96d218c commit 499386eCopy full SHA for 499386e
.github/workflows/main.yml
@@ -47,6 +47,19 @@ jobs:
47
- run: cargo fmt --all -- --check
48
- run: cargo clippy -- -Dwarnings
49
50
+ zizmor:
51
+ name: Zizmor Github Actions lint
52
+ runs-on: ubuntu-24.04
53
+ permissions:
54
+ security-events: write
55
+ steps:
56
+ - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
57
+ with:
58
+ persist-credentials: false
59
+
60
+ - name: Run zizmor
61
+ uses: zizmorcore/zizmor-action@0dce2577a4760a2749d8cfb7a84b7d5585ebcb7d # v0.5.0
62
63
config:
64
runs-on: ubuntu-latest
65
steps:
0 commit comments