28
28
29
29
- uses : nrwl/nx-set-shas@dbe0650947e5f2c81f59190a38512cf49126fe6b # v4.3.0
30
30
- name : Setup .npmrc file for NPM registry
31
- uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3 .0
31
+ uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4 .0
32
32
with :
33
33
node-version : ' 22'
34
34
registry-url : ' https://registry.npmjs.org'
@@ -72,13 +72,13 @@ jobs:
72
72
WORKING_DIR : ' myorg-nobackend-panel'
73
73
steps :
74
74
- name : Setup .npmrc file for NPM registry
75
- uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3 .0
75
+ uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4 .0
76
76
with :
77
77
node-version : ${{ matrix.node-version }}
78
78
registry-url : ' https://registry.npmjs.org'
79
79
80
80
- name : Download packed artifacts
81
- uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
81
+ uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
82
82
with :
83
83
name : packed-artifacts
84
84
path : ./packed-artifacts
@@ -123,7 +123,7 @@ jobs:
123
123
working-directory : ./${{ env.WORKING_DIR }}
124
124
125
125
- name : Wait for grafana server (10.4.0)
126
- uses : grafana/plugin-actions/wait-for-grafana@7954f7aa08f1450c1ca49e20be401e4c3f8865f8
126
+ uses : grafana/plugin-actions/wait-for-grafana@add9e787c01b3e84b3e651a1da125f27a99e7960
127
127
with :
128
128
url : http://localhost:3000/login
129
129
@@ -179,13 +179,13 @@ jobs:
179
179
hasBackend : false
180
180
steps :
181
181
- name : Setup .npmrc file for NPM registry
182
- uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3 .0
182
+ uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4 .0
183
183
with :
184
184
node-version : ' 22'
185
185
registry-url : ' https://registry.npmjs.org'
186
186
187
187
- name : Download packed artifacts
188
- uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
188
+ uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
189
189
with :
190
190
name : packed-artifacts
191
191
path : ./packed-artifacts
@@ -223,15 +223,15 @@ jobs:
223
223
run : npm run test:ci
224
224
working-directory : ./${{ matrix.workingDir }}
225
225
226
- - uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4 .0
226
+ - uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
227
227
with :
228
- go-version : ' ~1.22 '
228
+ go-version : ' ~1.24.0 '
229
229
check-latest : true
230
230
cache-dependency-path : ./${{ matrix.workingDir }}/go.sum
231
231
if : ${{ matrix.hasBackend == true }}
232
232
233
233
- name : Build plugin backend
234
- uses : magefile/mage-action@6a5dcb5fe61f43d7c08a98bc3cf9bc63c308c08e # v3.0 .0
234
+ uses : magefile/mage-action@6f50bbb8ea47d56e62dee92392788acbc8192d0b # v3.1 .0
235
235
with :
236
236
version : latest
237
237
args : -v build:linux
@@ -260,7 +260,7 @@ jobs:
260
260
working-directory : ./${{ matrix.workingDir }}
261
261
262
262
- name : Wait for grafana server (latest)
263
- uses : grafana/plugin-actions/wait-for-grafana@7954f7aa08f1450c1ca49e20be401e4c3f8865f8
263
+ uses : grafana/plugin-actions/wait-for-grafana@add9e787c01b3e84b3e651a1da125f27a99e7960
264
264
with :
265
265
url : http://localhost:3000/login
266
266
@@ -275,7 +275,7 @@ jobs:
275
275
working-directory : ./${{ matrix.workingDir }}
276
276
277
277
- name : Upload e2e test summary (latest)
278
- uses : grafana/plugin-actions/playwright-gh-pages/upload-report-artifacts@0c99dfc6d788e1136eaad89f39f8dbbebbc91991
278
+ uses : grafana/plugin-actions/playwright-gh-pages/upload-report-artifacts@add9e787c01b3e84b3e651a1da125f27a99e7960
279
279
if : ${{ always() && steps.run-e2e-tests.outcome == 'failure' }}
280
280
with :
281
281
plugin-name : ${{ matrix.workingDir }}
@@ -306,7 +306,7 @@ jobs:
306
306
working-directory : ./${{ matrix.workingDir }}
307
307
308
308
- name : Wait for grafana server (${{ steps.min-version.outputs.MIN_VERSION }})
309
- uses : grafana/plugin-actions/wait-for-grafana@7954f7aa08f1450c1ca49e20be401e4c3f8865f8
309
+ uses : grafana/plugin-actions/wait-for-grafana@add9e787c01b3e84b3e651a1da125f27a99e7960
310
310
with :
311
311
url : http://localhost:3000/login
312
312
@@ -320,7 +320,7 @@ jobs:
320
320
working-directory : ./${{ matrix.workingDir }}
321
321
322
322
- name : Upload e2e test summary (${{ steps.min-version.outputs.MIN_VERSION }})
323
- uses : grafana/plugin-actions/playwright-gh-pages/upload-report-artifacts@0c99dfc6d788e1136eaad89f39f8dbbebbc91991
323
+ uses : grafana/plugin-actions/playwright-gh-pages/upload-report-artifacts@add9e787c01b3e84b3e651a1da125f27a99e7960
324
324
if : ${{ always() && steps.run-e2e-tests-min-version.outcome == 'failure' }}
325
325
with :
326
326
plugin-name : ${{ matrix.workingDir }}
@@ -383,7 +383,7 @@ jobs:
383
383
persist-credentials : false
384
384
385
385
- name : Publish report
386
- uses : grafana/plugin-actions/playwright-gh-pages/deploy-report-pages@0c99dfc6d788e1136eaad89f39f8dbbebbc91991
386
+ uses : grafana/plugin-actions/playwright-gh-pages/deploy-report-pages@add9e787c01b3e84b3e651a1da125f27a99e7960
387
387
with :
388
388
github-token : ${{ secrets.GITHUB_TOKEN }}
389
389
retention-days : 7
@@ -412,7 +412,7 @@ jobs:
412
412
413
413
- name : Generate token
414
414
id : generate-token
415
- uses : actions/create-github-app-token@3ff1caaa28b64c9cc276ce0a02e2ff584f3900c5 # v2.0.2
415
+ uses : actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2.0.6
416
416
with :
417
417
app-id : ${{ env.GITHUB_APP_ID }}
418
418
private-key : ${{ env.GITHUB_APP_PRIVATE_KEY }}
@@ -426,7 +426,7 @@ jobs:
426
426
run : git fetch --unshallow --tags
427
427
428
428
- name : Setup environment
429
- uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3 .0
429
+ uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4 .0
430
430
with :
431
431
node-version : ' 22'
432
432
registry-url : ' https://registry.npmjs.org'
0 commit comments