Skip to content

Update all non-major dependencies #281

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 27, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/ci-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
# This might be unnecessary as tests are not
# multiplatform
- name: Setup Docker buildx
uses: docker/setup-buildx-action@v3.10.0
uses: docker/setup-buildx-action@v3.11.1

- name: Extract Docker cache metadata
id: meta-cache
Expand Down Expand Up @@ -127,10 +127,10 @@ jobs:
# Install the cosign tool
# https://github.com/sigstore/cosign-installer
- name: Install cosign
uses: sigstore/cosign-installer@v3.8.2
uses: sigstore/cosign-installer@v3.9.1

- name: Setup Docker buildx
uses: docker/setup-buildx-action@v3.10.0
uses: docker/setup-buildx-action@v3.11.1

# Login against a Docker registry
# https://github.com/docker/login-action
Expand Down Expand Up @@ -229,10 +229,10 @@ jobs:
# Install the cosign tool
# https://github.com/sigstore/cosign-installer
- name: Install cosign
uses: sigstore/cosign-installer@v3.8.2
uses: sigstore/cosign-installer@v3.9.1

- name: Setup Docker buildx
uses: docker/setup-buildx-action@v3.10.0
uses: docker/setup-buildx-action@v3.11.1

# Login against a Docker registry
# https://github.com/docker/login-action
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
&& apt-get install -y --no-install-recommends \
build-essential gcc git

COPY --from=ghcr.io/astral-sh/uv:0.7.12 /uv /uvx /bin/
COPY --from=ghcr.io/astral-sh/uv:0.7.15 /uv /uvx /bin/

# From here we shouldn't need anymore a root user
# Switch to nonroot and config uv
Expand Down