From 61979e9f25ed4c8daa9e2ed8645bdb3d2ed26061 Mon Sep 17 00:00:00 2001 From: Marcus Andersson Date: Mon, 22 Jun 2026 12:08:25 +0200 Subject: [PATCH] chore(deps): bump plugin-actions in create-plugin templates Bump the pinned grafana/plugin-actions versions used in the scaffolded GitHub workflow templates: - e2e-version: v2.0.0 -> v3.0.1 - wait-for-grafana: v1.0.2 -> v1.0.4 - build-plugin: v1.0.2 -> v1.2.0 - bundle-size: v1.0.2 -> v1.1.0 - is-compatible: v1.0.2 -> v1.0.3 - create-plugin-update: v2.0.1 -> v2.0.2 Co-Authored-By: Claude Opus 4.8 --- .../create-plugin/templates/github/workflows/bundle-stats.yml | 2 +- packages/create-plugin/templates/github/workflows/ci.yml | 4 ++-- .../create-plugin/templates/github/workflows/cp-update.yml | 2 +- .../templates/github/workflows/is-compatible.yml | 2 +- packages/create-plugin/templates/github/workflows/release.yml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/create-plugin/templates/github/workflows/bundle-stats.yml b/packages/create-plugin/templates/github/workflows/bundle-stats.yml index 72cffd6822..821cfb6ec4 100644 --- a/packages/create-plugin/templates/github/workflows/bundle-stats.yml +++ b/packages/create-plugin/templates/github/workflows/bundle-stats.yml @@ -24,4 +24,4 @@ jobs: with: persist-credentials: false - - uses: grafana/plugin-actions/bundle-size@bundle-size/v1.0.2 + - uses: grafana/plugin-actions/bundle-size@bundle-size/v1.1.0 diff --git a/packages/create-plugin/templates/github/workflows/ci.yml b/packages/create-plugin/templates/github/workflows/ci.yml index fff6022b63..7264f20a6b 100644 --- a/packages/create-plugin/templates/github/workflows/ci.yml +++ b/packages/create-plugin/templates/github/workflows/ci.yml @@ -152,7 +152,7 @@ jobs: - name: Resolve Grafana E2E versions id: resolve-versions - uses: grafana/plugin-actions/e2e-version@e2e-version/v2.0.0 + uses: grafana/plugin-actions/e2e-version@e2e-version/v3.0.1 playwright-tests: needs: [resolve-versions, build] @@ -199,7 +199,7 @@ jobs: ANONYMOUS_AUTH_ENABLED=false DEVELOPMENT=false GRAFANA_VERSION=$\{{ matrix.GRAFANA_IMAGE.VERSION }} GRAFANA_IMAGE=$\{{ matrix.GRAFANA_IMAGE.NAME }} docker compose up -d - name: Wait for grafana server - uses: grafana/plugin-actions/wait-for-grafana@wait-for-grafana/v1.0.2 + uses: grafana/plugin-actions/wait-for-grafana@wait-for-grafana/v1.0.4 with: url: http://localhost:3000/login diff --git a/packages/create-plugin/templates/github/workflows/cp-update.yml b/packages/create-plugin/templates/github/workflows/cp-update.yml index 09f45f47ef..38185dc3f7 100644 --- a/packages/create-plugin/templates/github/workflows/cp-update.yml +++ b/packages/create-plugin/templates/github/workflows/cp-update.yml @@ -15,7 +15,7 @@ jobs: release: runs-on: ubuntu-latest steps: - - uses: grafana/plugin-actions/create-plugin-update@create-plugin-update/v2.0.1 + - uses: grafana/plugin-actions/create-plugin-update@create-plugin-update/v2.0.2 with: # Make sure to save the token in your repository secrets as `GH_PAT_TOKEN` token: $\{{ secrets.GH_PAT_TOKEN }} diff --git a/packages/create-plugin/templates/github/workflows/is-compatible.yml b/packages/create-plugin/templates/github/workflows/is-compatible.yml index 77720f6b40..3cb0f73c28 100644 --- a/packages/create-plugin/templates/github/workflows/is-compatible.yml +++ b/packages/create-plugin/templates/github/workflows/is-compatible.yml @@ -36,7 +36,7 @@ jobs: echo "modulets=${MODULETS}" >> $GITHUB_OUTPUT - name: Compatibility check - uses: grafana/plugin-actions/is-compatible@is-compatible/v1.0.2 + uses: grafana/plugin-actions/is-compatible@is-compatible/v1.0.3 with: module: $\{{ steps.find-module-ts.outputs.modulets }} comment-pr: "no" diff --git a/packages/create-plugin/templates/github/workflows/release.yml b/packages/create-plugin/templates/github/workflows/release.yml index 6e3c39ec84..bc9f610488 100644 --- a/packages/create-plugin/templates/github/workflows/release.yml +++ b/packages/create-plugin/templates/github/workflows/release.yml @@ -20,7 +20,7 @@ jobs: with: persist-credentials: false - - uses: grafana/plugin-actions/build-plugin@build-plugin/v1.0.2 + - uses: grafana/plugin-actions/build-plugin@build-plugin/v1.2.0 # Uncomment to enable plugin signing # (For more info on how to generate the access policy token see https://grafana.com/developers/plugin-tools/publish-a-plugin/sign-a-plugin#generate-an-access-policy-token) #with: