We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14621a6 commit daa763cCopy full SHA for daa763c
.github/workflows/release.yml
@@ -10,6 +10,8 @@ on:
10
types:
11
- published
12
13
+permissions: {}
14
+
15
jobs:
16
build:
17
name: Build source distribution
.github/workflows/test.yml
@@ -6,6 +6,8 @@ on:
6
schedule:
7
- cron: '3 15 * * SUN'
8
9
.github/workflows/zizmor.yml
@@ -27,6 +27,6 @@ jobs:
27
enable-cache: false
28
29
- name: Run zizmor
30
- run: uvx zizmor --format plain .
+ run: uvx zizmor@1.2.2 --format plain .
31
env:
32
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments