From b82c0dede286d611e7bd0e6840b83501f6e978c2 Mon Sep 17 00:00:00 2001 From: Adam Dangoor Date: Tue, 10 Mar 2026 10:04:49 +0000 Subject: [PATCH 1/2] Fix zizmor lint: upgrade to 1.23.1, disable superfluous-actions and secrets-outside-env Made-with: Cursor --- pyproject.toml | 2 +- zizmor.yml | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f9854b71f..8ae0289f3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -87,7 +87,7 @@ optional-dependencies.dev = [ "vws-python-mock==2026.2.22.3", "vws-test-fixtures==2023.3.5", "yamlfix==1.19.1", - "zizmor==1.22.0", + "zizmor==1.23.1", ] optional-dependencies.release = [ "check-wheel-contents==0.6.3" ] urls.Documentation = "https://vws-python.github.io/vws-python/" diff --git a/zizmor.yml b/zizmor.yml index f63e179d2..11bb67ff5 100644 --- a/zizmor.yml +++ b/zizmor.yml @@ -8,5 +8,9 @@ rules: disable: true dependabot-cooldown: disable: true + superfluous-actions: + disable: true + secrets-outside-env: + disable: true template-injection: disable: true From 73683d2a550c78964c259cdf758f87f7c5a4f574 Mon Sep 17 00:00:00 2001 From: Adam Dangoor Date: Tue, 10 Mar 2026 10:11:06 +0000 Subject: [PATCH 2/2] Remove secrets-outside-env disable, add environment to jobs that use secrets Made-with: Cursor --- zizmor.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/zizmor.yml b/zizmor.yml index 11bb67ff5..fab119cb0 100644 --- a/zizmor.yml +++ b/zizmor.yml @@ -10,7 +10,5 @@ rules: disable: true superfluous-actions: disable: true - secrets-outside-env: - disable: true template-injection: disable: true