We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fb053bc + 8ba1083 commit 07a9bd0Copy full SHA for 07a9bd0
.github/workflows/go.yml
@@ -6,6 +6,8 @@ on:
6
schedule:
7
- cron: '6 15 * * SUN'
8
9
+permissions: {}
10
+
11
jobs:
12
13
build:
.github/workflows/golangci-lint.yml
golangci:
name: lint
.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