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.
1 parent bad4239 commit 42bbcffCopy full SHA for 42bbcff
.github/workflows/ci.yml
@@ -14,7 +14,7 @@ jobs:
14
with:
15
persist-credentials: false
16
17
- - uses: astral-sh/setup-uv@6b9c6063abd6010835644d4c2e1bef4cf5cd0fca # v5
+ - uses: astral-sh/setup-uv@f0ec1fc3b38f5e7cd731bb6ce540c5af426746bb # v5
18
19
- name: lint
20
run: make lint
.github/workflows/zizmor.yml
@@ -22,7 +22,7 @@ jobs:
22
23
24
- name: Install the latest version of uv
25
- uses: astral-sh/setup-uv@6b9c6063abd6010835644d4c2e1bef4cf5cd0fca # v5
+ uses: astral-sh/setup-uv@f0ec1fc3b38f5e7cd731bb6ce540c5af426746bb # v5
26
27
- name: Run zizmor 🌈
28
run: uvx zizmor --format sarif . > results.sarif
0 commit comments