From d1c3a679a0358cd41d4565f289f1e85f2672c30a Mon Sep 17 00:00:00 2001 From: link2xt Date: Tue, 3 Mar 2026 02:38:08 +0000 Subject: [PATCH] ci: allow non-hash references for actions/* and dependabot/* --- .github/zizmor.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/zizmor.yml diff --git a/.github/zizmor.yml b/.github/zizmor.yml new file mode 100644 index 000000000..a40e4188f --- /dev/null +++ b/.github/zizmor.yml @@ -0,0 +1,6 @@ +rules: + unpinned-uses: + config: + policies: + actions/*: ref-pin + dependabot/*: ref-pin