From 8afa3fe9c9537b240226552c3040a24f2fdcdf77 Mon Sep 17 00:00:00 2001 From: Johnny5 Date: Sat, 6 Apr 2024 21:34:48 +0200 Subject: [PATCH] Pin dependencies (#1) 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 | |---|---|---|---| | [actions/checkout](https://code.forgejo.org/actions/checkout) | action | pinDigest | -> `b4ffde6` | | git.snaile.de/snailed/xbps-builder | container | pinDigest | -> `c69bcb9` | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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/dwmblocks-custom/pulls/1 Co-authored-by: Johnny5 Co-committed-by: Johnny5 --- .forgejo/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/build.yml b/.forgejo/workflows/build.yml index 035df8a..61422f0 100644 --- a/.forgejo/workflows/build.yml +++ b/.forgejo/workflows/build.yml @@ -10,7 +10,7 @@ on: jobs: build-and-publish: runs-on: docker - container: git.snaile.de/snailed/xbps-builder:2024.4.2019 + container: git.snaile.de/snailed/xbps-builder:2024.4.2019@sha256:c69bcb9da724a31d9c1fff36fa6dc8f363b2d9f2470d3ec7887a0905c84b66ea env: LICENSE: "GPL-2.0" SHORT_DESCRIPTION: "Customized dwmblocks-async" @@ -19,7 +19,7 @@ jobs: ARCH: "x86_64" steps: - name: Checkout - uses: https://code.forgejo.org/actions/checkout@v4 + uses: https://code.forgejo.org/actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 with: submodules: true