From 75b9156d8b07dd882abbfda7c12d1f556c138658 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 2 Nov 2024 01:14:10 +0000 Subject: [PATCH] chore(deps): pin dependencies --- .github/actions/rechunk/action.yml | 2 +- .github/workflows/_build-iso.yml | 2 +- .github/workflows/build.yml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/actions/rechunk/action.yml b/.github/actions/rechunk/action.yml index 3c80a65..174c1b7 100644 --- a/.github/actions/rechunk/action.yml +++ b/.github/actions/rechunk/action.yml @@ -45,7 +45,7 @@ runs: - name: Rechunk Image id: rechunk - uses: hhd-dev/rechunk@v1.0.1 + uses: hhd-dev/rechunk@602e6d62558ab23e15e8764ce06e26c0f328da71 # v1.0.1 with: ref: ${{ inputs.ref }} skip_compression: true diff --git a/.github/workflows/_build-iso.yml b/.github/workflows/_build-iso.yml index e16199e..17d122a 100644 --- a/.github/workflows/_build-iso.yml +++ b/.github/workflows/_build-iso.yml @@ -110,7 +110,7 @@ jobs: - name: Upload ISO to GitHub if: inputs.upload-to-cloudflare == false - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4 with: name: ${{ inputs.image-name }}-${{ inputs.image-tag }}-${{ inputs.arch }}-iso path: | diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ef360ae..ea481ff 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -44,7 +44,7 @@ jobs: uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - name: Maximize build space - uses: ublue-os/remove-unwanted-software@v7 + uses: ublue-os/remove-unwanted-software@517622d6452028f266b7ba4cc9a123b5f58a6b53 # v7 with: remove-codeql: true @@ -141,7 +141,7 @@ jobs: uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - name: Maximize build space - uses: ublue-os/remove-unwanted-software@v7 + uses: ublue-os/remove-unwanted-software@517622d6452028f266b7ba4cc9a123b5f58a6b53 # v7 with: remove-codeql: true