Compare commits

..

1 commit

Author SHA1 Message Date
Skye Fugate 965ef27421
Merge 39d2b726af into 0e66fbad47 2025-07-08 07:37:59 +02:00
3 changed files with 3 additions and 3 deletions

View file

@ -29,7 +29,7 @@ jobs:
# list of changed files within `super-linter`
fetch-depth: 0
- name: Lint Code Base
uses: super-linter/super-linter@v8
uses: super-linter/super-linter@v7
env:
DEFAULT_BRANCH: develop
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

View file

@ -1,7 +1,7 @@
ARG FROM
FROM ${FROM} AS builder
COPY --from=ghcr.io/astral-sh/uv:0.8 /uv /usr/local/bin/
COPY --from=ghcr.io/astral-sh/uv:0.7 /uv /usr/local/bin/
RUN export DEBIAN_FRONTEND=noninteractive \
&& apt-get update -qq \
&& apt-get upgrade \

View file

@ -3,4 +3,4 @@ dulwich==0.23.2
python3-saml==1.16.0
--no-binary lxml
--no-binary xmlsec
sentry-sdk[django]==2.33.0
sentry-sdk[django]==2.32.0