Skip to content

Commit c21266e

Browse files
Merge pull request #2034 from VWS-Python/fix-zizmor-lint
Fix zizmor lint
2 parents 6edce6d + 6e2cbd2 commit c21266e

4 files changed

Lines changed: 83 additions & 80 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -445,6 +445,7 @@ jobs:
445445
name: Publish to WinGet
446446
needs: [build, build-windows]
447447
runs-on: windows-latest
448+
environment: winget
448449
permissions:
449450
contents: read
450451

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ optional-dependencies.dev = [
8585
"vws-python-mock==2026.2.22.3",
8686
"vws-test-fixtures==2023.3.5",
8787
"yamlfix==1.19.1",
88-
"zizmor==1.22.0",
88+
"zizmor==1.23.1",
8989
]
9090
optional-dependencies.release = [
9191
"check-wheel-contents==0.6.3",

0 commit comments

Comments
 (0)