File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed
Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1- FROM python:3.13.5
1+ FROM python:3.13.7
22ARG PACKAGE="core"
33
44COPY --from=ghcr.io/astral-sh/uv:latest /uv /bin/uv
Original file line number Diff line number Diff line change 2222
2323 steps :
2424 - name : Checkout
25- uses : actions/checkout@v4
25+ uses : actions/checkout@v5
2626
2727 - name : Initialize CodeQL
2828 uses : github/codeql-action/init@v3
Original file line number Diff line number Diff line change 1919 runs-on : ubuntu-24.04
2020 steps :
2121 - name : Checkout source code
22- uses : actions/checkout@v4
22+ uses : actions/checkout@v5
2323
2424 - name : Set up python
2525 id : setup-python
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ default_language_version:
77repos :
88 # general checks (see here: https://pre-commit.com/hooks.html)
99 - repo : https://github.com/pre-commit/pre-commit-hooks
10- rev : v5 .0.0
10+ rev : v6 .0.0
1111 hooks :
1212 - id : check-yaml
1313 args : [--allow-multiple-documents]
1717
1818 # ruff - linting + formatting
1919 - repo : https://github.com/astral-sh/ruff-pre-commit
20- rev : " v0.12.1 "
20+ rev : " v0.12.9 "
2121 hooks :
2222 - id : ruff
2323 name : ruff
2626
2727 # mypy - lint-like type checking
2828 - repo : https://github.com/pre-commit/mirrors-mypy
29- rev : v1.16 .1
29+ rev : v1.17 .1
3030 hooks :
3131 - id : mypy
3232 name : mypy
6161
6262 # bandit - find common security issues
6363 - repo : https://github.com/pycqa/bandit
64- rev : 1.8.5
64+ rev : 1.8.6
6565 hooks :
6666 - id : bandit
6767 name : bandit
Original file line number Diff line number Diff line change 1- 3.13.5
1+ 3.13.7
You can’t perform that action at this time.
0 commit comments