Skip to content

Commit d6466e0

Browse files
chore(deps): update github actions
1 parent 62d4239 commit d6466e0

16 files changed

Lines changed: 43 additions & 43 deletions

.github/workflows/cd.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -603,15 +603,15 @@ jobs:
603603
steps:
604604
- name: Checkout specified branch
605605
id: checkout-specified-branch
606-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
606+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
607607
with:
608608
# Force exact ref when running in act (it copies files locally, it breaks if we specify another ref)
609609
ref: ${{ !github.event.act && inputs.branch || github.sha }}
610610
persist-credentials: false
611611

612612
- name: Define variables
613613
id: vars
614-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
614+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
615615
with:
616616
script: |
617617
const fs = require('fs');
@@ -853,7 +853,7 @@ jobs:
853853
- name: Download GitHub artifact
854854
id: download-dist-artifacts
855855
continue-on-error: true
856-
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
856+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
857857
with:
858858
name: ${{ inputs.dist-artifacts-prefix }}dist-artifacts
859859
path: /tmp/dist-artifacts
@@ -926,7 +926,7 @@ jobs:
926926
runs-on: ubuntu-arm64-small
927927
steps:
928928
- name: Checkout
929-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
929+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
930930
with:
931931
# Force exact ref when running in act (it copies files locally, it breaks if we specify another ref)
932932
ref: ${{ !github.event.act && needs.setup.outputs.commit-sha || github.sha }}
@@ -1143,7 +1143,7 @@ jobs:
11431143
- name: Download GitHub artifact
11441144
id: download-dist-artifacts
11451145
continue-on-error: true
1146-
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
1146+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
11471147
with:
11481148
name: ${{ inputs.dist-artifacts-prefix }}dist-artifacts
11491149
path: /tmp/dist-artifacts
@@ -1238,7 +1238,7 @@ jobs:
12381238
# and we will keep the last one. They all generate the same urls.
12391239
- name: Generate GCS release URLs
12401240
id: generate-urls
1241-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
1241+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
12421242
env:
12431243
GCS_ARTIFACTS_RELEASE_PATH_TAG: ${{ steps.paths.outputs.gcs_artifacts_release_path_tag }}
12441244
with:
@@ -1309,7 +1309,7 @@ jobs:
13091309
- /home/runner/work/_actions:/home/runner/work/_actions
13101310
steps:
13111311
- name: Checkout
1312-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
1312+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
13131313
with:
13141314
# Force exact ref when running in act (it copies files locally, it breaks if we specify another ref)
13151315
ref: ${{ !github.event.act && needs.setup.outputs.commit-sha || github.sha }}
@@ -1347,7 +1347,7 @@ jobs:
13471347
}}
13481348
steps:
13491349
- name: Checkout
1350-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
1350+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
13511351
with:
13521352
# Force exact ref when running in act (it copies files locally, it breaks if we specify another ref)
13531353
ref: ${{ !github.event.act && needs.setup.outputs.commit-sha || github.sha }}
@@ -1356,7 +1356,7 @@ jobs:
13561356
- name: Download GitHub artifact
13571357
id: download-dist-artifacts
13581358
continue-on-error: true
1359-
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
1359+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
13601360
with:
13611361
name: ${{ inputs.dist-artifacts-prefix }}dist-artifacts
13621362
path: /tmp/dist-artifacts
@@ -1386,7 +1386,7 @@ jobs:
13861386
shell: bash
13871387

13881388
- name: Create tag
1389-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
1389+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
13901390
# Allow the tag creation to fail, in case it already exists
13911391
# (e.g.: created manually, or re-triggering a release).
13921392
continue-on-error: true

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
runs-on: ubuntu-arm64-small
2626
steps:
2727
- name: Checkout
28-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
28+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
2929

3030
- name: Check for rolling releases channel
3131
run: |

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -403,14 +403,14 @@ jobs:
403403

404404
steps:
405405
- name: Checkout
406-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
406+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
407407
with:
408408
# Force exact ref when running in act (it copies files locally, it breaks if we specify another ref)
409409
ref: ${{ !github.event.act && inputs.branch || github.sha }}
410410
persist-credentials: false
411411

412412
- name: Determine workflow context
413-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
413+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
414414
id: workflow-context
415415
with:
416416
script: |
@@ -439,7 +439,7 @@ jobs:
439439

440440
- name: Determine Go and Node versions
441441
id: tooling-versions
442-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
442+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
443443
with:
444444
script: |
445445
const fs = require('fs');
@@ -703,7 +703,7 @@ jobs:
703703
shell: bash
704704

705705
- name: Upload GitHub artifacts
706-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
706+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
707707
with:
708708
name: ${{ inputs.dist-artifacts-prefix }}dist-artifacts
709709
path: ${{ inputs.plugin-directory }}/dist-artifacts/
@@ -729,7 +729,7 @@ jobs:
729729

730730
steps:
731731
- name: Checkout
732-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
732+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
733733
with:
734734
# Force exact ref when running in act (it copies files locally, it breaks if we specify another ref)
735735
ref: ${{ !github.event.act && inputs.branch || github.sha }}
@@ -825,7 +825,7 @@ jobs:
825825
- name: Download GitHub artifact
826826
id: download-dist-artifacts
827827
continue-on-error: true
828-
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
828+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
829829
with:
830830
name: ${{ inputs.dist-artifacts-prefix }}dist-artifacts
831831
path: /tmp/${{ inputs.dist-artifacts-prefix }}dist-artifacts

