Skip to content

Commit 22ea83b

Browse files
committed
Pin zizmor version
now that it will be updated with dependabot. This way we can fix the new warnings or error in the PR, and won't get failed PR without related changes. Signed-off-by: Gaëtan Lehmann <gaetan.lehmann@vates.tech>
1 parent da9660c commit 22ea83b

File tree

4 files changed

+24
-4
lines changed

4 files changed

+24
-4
lines changed

.github/workflows/zizmor.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@ jobs:
1515
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # 6.0.1
1616
with:
1717
persist-credentials: false
18-
- uses: ./.github/actions/uv-setup/
19-
with:
20-
sync: false
21-
- run: uvx zizmor --color=always .
18+
- uses: ./.github/actions/uv-setup
19+
- run: zizmor --color=always .
2220
env:
2321
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ dev = [
2929
"types-requests",
3030
"typing-extensions",
3131
"libarchive-c==5.3",
32+
"zizmor",
3233
]
3334

3435
[tool.pyright]

requirements/dev.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,5 @@ ruff
1010
types-requests
1111
typing-extensions
1212
libarchive-c==5.3
13+
zizmor
1314
-r base.txt

uv.lock

Lines changed: 20 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)