Skip to content

Commit abfce74

Browse files
chore(deps): update auto-merged github actions
1 parent 8f6dec8 commit abfce74

File tree

14 files changed

+63
-63
lines changed

14 files changed

+63
-63
lines changed

.github/workflows/check-labels.yml

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

2626
- name: Setup nodejs
27-
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
27+
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
2828
with:
2929
node-version-file: '.nvmrc'
3030
cache: 'npm'

.github/workflows/ci.yml

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
NX_BRANCH: ${{ github.event.number || github.ref_name }}
2323
steps:
2424
- id: get-secrets
25-
uses: grafana/shared-workflows/actions/get-vault-secrets@get-vault-secrets/v1.3.0
25+
uses: grafana/shared-workflows/actions/get-vault-secrets@a37de51f3d713a30a9e4b21bcdfbd38170020593 # get-vault-secrets/v1.3.0
2626
with:
2727
# Secrets placed in the ci/repo/grafana/plugin-tools in vault
2828
repo_secrets: |
@@ -37,7 +37,7 @@ jobs:
3737

3838
- uses: nrwl/nx-set-shas@826660b82addbef3abff5fa871492ebad618c9e1 # v4.3.3
3939
- name: Setup nodejs
40-
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
40+
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
4141
with:
4242
node-version-file: '.nvmrc'
4343
registry-url: 'https://registry.npmjs.org'
@@ -63,7 +63,7 @@ jobs:
6363
npm pack --workspace="@grafana/create-plugin" --workspace="@grafana/sign-plugin" --workspace="@grafana/plugin-e2e" --pack-destination="./packed-artifacts"
6464
cp ./.github/knip.json ./packed-artifacts
6565
- name: Upload artifacts for testing
66-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
66+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
6767
with:
6868
name: packed-artifacts
6969
path: ./packed-artifacts
@@ -88,20 +88,20 @@ jobs:
8888
WORKING_DIR: 'myorg-nobackend-panel'
8989
steps:
9090
- id: get-secrets
91-
uses: grafana/shared-workflows/actions/get-vault-secrets@get-vault-secrets/v1.3.0
91+
uses: grafana/shared-workflows/actions/get-vault-secrets@a37de51f3d713a30a9e4b21bcdfbd38170020593 # get-vault-secrets/v1.3.0
9292
with:
9393
# Secrets placed in the ci/repo/grafana/plugin-tools in vault
9494
repo_secrets: |
9595
GRAFANA_ACCESS_POLICY_TOKEN=gcom_access_policy_token:gcom_access_policy_token
9696
export_env: false
9797

9898
- name: Setup nodejs
99-
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
99+
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
100100
with:
101101
node-version: '24'
102102

103103
- name: Download packed artifacts
104-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
104+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
105105
with:
106106
name: packed-artifacts
107107
path: ./packed-artifacts
@@ -146,7 +146,7 @@ jobs:
146146
working-directory: ./${{ env.WORKING_DIR }}
147147

148148
- name: Wait for grafana server (10.4.0)
149-
uses: grafana/plugin-actions/wait-for-grafana@wait-for-grafana/v1.0.1
149+
uses: grafana/plugin-actions/wait-for-grafana@752a92aaebfcd83121acc27293c93b7013d30deb # wait-for-grafana/v1.0.1
150150
with:
151151
url: http://localhost:3000/login
152152

@@ -174,7 +174,7 @@ jobs:
174174
WORKING_DIR: 'myorg-nobackend-panel'
175175
steps:
176176
- name: Setup nodejs
177-
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
177+
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
178178
with:
179179
node-version: '24'
180180

@@ -186,7 +186,7 @@ jobs:
186186
working-directory: ./${{ env.WORKING_DIR }}
187187

188188
- name: Download packed artifacts
189-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
189+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
190190
with:
191191
name: packed-artifacts
192192
path: ./packed-artifacts
@@ -228,7 +228,7 @@ jobs:
228228
working-directory: ./${{ env.WORKING_DIR }}
229229

230230
- name: Wait for grafana server (10.4.0)
231-
uses: grafana/plugin-actions/wait-for-grafana@wait-for-grafana/v1.0.1
231+
uses: grafana/plugin-actions/wait-for-grafana@752a92aaebfcd83121acc27293c93b7013d30deb # wait-for-grafana/v1.0.1
232232
with:
233233
url: http://localhost:3000/login
234234

