File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4343 - name : Checkout source code
4444 uses : actions/checkout@v6
4545 - name : Set up Docker Buildx
46- uses : docker/setup-buildx-action@v3
46+ uses : docker/setup-buildx-action@v4
4747 - name : Build docker image
48- uses : docker/build-push-action@v6
48+ uses : docker/build-push-action@v7
4949 with :
5050 context : .
5151 push : false
Original file line number Diff line number Diff line change 4343 - name : Checkout source code
4444 uses : actions/checkout@v6
4545 - name : Set up Docker Buildx
46- uses : docker/setup-buildx-action@v3
46+ uses : docker/setup-buildx-action@v4
4747 - name : Build docker image
48- uses : docker/build-push-action@v6
48+ uses : docker/build-push-action@v7
4949 with :
5050 context : .
5151 push : false
Original file line number Diff line number Diff line change 1616
1717 # ruff - linting + formatting
1818 - repo : https://github.com/astral-sh/ruff-pre-commit
19- rev : v0.15.1
19+ rev : v0.15.7
2020 hooks :
2121 - id : ruff
2222 name : ruff
3232
3333 # bandit - find common security issues
3434 - repo : https://github.com/pycqa/bandit
35- rev : 1.9.3
35+ rev : 1.9.4
3636 hooks :
3737 - id : bandit
3838 name : bandit
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ ENV PATH="$VIRTUAL_ENV/bin:$PATH"
99
1010FROM python-base AS builder-base
1111
12- COPY --from=ghcr.io/astral-sh/uv:0.10.3 /uv /uvx /bin/
12+ COPY --from=ghcr.io/astral-sh/uv:0.10.12 /uv /uvx /bin/
1313
1414WORKDIR $WORKDIR_PATH
1515
You can’t perform that action at this time.
0 commit comments