Skip to content

Commit 767b559

Browse files
authored
Merge pull request #224 from maxmind/nobeid/uhu-537-improve-zizmor-action
update zizmor to verson 1.2.2
2 parents 50e43ea + 12bb313 commit 767b559

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: Run tests
22
on: [push, pull_request]
3+
permissions: {}
34
jobs:
45
test:
56
runs-on: ${{ matrix.os }}

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