Skip to content

Commit 9da3a54

Browse files
authored
Merge pull request #84 from maxmind/nobeid/uhu-537-improve-zizmor-action
update zizmor to verson 1.2.2
2 parents 7d50614 + 5f434aa commit 9da3a54

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

Diff for: .github/workflows/go.yml

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ on:
66
schedule:
77
- cron: '4 15 * * SUN'
88

9+
permissions: {}
10+
911
jobs:
1012

1113
build:

Diff for: .github/workflows/golangci-lint.yml

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ on:
66
schedule:
77
- cron: "4 10 * * SUN"
88

9+
permissions: {}
10+
911
jobs:
1012
golangci:
1113
name: lint

Diff for: .github/workflows/zizmor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ jobs:
2727
enable-cache: false
2828

2929
- name: Run zizmor
30-
run: uvx zizmor --format plain .
30+
run: uvx zizmor@1.2.2 --format plain .
3131
env:
3232
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)