File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2323 - uses : actions/checkout@v5
2424 with :
2525 persist-credentials : false
26- - uses : astral-sh/setup-uv@d0cc045d04ccac9d8b7881df0226f9e82c39688e
26+ - uses : astral-sh/setup-uv@2ddd2b9cb38ad8efd50337e8ab201519a34c9f24
2727 with :
2828 enable-cache : ${{ github.ref_type != 'tag' }} # zizmor: ignore[cache-poisoning]
2929 - id : noxenvs-matrix
6666 pypy3.11
6767 allow-prereleases : true
6868
69- - uses : astral-sh/setup-uv@d0cc045d04ccac9d8b7881df0226f9e82c39688e
69+ - uses : astral-sh/setup-uv@2ddd2b9cb38ad8efd50337e8ab201519a34c9f24
7070 with :
7171 enable-cache : ${{ github.ref_type != 'tag' }} # zizmor: ignore[cache-poisoning]
7272 - name : Run nox
Original file line number Diff line number Diff line change 2020 with :
2121 persist-credentials : false
2222
23- - uses : astral-sh/setup-uv@d0cc045d04ccac9d8b7881df0226f9e82c39688e # v6.8.0
23+ - uses : astral-sh/setup-uv@2ddd2b9cb38ad8efd50337e8ab201519a34c9f24 # v7.1.1
2424 - name : Run zizmor 🌈
2525 run : uvx zizmor --format=sarif . > results.sarif
2626
You can’t perform that action at this time.
0 commit comments