Skip to content

Commit 87746e2

Browse files
committed
Pass .zizmor.yml config to zizmor-action
Without this, the action runs with default settings and reports unpinned-uses findings that we've intentionally disabled.
1 parent 589378a commit 87746e2

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@ updates:
44
directory: /
55
schedule:
66
interval: monthly
7+
cooldown:
8+
default-days: 7

.github/workflows/zizmor.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,5 @@ jobs:
2323

2424
- name: Run zizmor
2525
uses: zizmorcore/zizmor-action@v0.5.3
26+
with:
27+
config: .zizmor.yml

0 commit comments

Comments
 (0)