File tree Expand file tree Collapse file tree 6 files changed +11
-11
lines changed
Expand file tree Collapse file tree 6 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 1616 runs-on : ubuntu-24.04
1717 steps :
1818 - name : Checkout source code
19- uses : actions/checkout@v5
19+ uses : actions/checkout@v6
2020 - name : Set up python
2121 id : setup-python
2222 uses : actions/setup-python@v6
4141
4242 steps :
4343 - name : Checkout source code
44- uses : actions/checkout@v5
44+ uses : actions/checkout@v6
4545 - name : Set up Docker Buildx
4646 uses : docker/setup-buildx-action@v3
4747 - name : Build docker image
Original file line number Diff line number Diff line change 2222
2323 steps :
2424 - name : Checkout
25- uses : actions/checkout@v5
25+ uses : actions/checkout@v6
2626
2727 - name : Initialize CodeQL
2828 uses : github/codeql-action/init@v4
Original file line number Diff line number Diff line change 1616 runs-on : ubuntu-24.04
1717 steps :
1818 - name : Checkout source code
19- uses : actions/checkout@v5
19+ uses : actions/checkout@v6
2020 - name : Set up python
2121 id : setup-python
2222 uses : actions/setup-python@v6
4141
4242 steps :
4343 - name : Checkout source code
44- uses : actions/checkout@v5
44+ uses : actions/checkout@v6
4545 - name : Set up Docker Buildx
4646 uses : docker/setup-buildx-action@v3
4747 - name : Build docker image
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.14.4
19+ rev : v0.14.8
2020 hooks :
2121 - id : ruff
2222 name : ruff
@@ -25,14 +25,14 @@ repos:
2525
2626 # mypy - lint-like type checking
2727 - repo : https://github.com/pre-commit/mirrors-mypy
28- rev : v1.18.2
28+ rev : v1.19.0
2929 hooks :
3030 - id : mypy
3131 name : mypy
3232
3333 # bandit - find common security issues
3434 - repo : https://github.com/pycqa/bandit
35- rev : 1.8.6
35+ rev : 1.9.2
3636 hooks :
3737 - id : bandit
3838 name : bandit
Original file line number Diff line number Diff line change 1- 3.14.0
1+ 3.14.2
Original file line number Diff line number Diff line change 1- FROM python:3.14.0 -slim-trixie AS python-base
1+ FROM python:3.14.2 -slim-trixie AS python-base
22
33ENV PYTHONUNBUFFERED=1 \
44 PYTHONDONTWRITEBYTECODE=1 \
@@ -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.9.9 /uv /uvx /bin/
12+ COPY --from=ghcr.io/astral-sh/uv:0.9.16 /uv /uvx /bin/
1313
1414WORKDIR $WORKDIR_PATH
1515
You can’t perform that action at this time.
0 commit comments