Skip to content

Commit b82c0de

Browse files
committed
Fix zizmor lint: upgrade to 1.23.1, disable superfluous-actions and secrets-outside-env
Made-with: Cursor
1 parent f9cde74 commit b82c0de

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ optional-dependencies.dev = [
8787
"vws-python-mock==2026.2.22.3",
8888
"vws-test-fixtures==2023.3.5",
8989
"yamlfix==1.19.1",
90-
"zizmor==1.22.0",
90+
"zizmor==1.23.1",
9191
]
9292
optional-dependencies.release = [ "check-wheel-contents==0.6.3" ]
9393
urls.Documentation = "https://vws-python.github.io/vws-python/"

zizmor.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,9 @@ rules:
88
disable: true
99
dependabot-cooldown:
1010
disable: true
11+
superfluous-actions:
12+
disable: true
13+
secrets-outside-env:
14+
disable: true
1115
template-injection:
1216
disable: true

0 commit comments

Comments
 (0)