Skip to content

Commit de04abd

Browse files
authored
ci: add workflow to run zizmor (#57)
1 parent f0a9ca3 commit de04abd

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

.github/workflows/zizmor.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
name: Run zizmor
2+
3+
on:
4+
push:
5+
branches:
6+
- main
7+
pull_request:
8+
9+
permissions: {}
10+
11+
jobs:
12+
zizmor:
13+
runs-on: ubuntu-latest
14+
steps:
15+
- name: Checkout repository
16+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
17+
with:
18+
persist-credentials: false
19+
20+
- name: Run zizmor
21+
uses: zizmorcore/zizmor-action@e639db99335bc9038abc0e066dfcd72e23d26fb4 # v0.3.0
22+
with:
23+
advanced-security: false

0 commit comments

Comments
 (0)