From e250073615833269d93b5f0796be6af1f1ff1d2f Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 2 Sep 2026 18:16:40 +0000 Subject: [PATCH] chore(deps): update workflow dependencies (minor & patch) (#184) 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 | |---|---|---|---| | [docker.io/thegeeklab/git-sv](https://github.com/thegeeklab/git-sv) | container | patch | `3.0.1` → `3.0.2` | | [volker-raschek/ah-annotations](https://github.com/volker-raschek/ah-annotations) | action | patch | `v0.2.1` → `v0.2.2` | --- ### Release Notes
thegeeklab/git-sv (docker.io/thegeeklab/git-sv) ### [`v3.0.2`](https://github.com/thegeeklab/git-sv/releases/tag/v3.0.2) [Compare Source](https://github.com/thegeeklab/git-sv/compare/v3.0.1...v3.0.2) #### v3.0.2 (2026-08-25) ##### Build - **deps:** update golang version ([#​349](https://github.com/thegeeklab/git-sv/issues/349)) ([`a360b31`](https://github.com/thegeeklab/git-sv/commit/a360b31)) - **deps:** update module github.com/urfave/cli/v3 to v3.11.0 ([#​351](https://github.com/thegeeklab/git-sv/issues/351)) ([`4655693`](https://github.com/thegeeklab/git-sv/commit/4655693)) - **deps:** update golang devdeps non-major ([#​350](https://github.com/thegeeklab/git-sv/issues/350)) ([`68e6cce`](https://github.com/thegeeklab/git-sv/commit/68e6cce)) - **deps:** update ghcr.io/aquasecurity/trivy docker tag to v0.74.0 ([#​347](https://github.com/thegeeklab/git-sv/issues/347)) ([`f87d1a9`](https://github.com/thegeeklab/git-sv/commit/f87d1a9)) - **deps:** update golang patch version ([#​346](https://github.com/thegeeklab/git-sv/issues/346)) ([`b401399`](https://github.com/thegeeklab/git-sv/commit/b401399)) - **docker:** update docker.io/library/golang:1.26.5 docker digest to [`705e964`](https://github.com/thegeeklab/git-sv/commit/705e964) ([#​345](https://github.com/thegeeklab/git-sv/issues/345)) ([`157720d`](https://github.com/thegeeklab/git-sv/commit/157720d)) - **deps:** update ghcr.io/aquasecurity/trivy docker tag to v0.73.0 ([#​344](https://github.com/thegeeklab/git-sv/issues/344)) ([`f366637`](https://github.com/thegeeklab/git-sv/commit/f366637)) - fix gitsv patch categories ([`45cd763`](https://github.com/thegeeklab/git-sv/commit/45cd763)) - improve git-sv changelog sections ([`9bf518b`](https://github.com/thegeeklab/git-sv/commit/9bf518b))
volker-raschek/ah-annotations (volker-raschek/ah-annotations) ### [`v0.2.2`](https://github.com/volker-raschek/ah-annotations/compare/v0.2.1...v0.2.2) [Compare Source](https://github.com/volker-raschek/ah-annotations/compare/v0.2.1...v0.2.2)
--- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - Only on Sunday and Saturday (`* * * * 0,6`) - Automerge - Between 12:00 AM and 03:59 AM (`* 0-3 * * *`) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, 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 [Mend Renovate](https://github.com/renovatebot/renovate). Reviewed-on: https://gitea.com/gitea/helm-actions/pulls/184 Reviewed-by: DaanSelen <135789+daanselen@noreply.gitea.com> Co-authored-by: Renovate Bot --- .gitea/workflows/changelog.yml | 2 +- .gitea/workflows/release-version.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/changelog.yml b/.gitea/workflows/changelog.yml index 4c3ebba..91bfb6c 100644 --- a/.gitea/workflows/changelog.yml +++ b/.gitea/workflows/changelog.yml @@ -8,7 +8,7 @@ on: jobs: changelog: runs-on: ubuntu-latest - container: docker.io/thegeeklab/git-sv:3.0.1 + container: docker.io/thegeeklab/git-sv:3.0.2 steps: - name: install tools run: | diff --git a/.gitea/workflows/release-version.yml b/.gitea/workflows/release-version.yml index 63b57ee..8e9f2d0 100644 --- a/.gitea/workflows/release-version.yml +++ b/.gitea/workflows/release-version.yml @@ -48,7 +48,7 @@ jobs: password: ${{ secrets.DOCKER_CHARTS_PASSWORD }} - name: Add Artifacthub.io annotations - uses: volker-raschek/ah-annotations@f99244b6ac37658456b9833d02d34886b67a07fe # v0.2.1 + uses: volker-raschek/ah-annotations@7959e52208294befed11210aef0c8e9299cc6a23 # v0.2.2 # Using helm gpg plugin as 'helm package --sign' has issues with gpg2: https://github.com/helm/helm/issues/2843 - name: package chart