Skip to content

Commit fa06d7c

Browse files
committed
ci: zizmor
1 parent d6e935d commit fa06d7c

1 file changed

Lines changed: 27 additions & 0 deletions

File tree

.github/workflows/zizmor.yml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
name: zizmor
2+
3+
on:
4+
pull_request:
5+
branches: ['**']
6+
push:
7+
branches: [main]
8+
workflow_dispatch:
9+
10+
permissions: {}
11+
12+
jobs:
13+
zizmor:
14+
name: zizmor
15+
runs-on: ubuntu-latest
16+
permissions:
17+
actions: read
18+
contents: read
19+
security-events: write
20+
steps:
21+
- name: Checkout
22+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
23+
with:
24+
persist-credentials: false
25+
26+
- name: Run zizmor
27+
uses: zizmorcore/zizmor-action@b572f7b1a1c2d41efaab43d504f68d215c3cd727 # v0.5.4

0 commit comments

Comments
 (0)