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 57ec01f commit a3c21e2Copy full SHA for a3c21e2
.github/workflows/actions.yml
@@ -24,7 +24,7 @@ jobs:
24
with:
25
persist-credentials: false
26
- name: Install the latest version of uv
27
- uses: astral-sh/setup-uv@b75a909f75acd358c2196fb9a5f1299a9a8868a4 # v6.7.0
+ uses: astral-sh/setup-uv@d0cc045d04ccac9d8b7881df0226f9e82c39688e # v6.8.0
28
- name: Check workflows with actionlint
29
run: uvx --from actionlint-py actionlint -color
30
zizmor:
@@ -38,7 +38,7 @@ jobs:
38
39
40
41
42
- name: Run zizmor
43
run: uvx zizmor --pedantic --format=sarif . > results.sarif
44
env:
0 commit comments