File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed
Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 2727 python-version : ${{ matrix.python-version }}
2828
2929 - name : Install the latest version of uv
30- uses : astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6 .0
30+ uses : astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0 .0
3131
3232 - name : Install dependencies
3333 run : uv sync --frozen
Original file line number Diff line number Diff line change @@ -22,15 +22,15 @@ jobs:
2222 persist-credentials : false
2323
2424 - name : Install the latest version of uv
25- uses : astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6 .0
25+ uses : astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0 .0
2626
2727 - name : Run zizmor 🌈
2828 run : uvx zizmor --format sarif . > results.sarif
2929 env :
3030 GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
3131
3232 - name : Upload SARIF file
33- uses : github/codeql-action/upload-sarif@c6f931105cb2c34c8f901cc885ba1e2e259cf745 # v4.34.0
33+ uses : github/codeql-action/upload-sarif@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
3434 if : github.repository_visibility == 'public'
3535 with :
3636 sarif_file : results.sarif
Original file line number Diff line number Diff line change @@ -6,4 +6,4 @@ default_stages = ["pre-commit"]
66[[repos ]]
77hooks = [{id = " copier-template-tester" , additional_dependencies = [" copier-template-extensions" ]}]
88repo = " https://github.com/KyleKing/copier-template-tester"
9- rev = " 2.3.0 "
9+ rev = " 2.4.0b0 "
Original file line number Diff line number Diff line change @@ -54,14 +54,14 @@ hooks = [
5454 {id = " ruff-format" }
5555]
5656repo = " https://github.com/astral-sh/ruff-pre-commit"
57- rev = " v0.15.7 "
57+ rev = " v0.15.8 "
5858
5959[[repos ]]
6060hooks = [
6161 {id = " uv-lock" }
6262]
6363repo = " https://github.com/astral-sh/uv-pre-commit"
64- rev = " 0.10.12 "
64+ rev = " 0.11.2 "
6565
6666[[repos ]]
6767hooks = [
Original file line number Diff line number Diff line change 1919 persist-credentials : false
2020
2121 - name : Install the latest version of uv
22- uses : astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6 .0
22+ uses : astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0 .0
2323
2424 - name : Install dependencies
2525 run : uv sync --frozen
You can’t perform that action at this time.
0 commit comments