Skip to content

Commit b81b5e0

Browse files
authored
Merge pull request #371 from maxmind/nobeid/uhu-537-improve-zizmor-action
update zizmor to verson 1.2.2
2 parents b2e9c37 + 6450c46 commit b81b5e0

File tree

4 files changed

+4
-1
lines changed

4 files changed

+4
-1
lines changed

.github/workflows/clang-addresssanitizer.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
pull_request:
55
schedule:
66
- cron: '13 20 * * SUN'
7+
permissions: {}
78
jobs:
89
addresssanitizer:
910
name: Clang AddressSanitizer

.github/workflows/clang-analyzer.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
pull_request:
55
schedule:
66
- cron: '3 20 * * SUN'
7+
permissions: {}
78
jobs:
89
clang-analyzer:
910
name: Clang static analysis

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
pull_request:
55
schedule:
66
- cron: '3 20 * * SUN'
7+
permissions: {}
78
jobs:
89
test-autoconf:
910
strategy:

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