Skip to content

Commit b109902

Browse files
authored
Merge pull request #161 from maxmind/nobeid/uhu-537-improve-zizmor-action
update zizmor to verson 1.2.2
2 parents 5a6794e + f06df16 commit b109902

3 files changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ on:
1010
types:
1111
- published
1212

13+
permissions: {}
14+
1315
jobs:
1416
build:
1517
name: Build source distribution

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ on:
66
schedule:
77
- cron: '3 15 * * SUN'
88

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

.github/workflows/zizmor.yml

Lines changed: 1 addition & 1 deletion
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)