We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2b24136 + 82913cf commit 4797228Copy full SHA for 4797228
1 file changed
.github/workflows/zizmor.yml
@@ -0,0 +1,28 @@
1
+name: zizmor
2
+
3
+on:
4
+ push:
5
+ branches:
6
+ - main
7
+ paths:
8
+ - '.github/**'
9
+ pull_request:
10
11
12
13
+permissions: {}
14
15
+jobs:
16
+ zizmor:
17
+ runs-on: ubuntu-latest
18
+ permissions:
19
+ security-events: write
20
+ contents: read
21
+ steps:
22
+ - name: Checkout repository
23
+ uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
24
+ with:
25
+ persist-credentials: false
26
27
+ - name: Run zizmor
28
+ uses: zizmorcore/zizmor-action@192e21d79ab29983730a13d1382995c2307fbcaa # v0.5.7
0 commit comments