File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2424 with :
2525 persist-credentials : false
2626 - name : Set up uv
27- uses : astral-sh/setup-uv@3259c6206f993105e3a61b142c2d97bf4b9ef83d
27+ uses : astral-sh/setup-uv@2ddd2b9cb38ad8efd50337e8ab201519a34c9f24
2828 with :
2929 enable-cache : ${{ github.ref_type != 'tag' }} # zizmor: ignore[cache-poisoning]
3030 - id : noxenvs-matrix
@@ -113,7 +113,7 @@ jobs:
113113 if : runner.os == 'Windows' && startsWith(matrix.noxenv, 'tests')
114114
115115 - name : Set up uv
116- uses : astral-sh/setup-uv@3259c6206f993105e3a61b142c2d97bf4b9ef83d
116+ uses : astral-sh/setup-uv@2ddd2b9cb38ad8efd50337e8ab201519a34c9f24
117117 with :
118118 enable-cache : true
119119
@@ -137,7 +137,7 @@ jobs:
137137 fetch-depth : 0
138138 persist-credentials : false
139139 - name : Set up uv
140- uses : astral-sh/setup-uv@3259c6206f993105e3a61b142c2d97bf4b9ef83d
140+ uses : astral-sh/setup-uv@2ddd2b9cb38ad8efd50337e8ab201519a34c9f24
141141 with :
142142 enable-cache : true
143143
Original file line number Diff line number Diff line change 2020 persist-credentials : false
2121
2222 - name : Install uv
23- uses : astral-sh/setup-uv@3259c6206f993105e3a61b142c2d97bf4b9ef83d
23+ uses : astral-sh/setup-uv@2ddd2b9cb38ad8efd50337e8ab201519a34c9f24
2424
2525 - name : Run zizmor 🌈
2626 run : uvx zizmor --format=sarif .github > results.sarif
You can’t perform that action at this time.
0 commit comments