Skip to content

Commit 7b9c253

Browse files
Bump zizmor to v1.19.0 (#2882)
* Bump zizmor to v1.19.0 Update to zizmor 1.19.0. * Fix zizmor findings - Configure a 3-day cooldown for dependabot. - Suppress false positive. - Disable overly-paranoid concurrency rule.
1 parent bb8143f commit 7b9c253

4 files changed

Lines changed: 11 additions & 2 deletions

File tree

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,17 @@ version: 2
22
updates:
33
- package-ecosystem: "github-actions"
44
directory: "/"
5+
cooldown:
6+
default-days: 3
57
schedule:
68
interval: weekly
79
day: thursday
810
time: "12:00"
911
timezone: "America/New_York"
1012
- package-ecosystem: nuget
1113
directory: "/"
14+
cooldown:
15+
default-days: 3
1216
groups:
1317
polly:
1418
patterns:

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
POWERSHELL_YAML_VERSION: '0.4.12'
2828
PSSCRIPTANALYZER_VERSION: '1.24.0'
2929
TERM: xterm
30-
ZIZMOR_VERSION: '1.13.0'
30+
ZIZMOR_VERSION: '1.19.0'
3131

3232
permissions:
3333
actions: read

.github/workflows/ossf-scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
- cron: '0 8 * * MON'
88
workflow_dispatch:
99

10-
permissions: read-all
10+
permissions: read-all # zizmor: ignore[excessive-permissions] Recommended permissions for OSSF Scorecard
1111

1212
jobs:
1313
analysis:

.github/zizmor.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
rules:
22
anonymous-definition:
33
disable: true
4+
concurrency-limits:
5+
disable: true
6+
dependabot-cooldown:
7+
config:
8+
days: 3
49
undocumented-permissions:
510
disable: true

0 commit comments

Comments
 (0)