We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b3ce020 + 12e44d8 commit b84b5e3Copy full SHA for b84b5e3
.github/workflows/zizmor.yml
@@ -22,11 +22,11 @@ jobs:
22
persist-credentials: false
23
24
- name: Install the latest version of uv
25
- uses: astral-sh/setup-uv@v6
+ uses: astral-sh/setup-uv@6b9c6063abd6010835644d4c2e1bef4cf5cd0fca # 6.0.1
26
with:
27
enable-cache: false
28
29
- name: Run zizmor
30
- run: uvx zizmor@1.5.2 --format plain .
+ run: uvx zizmor@1.7.0 --format plain .
31
env:
32
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments