From 751f071c8f9f63a8eecc550d6e6347a20cf94d93 Mon Sep 17 00:00:00 2001 From: Martin Costello Date: Mon, 15 Sep 2025 14:43:27 +0100 Subject: [PATCH] Update zizmor - Update zizmor to 1.13.0. - Add zizmor configuration file to disable noisy rules. --- .github/workflows/lint.yml | 2 +- .github/zizmor.yml | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .github/zizmor.yml diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 8708691de73..9046f8049f8 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -27,7 +27,7 @@ jobs: POWERSHELL_YAML_VERSION: '0.4.12' PSSCRIPTANALYZER_VERSION: '1.24.0' TERM: xterm - ZIZMOR_VERSION: '1.12.0' + ZIZMOR_VERSION: '1.13.0' permissions: actions: read diff --git a/.github/zizmor.yml b/.github/zizmor.yml new file mode 100644 index 00000000000..ad6d7764821 --- /dev/null +++ b/.github/zizmor.yml @@ -0,0 +1,5 @@ +rules: + anonymous-definition: + disable: true + undocumented-permissions: + disable: true