Skip to content

Commit 4c005d8

Browse files
chore(ci): Update auto-merged gitHub actions (#2768)
Co-authored-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
1 parent a866c7c commit 4c005d8

12 files changed

Lines changed: 42 additions & 42 deletions

.github/workflows/check-release-config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
check:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
13+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
1414
with:
1515
persist-credentials: false
1616
- name: Verify release-please config covers every package

.github/workflows/ci.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,15 @@ jobs:
3131
NX_CLOUD_ACCESS_TOKEN=nx_token:nx_token
3232
3333
- name: Checkout repository
34-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
34+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
3535
with:
3636
# We need to fetch all branches and commits so that Nx affected has a base to compare against.
3737
fetch-depth: 0
3838
persist-credentials: false
3939

40-
- uses: nrwl/nx-set-shas@3e9ad7370203c1e93d109be57f3b72eb0eb511b1 # v4.4.0
40+
- uses: nrwl/nx-set-shas@afb73a62d26e41464e9254689e1fd6122ee683c1 # v5.0.1
4141
- name: Setup nodejs
42-
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
42+
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
4343
with:
4444
node-version-file: '.nvmrc'
4545
registry-url: 'https://registry.npmjs.org'
@@ -65,7 +65,7 @@ jobs:
6565
npm pack --workspace="@grafana/create-plugin" --workspace="@grafana/sign-plugin" --workspace="@grafana/plugin-e2e" --workspace="@grafana/tsconfig" --pack-destination="./packed-artifacts"
6666
cp ./.github/knip.json ./packed-artifacts
6767
- name: Upload artifacts for testing
68-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
68+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
6969
with:
7070
name: packed-artifacts
7171
path: ./packed-artifacts
@@ -99,12 +99,12 @@ jobs:
9999
export_env: false
100100

101101
- name: Setup nodejs
102-
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
102+
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
103103
with:
104104
node-version: '24'
105105

106106
- name: Download packed artifacts
107-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
107+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
108108
with:
109109
name: packed-artifacts
110110
path: ./packed-artifacts
@@ -183,7 +183,7 @@ jobs:
183183
WORKING_DIR: 'myorg-nobackend-panel'
184184
steps:
185185
- name: Setup nodejs
186-
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
186+
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
187187
with:
188188
node-version: '24'
189189

@@ -195,7 +195,7 @@ jobs:
195195
working-directory: ./${{ env.WORKING_DIR }}
196196

197197
- name: Download packed artifacts
198-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
198+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
199199
with:
200200
name: packed-artifacts
201201
path: ./packed-artifacts
@@ -299,12 +299,12 @@ jobs:
299299
DOCKERHUB_PASSWORD=dockerhub:password
300300
301301
- name: Setup nodejs
302-
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
302+
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
303303
with:
304304
node-version: '24'
305305

306306
- name: Download packed artifacts
307-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
307+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
308308
with:
309309
name: packed-artifacts
310310
path: ./packed-artifacts
@@ -348,22 +348,22 @@ jobs:
348348
run: npm run test:ci
349349
working-directory: ./${{ matrix.workingDir }}
350350

351-
- uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
351+
- uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0
352352
with:
353353
go-version-file: ./${{ matrix.workingDir }}/go.mod
354354
cache-dependency-path: ./${{ matrix.workingDir }}/go.sum
355355
if: ${{ matrix.hasBackend == true }}
356356

357357
- name: Lint backend
358358
if: ${{ matrix.hasBackend == true }}
359-
uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9.2.0
359+
uses: golangci/golangci-lint-action@ba0d7d2ec06a0ea1cb5fa41b2e4a3ab91d21278a # v9.3.0
360360
with:
361361
version: latest
362362
working-directory: ./${{ matrix.workingDir }}
363363
args: ./...
364364

365365
- name: Build plugin backend
366-
uses: magefile/mage-action@6f50bbb8ea47d56e62dee92392788acbc8192d0b # v3.1.0
366+
uses: magefile/mage-action@a662bd8c29d8106879588cfff83b2faf6e6f59db # v4.0.0
367367
with:
368368
version: latest
369369
args: -v build:linux
@@ -372,7 +372,7 @@ jobs:
372372

373373
- name: Test plugin backend
374374
if: ${{ matrix.hasBackend == true }}
375-
uses: magefile/mage-action@6f50bbb8ea47d56e62dee92392788acbc8192d0b # v3.1.0
375+
uses: magefile/mage-action@a662bd8c29d8106879588cfff83b2faf6e6f59db # v4.0.0
376376
with:
377377
version: latest
378378
args: test
@@ -384,7 +384,7 @@ jobs:
384384

385385
- name: Log in to Docker Hub
386386
if: ${{ github.event.pull_request.head.repo.fork != true }}
387-
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
387+
uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0
388388
with:
389389
username: ${{ env.DOCKERHUB_USERNAME }}
390390
password: ${{ env.DOCKERHUB_PASSWORD }}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ jobs:
2828
NX_CLOUD_ACCESS_TOKEN=nx_token:nx_token
2929
3030
- name: Checkout repository
31-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
31+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
3232
with:
3333
ref: ${{ github.event.inputs.branch }}
3434
fetch-depth: 0
3535
persist-credentials: false
3636
- name: Setup nodejs
37-
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
37+
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
3838
with:
3939
node-version-file: '.nvmrc'
4040
registry-url: 'https://registry.npmjs.org'

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ jobs:
2929
NX_CLOUD_ACCESS_TOKEN=nx_token:nx_token
3030
3131
- name: Checkout repository
32-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
32+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
3333
with:
3434
persist-credentials: false
3535

3636
- name: Setup nodejs
37-
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
37+
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
3838
with:
3939
node-version-file: '.nvmrc'
4040
registry-url: 'https://registry.npmjs.org'

.github/workflows/metadata-lint.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
outputs:
1717
docs: ${{ steps.detect-changes.outputs.docs }}
1818
steps:
19-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
19+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
2020
with:
2121
persist-credentials: true # required to get more history in the changed-files action
2222
fetch-depth: 2
@@ -38,14 +38,14 @@ jobs:
3838
NX_BRANCH: ${{ github.event.number || github.ref_name }}
3939
steps:
4040
- name: Checkout repository
41-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
41+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
4242
with:
4343
# We need to fetch all branches and commits so that Nx affected has a base to compare against.
4444
fetch-depth: 0
4545
persist-credentials: false
4646

4747
- name: Setup nodejs
48-
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
48+
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
4949
with:
5050
node-version-file: '.nvmrc'
5151
registry-url: 'https://registry.npmjs.org'

.github/workflows/playwright-nightly.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
matrix: ${{ steps.resolve-versions.outputs.matrix }}
2020
steps:
2121
- name: Checkout
22-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
22+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
2323
with:
2424
persist-credentials: false
2525

@@ -45,12 +45,12 @@ jobs:
4545
name: ${{ matrix.GRAFANA_IMAGE.name }}@${{ matrix.GRAFANA_IMAGE.VERSION }}
4646
runs-on: ubuntu-x64
4747
steps:
48-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
48+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
4949
with:
5050
persist-credentials: false
5151

5252
- name: Setup Node.js environment
53-
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
53+
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
5454
with:
5555
node-version-file: ".nvmrc"
5656
registry-url: 'https://registry.npmjs.org'
@@ -75,7 +75,7 @@ jobs:
7575
export_env: false
7676

7777
- name: Log in to Docker Hub
78-
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
78+
uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0
7979
with:
8080
username: ${{ fromJSON(steps.get-secrets.outputs.secrets).DOCKERHUB_USERNAME }}
8181
password: ${{ fromJSON(steps.get-secrets.outputs.secrets).DOCKERHUB_PASSWORD }}
@@ -137,7 +137,7 @@ jobs:
137137
SLACK_WEBHOOK_URL=slack_webhook_url:slack_webhook_url
138138
139139
- name: Notify Slack on failure
140-
uses: slackapi/slack-github-action@91efab103c0de0a537f72a35f6b8cda0ee76bf0a # v2.1.1
140+
uses: slackapi/slack-github-action@0d95c9a7becc1e6e297d76df9bc735c44f4cbcbc # v3.0.5
141141
if: contains(fromJson('["failure"]'), needs.playwright-tests.result)
142142
with:
143143
payload-templated: true

.github/workflows/playwright.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
matrix: ${{ steps.resolve-versions.outputs.matrix }}
1818
steps:
1919
- name: Checkout
20-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
20+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
2121
with:
2222
persist-credentials: false
2323

@@ -42,12 +42,12 @@ jobs:
4242
name: ${{ matrix.GRAFANA_IMAGE.name }}@${{ matrix.GRAFANA_IMAGE.VERSION }}
4343
runs-on: ubuntu-x64
4444
steps:
45-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
45+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
4646
with:
4747
persist-credentials: false
4848

4949
- name: Setup Node.js environment
50-
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
50+
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.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@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
75+
uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0
7676
with:
7777
username: ${{ fromJSON(steps.get-secrets.outputs.secrets).DOCKERHUB_USERNAME }}
7878
password: ${{ fromJSON(steps.get-secrets.outputs.secrets).DOCKERHUB_PASSWORD }}

.github/workflows/preview.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Checkout repository
18-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
18+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
1919
with:
2020
# We need to fetch all branches and commits so that Nx affected has a base to compare against.
2121
fetch-depth: 0
2222
persist-credentials: false
2323
- uses: nrwl/nx-set-shas@afb73a62d26e41464e9254689e1fd6122ee683c1 # v5.0.1
2424
- name: Setup nodejs
25-
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
25+
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
2626
with:
2727
node-version-file: '.nvmrc'
2828
package-manager-cache: false

.github/workflows/release-please.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
permission_set: release
2525

2626
- id: release
27-
uses: googleapis/release-please-action@5c625bfb5d1ff62eadeeb3772007f7f66fdcf071 # v4.4.1
27+
uses: googleapis/release-please-action@45996ed1f6d02564a971a2fa1b5860e934307cf7 # v5.0.0
2828
with:
2929
token: ${{ steps.app-token.outputs.token }}
3030
config-file: release-please-config.json
@@ -42,11 +42,11 @@ jobs:
4242
group: npm-publish
4343
cancel-in-progress: false
4444
steps:
45-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
45+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
4646
with:
4747
persist-credentials: false
4848

49-
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
49+
- uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
5050
with:
5151
node-version-file: .nvmrc
5252
registry-url: 'https://registry.npmjs.org'

.github/workflows/stale-branches.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-x64
1414
steps:
1515
- name: Stale Branches
16-
uses: crs-k/stale-branches@865501af01284d43aef267d4b9aab0f9f1734b12 # v8.2.2
16+
uses: crs-k/stale-branches@e876b957ab08f0bad43c8cc271a22cdd7604bd09 # v9.0.1
1717
with:
1818
#dry-run: false
1919
pr-check: true

0 commit comments

Comments
 (0)