Skip to content
This repository was archived by the owner on May 6, 2025. It is now read-only.

Commit 7e72dee

Browse files
authored
Merge pull request #55 from maxmind/nobeid/uhu-537-improve-zizmor-action
update zizmor to verson 1.2.2
2 parents 43de516 + 6dd2628 commit 7e72dee

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/test.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,14 @@ on:
66
schedule:
77
- cron: '5 10 * * SUN'
88

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

1113
build:
1214
strategy:
1315
matrix:
1416
perl-version:
15-
- '5.10'
1617
- '5.12'
1718
- '5.14'
1819
- '5.16'
@@ -25,6 +26,9 @@ jobs:
2526
- '5.30'
2627
- '5.32'
2728
- '5.34'
29+
- '5.36'
30+
- '5.38'
31+
- '5.40'
2832
platform: ['ubuntu-latest']
2933
runs-on: ${{ matrix.platform }}
3034
name: "Build ${{ matrix.perl-version }} test on ${{ matrix.platform }}"

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