From db36bc276e47a5859a0c6659eaa9342e204f53b0 Mon Sep 17 00:00:00 2001 From: Johnny5 Date: Tue, 21 May 2024 22:09:33 +0200 Subject: [PATCH] Pin dependencies (#35) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [classabbyamp/treeless-checkout-action](https://github.com/classabbyamp/treeless-checkout-action) | action | pinDigest | -> `bd3615a` | | [ghcr.io/void-linux/void-buildroot-musl](https://voidlinux.org) ([source](https://github.com/void-linux/void-packages)) | container | pinDigest | -> `40ab4df` | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://git.snaile.de/snailed/void-packages-custom/pulls/35 Co-authored-by: Johnny5 Co-committed-by: Johnny5 --- .forgejo/workflows/publish.yaml | 2 +- .forgejo/workflows/test.yaml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.forgejo/workflows/publish.yaml b/.forgejo/workflows/publish.yaml index dce4216a51e..cfe571ff47d 100644 --- a/.forgejo/workflows/publish.yaml +++ b/.forgejo/workflows/publish.yaml @@ -63,7 +63,7 @@ jobs: image: git.snaile.de/snailed/xbps-builder:${{ matrix.config.libc }}-latest steps: - name: Clone and checkout - uses: https://github.com/classabbyamp/treeless-checkout-action@v1 + uses: https://github.com/classabbyamp/treeless-checkout-action@bd3615a6e9d5546151e17d72193eea0d6f297398 # v1 - name: Prepare container run: | diff --git a/.forgejo/workflows/test.yaml b/.forgejo/workflows/test.yaml index cde9b19e4d3..43716139692 100644 --- a/.forgejo/workflows/test.yaml +++ b/.forgejo/workflows/test.yaml @@ -23,7 +23,7 @@ jobs: runs-on: ubuntu-latest container: - image: "ghcr.io/void-linux/void-buildroot-musl:20231230R1" + image: "ghcr.io/void-linux/void-buildroot-musl:20231230R1@sha256:40ab4dfdf55c3f2988f788780898093f1d6b808f5d3720aa836a7192c71bcad9" env: PATH: "/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin:/usr/local/bin:/tmp/bin" LICENSE_LIST: common/travis/license.lst @@ -41,7 +41,7 @@ jobs: # install tools needed for lints xbps-install -y grep curl git - name: Clone and checkout - uses: https://github.com/classabbyamp/treeless-checkout-action@v1 + uses: https://github.com/classabbyamp/treeless-checkout-action@bd3615a6e9d5546151e17d72193eea0d6f297398 # v1 - name: Create hostrepo and prepare masterdir run: | ln -s "$(pwd)" /hostrepo && @@ -130,7 +130,7 @@ jobs: xbps-install -yu - name: Clone and checkout - uses: https://github.com/classabbyamp/treeless-checkout-action@v1 + uses: https://github.com/classabbyamp/treeless-checkout-action@bd3615a6e9d5546151e17d72193eea0d6f297398 # v1 - name: Create hostrepo and prepare masterdir run: | ln -s "$(pwd)" /hostrepo &&