File tree Expand file tree Collapse file tree
{{cookiecutter.project_slug}}/.github/workflows Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 persist-credentials : false
1717
1818 - name : Install uv
19- uses : astral-sh/setup-uv@d9e0f98d3fc6adb07d1e3d37f3043649ddad06a1 # v6.5 .0
19+ uses : astral-sh/setup-uv@4959332f0f014c5280e7eac8b70c90cb574c9f9b # v6.6 .0
2020
2121 - name : setup
2222 run : |
Original file line number Diff line number Diff line change 1717 persist-credentials : false
1818
1919 - name : Install uv
20- uses : astral-sh/setup-uv@d9e0f98d3fc6adb07d1e3d37f3043649ddad06a1 # v6.5 .0
20+ uses : astral-sh/setup-uv@4959332f0f014c5280e7eac8b70c90cb574c9f9b # v6.6 .0
2121
2222 - name : lint
2323 run : make lint INSTALL_EXTRA=lint
Original file line number Diff line number Diff line change 1717 persist-credentials : false
1818
1919 - name : Install uv
20- uses : astral-sh/setup-uv@d9e0f98d3fc6adb07d1e3d37f3043649ddad06a1 # v6.5 .0
20+ uses : astral-sh/setup-uv@4959332f0f014c5280e7eac8b70c90cb574c9f9b # v6.6 .0
2121
2222 - name : Build distributions
2323 run : uv build
Original file line number Diff line number Diff line change 2424 persist-credentials : false
2525
2626 - name : Install uv
27- uses : astral-sh/setup-uv@d9e0f98d3fc6adb07d1e3d37f3043649ddad06a1 # v6.5 .0
27+ uses : astral-sh/setup-uv@4959332f0f014c5280e7eac8b70c90cb574c9f9b # v6.6 .0
2828
2929 - name : Install Python ${{ matrix.python }}
3030 run : uv python install ${{ matrix.python }}
Original file line number Diff line number Diff line change 2323 persist-credentials : false
2424
2525 - name : Install the latest version of uv
26- uses : astral-sh/setup-uv@d9e0f98d3fc6adb07d1e3d37f3043649ddad06a1 # v6.5 .0
26+ uses : astral-sh/setup-uv@4959332f0f014c5280e7eac8b70c90cb574c9f9b # v6.6 .0
2727
2828 - name : Run zizmor 🌈
2929 run : uvx zizmor --format sarif . > results.sarif
You can’t perform that action at this time.
0 commit comments