From b140066ad8c3a2388729610e66849b0e87a56e60 Mon Sep 17 00:00:00 2001 From: Johnny5 Date: Wed, 22 May 2024 21:02:59 +0200 Subject: [PATCH] Pin dependencies (#13) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | alpine | pinDigest | -> `77726ef` | | ghcr.io/void-linux/void-musl-busybox | pinDigest | -> `6c96b0a` | | woodpeckerci/plugin-gitea-release | pinDigest | -> `d778df0` | --- ### 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/tokyonight-theme/pulls/13 Co-authored-by: Johnny5 Co-committed-by: Johnny5 --- .woodpecker.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 62e84baa..fba47a7c 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -2,14 +2,14 @@ when: event: tag steps: build: - image: alpine + image: alpine@sha256:77726ef6b57ddf65bb551896826ec38bc3e53f75cdde31354fbffb4f25238ebd commands: | apk add bash make sassc glib-dev gdk-pixbuf libxml2-utils gtk-murrine-engine rsvg-convert librsvg mkdir -p pkg/usr/share/themes oomox-gtk-theme/change_color.sh -t pkg/usr/share/themes -o tokyonight -d true ./tokyonight package-xbps: - image: ghcr.io/void-linux/void-musl-busybox + image: ghcr.io/void-linux/void-musl-busybox@sha256:6c96b0ae5e1832e9bacaf3a77d51935a96454e1c13ef227998557506991d6f29 environment: - LICENSE=GPL-3.0 - SHORT_DESCRIPTION=Tokyonight GTK Theme @@ -24,12 +24,12 @@ steps: "$${CI_WORKSPACE}/pkg" package-targz: - image: alpine + image: alpine@sha256:77726ef6b57ddf65bb551896826ec38bc3e53f75cdde31354fbffb4f25238ebd commands: | tar czf $${CI_REPO_NAME}-$${CI_COMMIT_TAG}.tar.gz --directory=$${CI_WORKSPACE}/pkg . publish: - image: woodpeckerci/plugin-gitea-release + image: woodpeckerci/plugin-gitea-release@sha256:d778df013539760834d6dccfed940352432dfb56961266ecdd8fd46d498e22f8 settings: base_url: https://git.snaile.de files: @@ -39,7 +39,7 @@ steps: target: main publish-xbps: - image: ghcr.io/void-linux/void-musl-busybox + image: ghcr.io/void-linux/void-musl-busybox@sha256:6c96b0ae5e1832e9bacaf3a77d51935a96454e1c13ef227998557506991d6f29 environment: - XBPS_TARGET_ARCH=x86_64 secrets: