From a96a7be78ed25a209459ebd3573148b5608f70b2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 18:07:28 +0000 Subject: [PATCH] chore(deps): pin dependencies --- .github/workflows/validate-brewfiles.yml | 2 +- Containerfile | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/validate-brewfiles.yml b/.github/workflows/validate-brewfiles.yml index 3476e34..06a3b5d 100644 --- a/.github/workflows/validate-brewfiles.yml +++ b/.github/workflows/validate-brewfiles.yml @@ -14,7 +14,7 @@ jobs: uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - name: Set up Homebrew - uses: Homebrew/actions/setup-homebrew@main + uses: Homebrew/actions/setup-homebrew@8eb7f2efa6ab636da09aef605b497fd5b8a7587d # main - name: Validate Brewfiles shell: bash diff --git a/Containerfile b/Containerfile index 7c63c76..fed1300 100644 --- a/Containerfile +++ b/Containerfile @@ -1,8 +1,8 @@ -FROM docker.io/library/alpine:latest AS builder +FROM docker.io/library/alpine:latest@sha256:5b10f432ef3da1b8d4c7eb6c487f2f5a8f096bc91145e68878dd4a5019afde11 AS builder RUN apk add --no-cache curl jq zstd tar coreutils imagemagick rsvg-convert -COPY --from=ghcr.io/ublue-os/aurora-wallpapers:latest / /wallpapers +COPY --from=ghcr.io/ublue-os/aurora-wallpapers:latest@sha256:270b3b10cd6fd54e322407275e24b86655c2472738186b1a825786ce26d4ce50 / /wallpapers COPY /logos /logos