From b94c6bec17f23d08cbd8885ece39bee7bfdcb6bc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 26 Aug 2026 10:22:06 +0000 Subject: [PATCH] chore(deps): update ubuntu:24.04 docker digest to 33ceb71 --- .github/workflows/desktop-release-cache-proof.yml | 2 +- .github/workflows/linux-canary.yml | 2 +- .github/workflows/release.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/desktop-release-cache-proof.yml b/.github/workflows/desktop-release-cache-proof.yml index 71436d00c36..461e25a60f2 100644 --- a/.github/workflows/desktop-release-cache-proof.yml +++ b/.github/workflows/desktop-release-cache-proof.yml @@ -67,7 +67,7 @@ jobs: name: Prove Linux cache visibility if: github.repository == 'block/buzz' runs-on: ubuntu-latest - container: ubuntu:24.04@sha256:561618e2c15bf2397621dd04f96926663a3b5616c189cf7e38db7e82f5c538ea + container: ubuntu:24.04@sha256:33ceb71981b602c1a7443a53469e4dba065f7503eab3078a2d7a57a2ab987517 timeout-minutes: 15 defaults: run: diff --git a/.github/workflows/linux-canary.yml b/.github/workflows/linux-canary.yml index cdf8fe3bda7..eb02b8f8807 100644 --- a/.github/workflows/linux-canary.yml +++ b/.github/workflows/linux-canary.yml @@ -21,7 +21,7 @@ jobs: name: Build Linux canary if: github.repository == 'block/buzz' runs-on: ubuntu-latest - container: ubuntu:24.04@sha256:561618e2c15bf2397621dd04f96926663a3b5616c189cf7e38db7e82f5c538ea + container: ubuntu:24.04@sha256:33ceb71981b602c1a7443a53469e4dba065f7503eab3078a2d7a57a2ab987517 timeout-minutes: 60 permissions: contents: read diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 187604fcf4c..040817361a5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -428,7 +428,7 @@ jobs: if: github.repository == 'block/buzz' runs-on: ubuntu-latest # Digest-pinned like the SHA-pinned actions below; Renovate keeps it fresh. - container: ubuntu:24.04@sha256:561618e2c15bf2397621dd04f96926663a3b5616c189cf7e38db7e82f5c538ea + container: ubuntu:24.04@sha256:33ceb71981b602c1a7443a53469e4dba065f7503eab3078a2d7a57a2ab987517 needs: setup timeout-minutes: 60 permissions: