Skip to content

Commit afd8e79

Browse files
Automated update to latest version (#602)
Co-authored-by: academo <[email protected]>
1 parent de7d1a5 commit afd8e79

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+1150
-1144
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "6.1.1"
2+
"version": "6.1.4"
33
}

examples/app-basic/.github/workflows/bundle-stats.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ jobs:
2424
with:
2525
persist-credentials: false
2626

27-
- uses: grafana/plugin-actions/bundle-size@main # zizmor: ignore[unpinned-uses] provided by grafana
27+
- uses: grafana/plugin-actions/bundle-size@v1.0.2

examples/app-basic/.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ jobs:
140140

141141
- name: Resolve Grafana E2E versions
142142
id: resolve-versions
143-
uses: grafana/plugin-actions/e2e-version@main # zizmor: ignore[unpinned-uses] provided by grafana
143+
uses: grafana/plugin-actions/e2e-version@v1.1.2
144144

145145
playwright-tests:
146146
needs: [resolve-versions, build]
@@ -186,7 +186,7 @@ jobs:
186186
ANONYMOUS_AUTH_ENABLED=false DEVELOPMENT=false GRAFANA_VERSION=${{ matrix.GRAFANA_IMAGE.VERSION }} GRAFANA_IMAGE=${{ matrix.GRAFANA_IMAGE.NAME }} docker compose up -d
187187
188188
- name: Wait for grafana server
189-
uses: grafana/plugin-actions/wait-for-grafana@main # zizmor: ignore[unpinned-uses] provided by grafana
189+
uses: grafana/plugin-actions/wait-for-grafana@v1.0.2
190190
with:
191191
url: http://localhost:3000/login
192192

@@ -198,7 +198,7 @@ jobs:
198198
run: npm run e2e
199199

200200
- name: Upload e2e test summary
201-
uses: grafana/plugin-actions/playwright-gh-pages/upload-report-artifacts@main # zizmor: ignore[unpinned-uses] provided by grafana
201+
uses: grafana/plugin-actions/playwright-gh-pages/upload-report-artifacts@v1.0.1
202202
if: ${{ always() && !cancelled() }}
203203
with:
204204
upload-report: false
@@ -236,6 +236,6 @@ jobs:
236236
# required for playwright-gh-pages
237237
persist-credentials: true
238238
- name: Publish report
239-
uses: grafana/plugin-actions/playwright-gh-pages/deploy-report-pages@main # zizmor: ignore[unpinned-uses] provided by grafana
239+
uses: grafana/plugin-actions/playwright-gh-pages/deploy-report-pages@v1.0.1
240240
with:
241241
github-token: ${{ secrets.GITHUB_TOKEN }}

examples/app-basic/.github/workflows/cp-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
release:
1919
runs-on: ubuntu-latest
2020
steps:
21-
- uses: grafana/plugin-actions/create-plugin-update@main # zizmor: ignore[unpinned-uses] provided by grafana
21+
- uses: grafana/plugin-actions/create-plugin-update@v1.1.0
2222
# Uncomment to use a fine-grained personal access token instead of default github token
2323
# (For more info on how to generate the token see https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens)
2424
# with:

examples/app-basic/.github/workflows/is-compatible.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
echo "modulets=${MODULETS}" >> $GITHUB_OUTPUT
3131
3232
- name: Compatibility check
33-
uses: grafana/plugin-actions/is-compatible@main
33+
uses: grafana/plugin-actions/is-compatible@v1.0.2
3434
with:
3535
module: ${{ steps.find-module-ts.outputs.modulets }}
3636
comment-pr: 'no'

examples/app-basic/.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
persist-credentials: false
2121

22-
- uses: grafana/plugin-actions/build-plugin@main # zizmor: ignore[unpinned-uses] provided by grafana
22+
- uses: grafana/plugin-actions/build-plugin@v1.0.2
2323
# Uncomment to enable plugin signing
2424
# (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)
2525
#with:

0 commit comments

Comments
 (0)