Skip to content

Commit 957fbec

Browse files
reberhardt7claude
andcommitted
fix: harden GitHub Actions workflows (zizmor)
Add dependabot cooldown configuration (default 7 days) to avoid immediately adopting newly released action versions that may contain undiscovered vulnerabilities. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 7960f5a commit 957fbec

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,5 @@ updates:
55
schedule:
66
interval: "weekly"
77
day: "monday"
8+
cooldown:
9+
default-days: 7

0 commit comments

Comments
 (0)