@@ -273,27 +273,27 @@ jobs:
273273
hasBackend: false
274274
steps:
275275
- id: get-secrets
276-
uses: grafana/shared-workflows/actions/get-vault-secrets@get-vault-secrets/v1.3.0
276+
uses: grafana/shared-workflows/actions/get-vault-secrets@a37de51f3d713a30a9e4b21bcdfbd38170020593 # get-vault-secrets/v1.3.0
277277
with:
278278
# Secrets placed in the ci/repo/grafana/plugin-tools in vault
279279
repo_secrets: |
280280
GRAFANA_ACCESS_POLICY_TOKEN=gcom_access_policy_token:gcom_access_policy_token
281281
export_env: false
282282

283283
- name: Get secrets for DockerHub login
284-
uses: grafana/shared-workflows/actions/get-vault-secrets@get-vault-secrets/v1.3.0
284+
uses: grafana/shared-workflows/actions/get-vault-secrets@a37de51f3d713a30a9e4b21bcdfbd38170020593 # get-vault-secrets/v1.3.0
285285
with:
286286
common_secrets: |
287287
DOCKERHUB_USERNAME=dockerhub:username
288288
DOCKERHUB_PASSWORD=dockerhub:password
289289
290290
- name: Setup nodejs
291-
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
291+
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
292292
with:
293293
node-version: '24'
294294

295295
- name: Download packed artifacts
296-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
296+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
297297
with:
298298
name: packed-artifacts
299299
path: ./packed-artifacts
@@ -351,7 +351,7 @@ jobs:
351351
working-directory: ./${{ matrix.workingDir }}
352352

353353
- name: Log in to Docker Hub
354-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
354+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
355355
with:
356356
username: ${{ env.DOCKERHUB_USERNAME }}
357357
password: ${{ env.DOCKERHUB_PASSWORD }}
@@ -361,7 +361,7 @@ jobs:
361361
working-directory: ./${{ matrix.workingDir }}
362362

363363
- name: Wait for grafana server (latest)
364-
uses: grafana/plugin-actions/wait-for-grafana@wait-for-grafana/v1.0.1
364+
uses: grafana/plugin-actions/wait-for-grafana@752a92aaebfcd83121acc27293c93b7013d30deb # wait-for-grafana/v1.0.1
365365
with:
366366
url: http://localhost:3000/login
367367

@@ -376,7 +376,7 @@ jobs:
376376
working-directory: ./${{ matrix.workingDir }}
377377

378378
- name: Upload e2e test summary (latest)
379-
uses: grafana/plugin-actions/playwright-gh-pages/upload-report-artifacts@upload-report-artifacts/v1.0.1
379+
uses: grafana/plugin-actions/playwright-gh-pages/upload-report-artifacts@fa3356df288e68f5e900ab466e98b0bf9bad3118 # upload-report-artifacts/v1.0.1
380380
if: ${{ always() && steps.run-e2e-tests.outcome == 'failure' }}
381381
with:
382382
plugin-name: ${{ matrix.workingDir }}
@@ -407,7 +407,7 @@ jobs:
407407
working-directory: ./${{ matrix.workingDir }}
408408

409409
- name: Wait for grafana server (${{ steps.min-version.outputs.MIN_VERSION }})
410-
uses: grafana/plugin-actions/wait-for-grafana@wait-for-grafana/v1.0.1
410+
uses: grafana/plugin-actions/wait-for-grafana@752a92aaebfcd83121acc27293c93b7013d30deb # wait-for-grafana/v1.0.1
411411
with:
412412
url: http://localhost:3000/login
413413

@@ -421,7 +421,7 @@ jobs:
421421
working-directory: ./${{ matrix.workingDir }}
422422

423423
- name: Upload e2e test summary (${{ steps.min-version.outputs.MIN_VERSION }})
424-
uses: grafana/plugin-actions/playwright-gh-pages/upload-report-artifacts@upload-report-artifacts/v1.0.1
424+
uses: grafana/plugin-actions/playwright-gh-pages/upload-report-artifacts@fa3356df288e68f5e900ab466e98b0bf9bad3118 # upload-report-artifacts/v1.0.1
425425
if: ${{ always() && steps.run-e2e-tests-min-version.outcome == 'failure' }}
426426
with:
427427
plugin-name: ${{ matrix.workingDir }}
@@ -477,7 +477,7 @@ jobs:
477477
persist-credentials: false
478478

479479
- name: Publish report
480-
uses: grafana/plugin-actions/playwright-gh-pages/deploy-report-pages@deploy-report-pages/v1.0.1
480+
uses: grafana/plugin-actions/playwright-gh-pages/deploy-report-pages@376226a5245b6b8bbb95127241c430ef8d6aa643 # deploy-report-pages/v1.0.1
481481
with:
482482
github-token: ${{ secrets.GITHUB_TOKEN }}
483483
retention-days: 7
@@ -494,7 +494,7 @@ jobs:
494494
id-token: write
495495
steps:
496496
- id: get-secrets
497-
uses: grafana/shared-workflows/actions/get-vault-secrets@get-vault-secrets/v1.3.0
497+
uses: grafana/shared-workflows/actions/get-vault-secrets@a37de51f3d713a30a9e4b21bcdfbd38170020593 # get-vault-secrets/v1.3.0
498498
with:
499499
# Secrets placed in the ci/repo/grafana/plugin-tools in vault
500500
repo_secrets: |
@@ -529,7 +529,7 @@ jobs:
529529
run: git fetch --unshallow --tags
530530

531531
- name: Setup nodejs
532-
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
532+
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
533533
with:
534534
node-version-file: '.nvmrc'
535535
registry-url: 'https://registry.npmjs.org'

.github/workflows/deploy-to-developer-portal-dev.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
NX_BRANCH: ${{ github.event.number || github.ref_name }}
2222
steps:
2323
- id: get-secrets
24-
uses: grafana/shared-workflows/actions/get-vault-secrets@get-vault-secrets/v1.3.0
24+
uses: grafana/shared-workflows/actions/get-vault-secrets@a37de51f3d713a30a9e4b21bcdfbd38170020593 # get-vault-secrets/v1.3.0
2525
with:
2626
# Secrets placed in the ci/repo/grafana/plugin-tools in vault
2727
repo_secrets: |
@@ -34,7 +34,7 @@ jobs:
3434
fetch-depth: 0
3535
persist-credentials: false
3636
- name: Setup nodejs
37-
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
37+
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
3838
with:
3939
node-version-file: '.nvmrc'
4040
registry-url: 'https://registry.npmjs.org'
@@ -49,7 +49,7 @@ jobs:
4949
- name: Build documentation website
5050
run: DEV_PORTAL_ENV=dev npm run docs:build
5151

52-
- uses: grafana/shared-workflows/actions/login-to-gcs@login-to-gcs/v0.3.0
52+
- uses: grafana/shared-workflows/actions/login-to-gcs@6a97ef28077dbb66da3582aad604aef980cd1787 # login-to-gcs/v0.3.0
5353
id: login-to-gcs
5454
with:
5555
service_account: 'github-developer-portal-dev@grafanalabs-workload-identity.iam.gserviceaccount.com'

.github/workflows/deploy-to-developer-portal-prod.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
NX_BRANCH: ${{ github.event.number || github.ref_name }}
2323
steps:
2424
- id: get-secrets
25-
uses: grafana/shared-workflows/actions/get-vault-secrets@get-vault-secrets/v1.3.0
25+
uses: grafana/shared-workflows/actions/get-vault-secrets@a37de51f3d713a30a9e4b21bcdfbd38170020593 # get-vault-secrets/v1.3.0
2626
with:
2727
# Secrets placed in the ci/repo/grafana/plugin-tools in vault
2828
repo_secrets: |
@@ -34,7 +34,7 @@ jobs:
3434
persist-credentials: false
3535

3636
- name: Setup nodejs
37-
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
37+
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
3838
with:
3939
node-version-file: '.nvmrc'
4040
registry-url: 'https://registry.npmjs.org'
@@ -49,7 +49,7 @@ jobs:
4949
- name: Build documentation website
5050
run: npm run docs:build
5151

52-
- uses: grafana/shared-workflows/actions/login-to-gcs@login-to-gcs/v0.3.0
52+
- uses: grafana/shared-workflows/actions/login-to-gcs@6a97ef28077dbb66da3582aad604aef980cd1787 # login-to-gcs/v0.3.0
5353
id: login-to-gcs
5454
with:
5555
service_account: 'github-developer-portal@grafanalabs-workload-identity.iam.gserviceaccount.com'

.github/workflows/lapo-create-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-x64
2121
steps:
2222
- id: get-secrets
23-
uses: grafana/shared-workflows/actions/get-vault-secrets@get-vault-secrets/v1.3.0
23+
uses: grafana/shared-workflows/actions/get-vault-secrets@a37de51f3d713a30a9e4b21bcdfbd38170020593 # get-vault-secrets/v1.3.0
2424
with:
2525
# Secrets placed in the ci/repo/grafana/plugin-tools
2626
repo_secrets: |

.github/workflows/lapo-generate-embeddings.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
id-token: write
1717
steps:
1818
- id: get-secrets
19-
uses: grafana/shared-workflows/actions/get-vault-secrets@get-vault-secrets/v1.3.0
19+
uses: grafana/shared-workflows/actions/get-vault-secrets@a37de51f3d713a30a9e4b21bcdfbd38170020593 # get-vault-secrets/v1.3.0
2020
with:
2121
# Secrets placed in the ci/repo/grafana/plugin-tools in vault
2222
repo_secrets: |

