From 2ca5cad887f14df6f19b636b76fce9b547acc5e9 Mon Sep 17 00:00:00 2001 From: Richard Wall Date: Fri, 19 Sep 2025 12:06:01 +0100 Subject: [PATCH] Update the RenovateBot GitHub Action from v43.0.10 to v43.0.12 in the repo base workflow file. See the [RenovateBot v43.0.12 release notes](https://github.com/renovatebot/github-action/releases/tag/v43.0.12). Signed-off-by: Richard Wall --- modules/repository-base/base/.github/workflows/renovate.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/repository-base/base/.github/workflows/renovate.yaml b/modules/repository-base/base/.github/workflows/renovate.yaml index 62b54e6a..0379360f 100644 --- a/modules/repository-base/base/.github/workflows/renovate.yaml +++ b/modules/repository-base/base/.github/workflows/renovate.yaml @@ -50,7 +50,7 @@ jobs: go-version: ${{ steps.go-version.outputs.result }} - name: Self-hosted Renovate - uses: renovatebot/github-action@7876d7a812254599d262d62b6b2c2706018258a2 # v43.0.10 + uses: renovatebot/github-action@f8af9272cd94a4637c29f60dea8731afd3134473 # v43.0.12 with: configurationFile: .github/renovate.json5 token: ${{ steps.octo-sts.outputs.token }}