Skip to content

Commit 3e5d1b2

Browse files
Update zizmor to 1.23.1 (#382)
* Update zizmor to 1.23.1 Update to the latest release of zizmor. * Add dependabot cooldown Configure a dependabot cooldown of 3 days.
1 parent b293fde commit 3e5d1b2

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ version: 2
22
updates:
33
- package-ecosystem: "github-actions"
44
directory: "/"
5+
cooldown:
6+
default-days: 3
57
groups:
68
actions:
79
patterns:
@@ -12,6 +14,8 @@ updates:
1214
timezone: Europe/London
1315
- package-ecosystem: nuget
1416
directory: "/"
17+
cooldown:
18+
default-days: 3
1519
schedule:
1620
interval: daily
1721
time: "06:30"

.github/workflows/code-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
runs-on: ubuntu-latest
5050

5151
env:
52-
ZIZMOR_VERSION: '1.13.0'
52+
ZIZMOR_VERSION: '1.23.1'
5353

5454
permissions:
5555
actions: read

.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+
dependabot-cooldown:
5+
config:
6+
days: 3
7+
secrets-outside-env:
8+
disable: true
49
undocumented-permissions:
510
disable: true

0 commit comments

Comments
 (0)