There was an error while loading. Please reload this page.
1 parent d0d382a commit 5bded60Copy full SHA for 5bded60
2 files changed
.github/workflows/zizmor.yml
@@ -0,0 +1,22 @@
1
+on:
2
+ push:
3
+ branches: [ "main" ]
4
+ pull_request:
5
+ branches: [ "**" ]
6
+
7
+permissions: { }
8
9
+jobs:
10
+ zizmor:
11
+ name: Run zizmor 🌈
12
+ runs-on: ubuntu-latest
13
+ permissions:
14
+ security-events: write
15
+ steps:
16
+ - name: Checkout repository
17
+ uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
18
+ with:
19
+ persist-credentials: false
20
21
+ - name: Run zizmor 🌈
22
+ uses: zizmorcore/zizmor-action@5ca5fc7a4779c5263a3ffa0e1f693009994446d1 # v0.1.2
.github/zizmor.yml
@@ -0,0 +1,5 @@
+rules:
+ unpinned-uses:
+ config:
+ policies:
+ "*": hash-pin
0 commit comments