Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions packages/create-plugin/templates/github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Loading