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 3ed5fca commit 2d5d7d7Copy full SHA for 2d5d7d7
.github/workflows/lint.yml
@@ -6,6 +6,8 @@ on:
6
schedule:
7
- cron: '55 3 * * SUN'
8
9
+permissions: {}
10
+
11
jobs:
12
run:
13
runs-on: ubuntu-latest
.github/workflows/test.yml
runs-on: ${{ matrix.operating-system }}
.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