From 86f89cdc970dc27a7ea3ae4dd760db6adf382217 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Dec 2025 21:05:21 +0000 Subject: [PATCH] Pin dependencies --- .github/workflows/pages.yml | 4 ++-- Containerfile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index ed97dd4..b827c4a 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -8,9 +8,9 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout 🛎️ - uses: actions/checkout@v4 + uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 - name: Deploy 🚀 - uses: JamesIves/github-pages-deploy-action@v4 + uses: JamesIves/github-pages-deploy-action@9d877eea73427180ae43cf98e8914934fe157a1a # v4 with: folder: . # The folder the action should deploy. \ No newline at end of file diff --git a/Containerfile b/Containerfile index a482e4b..9d84bc9 100644 --- a/Containerfile +++ b/Containerfile @@ -3,7 +3,7 @@ FROM scratch AS ctx COPY build_files / # Base Image -ARG BASE_IMAGE=ghcr.io/ublue-os/ucore:stable-zfs +ARG BASE_IMAGE=ghcr.io/ublue-os/ucore:stable-zfs@sha256:8bbfb5fdfb357adfd3d8ef28cc13f8eddd1e1b7afaa6f4ac47b4e61933ea2f8a FROM ${BASE_IMAGE:-ghcr.io/ublue-os/ucore:stable-zfs} RUN --mount=type=bind,from=ctx,source=/,target=/ctx \