File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -241,7 +241,7 @@ jobs:
241241
242242 steps :
243243 - name : Log in to the Container registry
244- uses : docker/login-action@v3.5 .0
244+ uses : docker/login-action@v3.6 .0
245245 with :
246246 registry : ${{env.REGISTRY}}
247247 username : ${{github.actor}}
Original file line number Diff line number Diff line change 1313
1414 steps :
1515 - name : Prevent migrations files being changed or deleted
16- uses : xalvarez/prevent-file-change-action@v2 .0.0
16+ uses : xalvarez/prevent-file-change-action@v3 .0.0
1717 with :
1818 githubToken : ${{ secrets.GITHUB_TOKEN }}
1919 pattern : ' .*\/db\/.+\/migrations\/\d{4}\w*\.py$'
Original file line number Diff line number Diff line change 1111 - id : hadolint-docker
1212
1313 - repo : https://github.com/renovatebot/pre-commit-hooks
14- rev : 41.125 .3
14+ rev : 41.132 .3
1515 hooks :
1616 - id : renovate-config-validator
1717 args : [--strict]
@@ -74,15 +74,15 @@ repos:
7474 stages : [manual]
7575
7676 - repo : https://github.com/astral-sh/ruff-pre-commit
77- rev : v0.13.1
77+ rev : v0.13.2
7878 hooks :
7979 - id : ruff
8080 args : [--fix]
8181
8282 - id : ruff-format
8383
8484 - repo : https://github.com/astral-sh/uv-pre-commit
85- rev : 0.8.20
85+ rev : 0.8.22
8686 hooks :
8787 - id : uv-lock
8888 always_run : true
You can’t perform that action at this time.
0 commit comments