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.
1 parent 6c2832d commit 4432074Copy full SHA for 4432074
1 file changed
.github/workflows/zizmor.yml
@@ -0,0 +1,30 @@
1
+name: zizmor
2
+
3
+on:
4
+ pull_request:
5
+ branches:
6
+ - main
7
+ push:
8
9
10
11
+concurrency:
12
+ group: ${{ github.workflow }}-${{ github.ref }}
13
+ cancel-in-progress: true
14
15
+permissions: {}
16
17
+jobs:
18
+ zizmor:
19
+ name: GitHub Actions security (zizmor)
20
+ runs-on: ubuntu-latest
21
+ permissions:
22
+ security-events: write
23
+ steps:
24
+ - name: Checkout
25
+ uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
26
+ with:
27
+ persist-credentials: false
28
29
+ - name: zizmor
30
+ uses: zizmorcore/zizmor-action@5f14fd08f7cf1cb1609c1e344975f152c7ee938d # v0.5.6
0 commit comments