From 50332096a7925151b562cb68f881d587caf3e786 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Sat, 17 Jan 2026 00:15:22 +0900 Subject: [PATCH] Address zizmor lint change https://docs.zizmor.sh/audits/#misfeature > Prior to v1.21.0, this check was performed by the obfuscation audit. --- .github/zizmor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/zizmor.yml b/.github/zizmor.yml index e97a3c9a..00ea4ee0 100644 --- a/.github/zizmor.yml +++ b/.github/zizmor.yml @@ -10,7 +10,7 @@ rules: policies: taiki-e/*: any '*': ref-pin - obfuscation: + misfeature: ignore: # We use `shell: cmd` to test compatibility. - ci.yml