Skip to content

Commit a5be3cf

Browse files
committed
Add zizmor action
1 parent 42bc491 commit a5be3cf

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,19 @@ on: [push, pull_request]
66
permissions: {}
77

88
jobs:
9+
zizmor:
10+
runs-on: ubuntu-latest
11+
permissions:
12+
security-events: write
13+
steps:
14+
- name: Checkout repository
15+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
16+
with:
17+
persist-credentials: false
18+
19+
- name: Run zizmor 🌈
20+
uses: zizmorcore/zizmor-action@71321a20a9ded102f6e9ce5718a2fcec2c4f70d8 # v0.5.2
21+
922
bats-test:
1023
strategy:
1124
matrix:

0 commit comments

Comments
 (0)