Skip to content

Commit 0e008c7

Browse files
authored
Merge pull request #187 from maxmind/nobeid/uhu-537-improve-zizmor-action
update zizmor to verson 1.2.2
2 parents bc5c305 + fa7691d commit 0e008c7

3 files changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/lint.yml

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

9+
permissions: {}
10+
911
jobs:
1012
run:
1113
runs-on: ubuntu-latest

.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: '5 4 * * SUN'
88

9+
permissions: {}
10+
911
jobs:
1012
run:
1113
runs-on: ${{ matrix.operating-system }}

.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)