From f589a5e9d5ed96970bf039951337bd808ff4fd2c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 25 Jan 2026 17:04:58 +0000 Subject: [PATCH] chore(deps): pin dependencies Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e05faf9..df717fb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,7 +18,7 @@ jobs: include: - name: ubuntu image-name: python-base-ubuntu - from: ubuntu:24.04 + from: ubuntu:24.04@sha256:cd1dba651b3080c3686ecf4e3c4220f026b521fb76978881737d24f200828b2b - name: ubuntu-cloud-archive image-name: python-base-ubuntu-cloud-archive from: ghcr.io/vexxhost/ubuntu-cloud-archive:2025.1@sha256:8908e9e220767bc5f62c79a92a0675986f9df4cda809fefa1401d812f708ac14 @@ -27,13 +27,13 @@ jobs: from: ghcr.io/vexxhost/ubuntu-cloud-archive:2025.1@sha256:8908e9e220767bc5f62c79a92a0675986f9df4cda809fefa1401d812f708ac14 - name: debian image-name: python-base-debian - from: debian:trixie + from: debian:trixie@sha256:5cf544fad978371b3df255b61e209b373583cb88b733475c86e49faa15ac2104 - name: rockylinux image-name: python-base-rockylinux - from: rockylinux:9 + from: rockylinux:9@sha256:d7be1c094cc5845ee815d4632fe377514ee6ebcf8efaed6892889657e5ddaaa6 - name: almalinux image-name: python-base-almalinux - from: almalinux:9 + from: almalinux:9@sha256:27c814f897cf2538496f1653908d653006b5cebd6cebfad26b59ad706243426c permissions: contents: read id-token: write