.github/workflows/playwright-docker.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
matrix: ${{ steps.resolve-versions.outputs.matrix }}
7575
steps:
7676
- name: Checkout
77-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
77+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
7878
with:
7979
persist-credentials: false
8080

@@ -96,14 +96,14 @@ jobs:
9696
name: e2e ${{ matrix.GRAFANA_IMAGE.name }}@${{ matrix.GRAFANA_IMAGE.VERSION }}
9797
runs-on: ubuntu-x64-large
9898
steps:
99-
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
99+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
100100
with:
101101
persist-credentials: false
102102

103103
- name: Download GitHub artifact
104104
id: download-dist-artifacts
105105
continue-on-error: true
106-
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
106+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
107107
with:
108108
name: dist-artifacts
109109
path: /tmp/dist-artifacts
@@ -173,7 +173,7 @@ jobs:
173173
DOCKER_COMPOSE_FILE: ${{ inputs.grafana-compose-file }}
174174

175175
- name: Upload artifacts
176-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
176+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
177177
if: ${{ (inputs.upload-artifacts == true) && ((always() && steps.run-tests.outcome == 'success') || (failure() && steps.run-tests.outcome == 'failure')) }}
178178
with:
179179
name: playwright-report-${{ matrix.GRAFANA_IMAGE.NAME }}-v${{ matrix.GRAFANA_IMAGE.VERSION }}-${{github.run_id}}

.github/workflows/playwright.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
matrix: ${{ steps.resolve-versions.outputs.matrix }}
125125
steps:
126126
- name: Checkout
127-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
127+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
128128
with:
129129
persist-credentials: false
130130

@@ -147,7 +147,7 @@ jobs:
147147
name: e2e ${{ matrix.GRAFANA_IMAGE.name }}@${{ matrix.GRAFANA_IMAGE.VERSION }}
148148
runs-on: ubuntu-x64-large
149149
steps:
150-
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
150+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
151151
with:
152152
persist-credentials: false
153153

@@ -180,7 +180,7 @@ jobs:
180180
working-directory: ${{ inputs.plugin-directory }}
181181

182182
- name: Get Playwright version
183-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
183+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
184184
id: version
185185
with:
186186
script: |
@@ -237,7 +237,7 @@ jobs:
237237
238238
- name: Cache Playwright
239239
id: cache
240-
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
240+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
241241
with:
242242
path: ~/.cache/ms-playwright
243243
key: playwright-${{ steps.version.outputs.version }}-${{ steps.browsers.outputs.cache-key }}
@@ -261,7 +261,7 @@ jobs:
261261
- name: Download GitHub artifact
262262
id: download-dist-artifacts
263263
continue-on-error: true
264-
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
264+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
265265
with:
266266
name: dist-artifacts
267267
path: /tmp/dist-artifacts
@@ -349,7 +349,7 @@ jobs:
349349
working-directory: ${{ inputs.plugin-directory }}
350350

351351
- name: Upload artifacts
352-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
352+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
353353
if: ${{ (inputs.upload-artifacts == true) && ((always() && steps.run-tests.outcome == 'success') || (failure() && steps.run-tests.outcome == 'failure')) }}
354354
with:
355355
name: playwright-report-${{ matrix.GRAFANA_IMAGE.NAME }}-v${{ matrix.GRAFANA_IMAGE.VERSION }}-${{github.run_id}}

.github/workflows/pr-checks-examples-readmes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
steps:
2222
- name: Checkout code
23-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
23+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
2424
with:
2525
persist-credentials: false
2626

.github/workflows/pr-checks-lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
actionlint:
2323
runs-on: ubuntu-arm64-small
2424
steps:
25-
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
25+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
2626
with:
2727
persist-credentials: false
2828
- name: Enable action lint matcher
@@ -50,7 +50,7 @@ jobs:
5050
- examples/base
5151
steps:
5252
- name: Checkout
53-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
53+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
5454

5555
- name: Setup Go
5656
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0

.github/workflows/pr-checks-test-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
relevant: ${{ steps.changed.outputs.any_changed }}
2727
steps:
2828
- name: Checkout
29-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
29+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
3030
with:
3131
persist-credentials: true
3232
fetch-depth: 2
@@ -65,7 +65,7 @@ jobs:
6565
runs-on: ubuntu-x64-xlarge-io
6666
steps:
6767
- name: Checkout
68-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
68+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
6969
with:
7070
ref: ${{ github.event.pull_request.head.sha || github.ref }}
7171
fetch-depth: 0

.github/workflows/pr-checks-workflow-references.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
contents: read
2424
pull-requests: read
2525
steps:
26-
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
26+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
2727
with:
2828
persist-credentials: false
2929

.github/workflows/release-please-pr-update-tagged-references.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
automated-commit: ${{ steps.check.outputs.automated-commit }}
3030
steps:
3131
- name: Checkout PR branch
32-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
32+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
3333
with:
3434
ref: ${{ github.head_ref }}
3535
persist-credentials: false
@@ -70,7 +70,7 @@ jobs:
7070
github_app: grafana-plugins-platform-bot
7171

7272
- name: Checkout PR branch
73-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
73+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
7474
with:
7575
ref: ${{ github.head_ref }}
7676
token: ${{ steps.generate-github-token.outputs.token }}

0 commit comments

Comments
 (0)