Skip to content

Commit 60974ec

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

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ optional-dependencies.dev = [
108108
"vws-test-fixtures==2023.3.5",
109109
"vws-web-tools==2026.2.22.1",
110110
"yamlfix==1.19.1",
111-
"zizmor==1.22.0",
111+
"zizmor==1.23.1",
112112
]
113113
optional-dependencies.release = [ "check-wheel-contents==0.6.3" ]
114114
urls.Documentation = "https://vws-python.github.io/vws-python-mock/"

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)