From 2b5bfd4de634dd710ea2f4ffdc04c5bd2cebec72 Mon Sep 17 00:00:00 2001 From: "renovate-sh-app[bot]" <219655108+renovate-sh-app[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 12:32:46 +0100 Subject: [PATCH] chore(deps): update grafana/plugin-ci-workflows/ci-cd-workflows action to v5.1.0 (#2186) 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 | |---|---|---|---| | [grafana/plugin-ci-workflows](https://redirect.github.com/grafana/plugin-ci-workflows) | action | minor | `ci-cd-workflows/v5.0.0` → `ci-cd-workflows/v5.1.0` | --- ### Release Notes
grafana/plugin-ci-workflows (grafana/plugin-ci-workflows) ### [`vci-cd-workflows/v5.1.0`](https://redirect.github.com/grafana/plugin-ci-workflows/releases/tag/ci-cd-workflows/v5.1.0): ci-cd-workflows: v5.1.0 [Compare Source](https://redirect.github.com/grafana/plugin-ci-workflows/compare/ci-cd-workflows/v5.0.0...ci-cd-workflows/v5.1.0) ##### 🎉 Features - **ci:** setup Go version from go.mod if possible ([#​465](https://redirect.github.com/grafana/plugin-ci-workflows/issues/465)) ([5d5ab0a](https://redirect.github.com/grafana/plugin-ci-workflows/commit/5d5ab0a5fddf3b9ab538e5207a996d1fee8f908a)) ##### 🐛 Bug Fixes - **tests:** fix act checkout in pull\_request events ([#​463](https://redirect.github.com/grafana/plugin-ci-workflows/issues/463)) ([56388a7](https://redirect.github.com/grafana/plugin-ci-workflows/commit/56388a7772a3a4f35fe67f54b77598a38ad30d9c)) ##### ⚡ Performance Improvements - **ci:** cache mage, Trufflehog and golangci-lint binaries ([#​467](https://redirect.github.com/grafana/plugin-ci-workflows/issues/467)) ([b736834](https://redirect.github.com/grafana/plugin-ci-workflows/commit/b73683467666c8a40cf2f475bec1ccfa77142d3a)) ##### ✅ Tests - **act:** add plugin-validator tests ([#​457](https://redirect.github.com/grafana/plugin-ci-workflows/issues/457)) ([82db8bf](https://redirect.github.com/grafana/plugin-ci-workflows/commit/82db8bf61eeea38e68bad0d74262676f0cf6237d)) ##### 🔧 Chores - **deps:** update actions/create-github-app-token action to v2.2.1 ([#​475](https://redirect.github.com/grafana/plugin-ci-workflows/issues/475)) ([eeaa07a](https://redirect.github.com/grafana/plugin-ci-workflows/commit/eeaa07abac7139e34586f25eba499b819d6b09ea)) - **deps:** update actions/setup-node action to v6 ([#​362](https://redirect.github.com/grafana/plugin-ci-workflows/issues/362)) ([69022ab](https://redirect.github.com/grafana/plugin-ci-workflows/commit/69022ab90ecdfe03890fa825bb3337d9625aac4f)) - **deps:** update peter-evans/create-pull-request action to v8 ([#​478](https://redirect.github.com/grafana/plugin-ci-workflows/issues/478)) ([8f4d6ea](https://redirect.github.com/grafana/plugin-ci-workflows/commit/8f4d6ea8d1cf3dbe4c7fffd951765b3ec40a0f53)) - **main:** release plugins-frontend-e2e-against-stack 1.0.1 ([#​432](https://redirect.github.com/grafana/plugin-ci-workflows/issues/432)) ([d3ca365](https://redirect.github.com/grafana/plugin-ci-workflows/commit/d3ca3655e308cd68c085f42910760aa01e726b44))
--- ### 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. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- ## Need help? You can ask for more help in the following Slack channel: #proj-renovate-self-hosted. In that channel you can also find ADR and FAQ docs in the Resources section. Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com> Co-authored-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com> --- .github/workflows/publish.yaml | 2 +- .github/workflows/push.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 879a026..aa3b8c1 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -27,7 +27,7 @@ on: jobs: cd: name: CD - uses: grafana/plugin-ci-workflows/.github/workflows/cd.yml@ci-cd-workflows/v5.0.0 + uses: grafana/plugin-ci-workflows/.github/workflows/cd.yml@ci-cd-workflows/v5.1.0 with: golangci-lint-version: '2.7.2' go-version: '1.25.5' diff --git a/.github/workflows/push.yaml b/.github/workflows/push.yaml index 8645905..b6c860b 100644 --- a/.github/workflows/push.yaml +++ b/.github/workflows/push.yaml @@ -12,7 +12,7 @@ on: jobs: ci: name: CI - uses: grafana/plugin-ci-workflows/.github/workflows/ci.yml@ci-cd-workflows/v5.0.0 + uses: grafana/plugin-ci-workflows/.github/workflows/ci.yml@ci-cd-workflows/v5.1.0 with: go-version: '1.25.5' golangci-lint-version: '2.7.2'