.github/workflows/playwright.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
- name: Resolve Grafana E2E versions
2525
id: resolve-versions
26-
uses: grafana/plugin-actions/e2e-version@e2e-version/v1.1.2
26+
uses: grafana/plugin-actions/e2e-version@698612a13f3253e7dcd5b3c66823acc73321a5ed # e2e-version/v1.1.2
2727
with:
2828
version-resolver-type: plugin-grafana-dependency
2929
grafana-dependency: '>=8.5.0'
@@ -47,7 +47,7 @@ jobs:
4747
persist-credentials: false
4848

4949
- name: Setup Node.js environment
50-
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
50+
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
5151
with:
5252
node-version-file: ".nvmrc"
5353
registry-url: 'https://registry.npmjs.org'
@@ -72,7 +72,7 @@ jobs:
7272
export_env: false
7373

7474
- name: Log in to Docker Hub
75-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
75+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
7676
with:
7777
username: ${{ fromJSON(steps.get-secrets.outputs.secrets).DOCKERHUB_USERNAME }}
7878
password: ${{ fromJSON(steps.get-secrets.outputs.secrets).DOCKERHUB_PASSWORD }}
@@ -83,7 +83,7 @@ jobs:
8383
ANONYMOUS_AUTH_ENABLED=false GRAFANA_IMAGE=${{ matrix.GRAFANA_IMAGE.NAME }} GRAFANA_VERSION=${{ matrix.GRAFANA_IMAGE.VERSION }} docker compose up -d
8484
8585
- name: Wait for grafana server
86-
uses: grafana/plugin-actions/wait-for-grafana@wait-for-grafana/v1.0.1
86+
uses: grafana/plugin-actions/wait-for-grafana@752a92aaebfcd83121acc27293c93b7013d30deb # wait-for-grafana/v1.0.1
8787
with:
8888
url: http://localhost:3000/login
8989

@@ -92,7 +92,7 @@ jobs:
9292
run: npm run playwright:test --w @grafana/plugin-e2e
9393

9494
- name: Upload e2e test summary
95-
uses: grafana/plugin-actions/playwright-gh-pages/upload-report-artifacts@upload-report-artifacts/v1.0.1
95+
uses: grafana/plugin-actions/playwright-gh-pages/upload-report-artifacts@fa3356df288e68f5e900ab466e98b0bf9bad3118 # upload-report-artifacts/v1.0.1
9696
if: ${{ always() && !cancelled() }}
9797
with:
9898
github-token: ${{ secrets.GITHUB_TOKEN }}
@@ -112,7 +112,7 @@ jobs:
112112
persist-credentials: false
113113

114114
- name: Publish report
115-
uses: grafana/plugin-actions/playwright-gh-pages/deploy-report-pages@deploy-report-pages/v1.0.1
115+
uses: grafana/plugin-actions/playwright-gh-pages/deploy-report-pages@376226a5245b6b8bbb95127241c430ef8d6aa643 # deploy-report-pages/v1.0.1
116116
with:
117117
github-token: ${{ secrets.GITHUB_TOKEN }}
118118
retention-days: 7

.github/workflows/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
stale:
1010
runs-on: ubuntu-x64
1111
steps:
12-
- uses: actions/stale@3a9db7e6a41a89f618792c92c0e97cc736e1b13f # v10.0.0
12+
- uses: actions/stale@5f858e3efba33a5ca4407a664cc011ad407f2008 # v10.1.0
1313
with:
1414
# Number of days of inactivity before a stale Issue or Pull Request is closed.
1515
# Set to -1 to disable. If disabled, issues still need to be closed manually, but will remain marked as stale.

.github/workflows/test-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
persist-credentials: false
3939

4040
- name: Setup nodejs
41-
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
41+
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
4242
with:
4343
node-version-file: '.nvmrc'
4444
registry-url: 'https://registry.npmjs.org'

packages/create-plugin/templates/github/workflows/bundle-stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ jobs:
2020

2121
steps:
2222
- name: Checkout repository
23-
uses: actions/checkout@v4
23+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
2424
with:
2525
persist-credentials: false
2626

27-
- uses: grafana/plugin-actions/bundle-size@bundle-size/v1.0.2
27+
- uses: grafana/plugin-actions/bundle-size@6b3176d6bd4b6885b6433410aeb42de2f76d8a09 # bundle-size/v1.0.2

0 commit comments

Comments
 (0)