Skip to content

Commit 0f13218

Browse files
committed
ci: Add zizmor config file
This restores behavior of version 1.5.2 to be more lenient for pypa and astral-sh repos.
1 parent 5b349e5 commit 0f13218

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/zizmor.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
rules:
2+
unpinned-uses:
3+
config:
4+
policies:
5+
# By default, actions/*, github/*, and dependabot/* are allowed to be ref-pinned,
6+
# while the rest must be hash-pinned. Add pypa and astral-sh as trusted repos
7+
# as well.
8+
pypa/*: ref-pin
9+
astral-sh/setup-uv: ref-pin

0 commit comments

Comments
 (0)