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