We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42bc491 commit a5be3cfCopy full SHA for a5be3cf
1 file changed
.github/workflows/ci.yml
@@ -6,6 +6,19 @@ on: [push, pull_request]
6
permissions: {}
7
8
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
22
bats-test:
23
strategy:
24
matrix:
0 commit comments