Skip to content

Commit c2d6621

Browse files
committed
Fix zizmor workflow findings
1 parent c4170c2 commit c2d6621

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/dependabot.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,5 @@ updates:
1616
schedule:
1717
interval: "daily"
1818
versioning-strategy: increase-if-necessary
19+
cooldown:
20+
default-days: 7

.github/workflows/zizmor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ on:
1414
- '.github/**.yaml'
1515

1616
permissions:
17-
actions: read
18-
contents: read
17+
actions: read # Required by zizmor when reading workflow metadata through the API.
18+
contents: read # Required to read workflow files.
1919

2020
jobs:
2121
zizmor:

0 commit comments

Comments
 (0)