Skip to content

Commit 3ee5d9b

Browse files
chore(deps): update github actions
1 parent 8367c03 commit 3ee5d9b

16 files changed

Lines changed: 44 additions & 44 deletions

.github/workflows/cd.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -612,15 +612,15 @@ jobs:
612612
steps:
613613
- name: Checkout specified branch
614614
id: checkout-specified-branch
615-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
615+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
616616
with:
617617
# Force exact ref when running in act (it copies files locally, it breaks if we specify another ref)
618618
ref: ${{ !github.event.act && inputs.branch || github.sha }}
619619
persist-credentials: false
620620

621621
- name: Define variables
622622
id: vars
623-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
623+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
624624
with:
625625
script: |
626626
const fs = require('fs');
@@ -863,7 +863,7 @@ jobs:
863863
- name: Download GitHub artifact
864864
id: download-dist-artifacts
865865
continue-on-error: true
866-
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
866+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
867867
with:
868868
name: ${{ inputs.dist-artifacts-prefix }}dist-artifacts
869869
path: /tmp/dist-artifacts
@@ -936,7 +936,7 @@ jobs:
936936
runs-on: ubuntu-arm64-small
937937
steps:
938938
- name: Checkout
939-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
939+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
940940
with:
941941
# Force exact ref when running in act (it copies files locally, it breaks if we specify another ref)
942942
ref: ${{ !github.event.act && needs.setup.outputs.commit-sha || github.sha }}
@@ -1153,7 +1153,7 @@ jobs:
11531153
- name: Download GitHub artifact
11541154
id: download-dist-artifacts
11551155
continue-on-error: true
1156-
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
1156+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
11571157
with:
11581158
name: ${{ inputs.dist-artifacts-prefix }}dist-artifacts
11591159
path: /tmp/dist-artifacts
@@ -1248,7 +1248,7 @@ jobs:
12481248
# and we will keep the last one. They all generate the same urls.
12491249
- name: Generate GCS release URLs
12501250
id: generate-urls
1251-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
1251+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
12521252
env:
12531253
GCS_ARTIFACTS_RELEASE_PATH_TAG: ${{ steps.paths.outputs.gcs_artifacts_release_path_tag }}
12541254
with:
@@ -1319,7 +1319,7 @@ jobs:
13191319
- /home/runner/work/_actions:/home/runner/work/_actions
13201320
steps:
13211321
- name: Checkout
1322-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
1322+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
13231323
with:
13241324
# Force exact ref when running in act (it copies files locally, it breaks if we specify another ref)
13251325
ref: ${{ !github.event.act && needs.setup.outputs.commit-sha || github.sha }}
@@ -1358,7 +1358,7 @@ jobs:
13581358
}}
13591359
steps:
13601360
- name: Checkout
1361-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
1361+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
13621362
with:
13631363
# Force exact ref when running in act (it copies files locally, it breaks if we specify another ref)
13641364
ref: ${{ !github.event.act && needs.setup.outputs.commit-sha || github.sha }}
@@ -1367,7 +1367,7 @@ jobs:
13671367
- name: Download GitHub artifact
13681368
id: download-dist-artifacts
13691369
continue-on-error: true
1370-
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
1370+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
13711371
with:
13721372
name: ${{ inputs.dist-artifacts-prefix }}dist-artifacts
13731373
path: /tmp/dist-artifacts
@@ -1397,7 +1397,7 @@ jobs:
13971397
shell: bash
13981398

13991399
- name: Create tag
1400-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
1400+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
14011401
# Allow the tag creation to fail, in case it already exists
14021402
# (e.g.: created manually, or re-triggering a release).
14031403
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
@@ -412,14 +412,14 @@ jobs:
412412

413413
steps:
414414
- name: Checkout
415-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
415+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
416416
with:
417417
# Force exact ref when running in act (it copies files locally, it breaks if we specify another ref)
418418
ref: ${{ !github.event.act && inputs.branch || github.sha }}
419419
persist-credentials: false
420420

421421
- name: Determine workflow context
422-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
422+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
423423
id: workflow-context
424424
with:
425425
script: |
@@ -448,7 +448,7 @@ jobs:
448448

449449
- name: Determine Go and Node versions
450450
id: tooling-versions
451-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
451+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
452452
with:
453453
script: |
454454
const fs = require('fs');
@@ -712,7 +712,7 @@ jobs:
712712
shell: bash
713713

714714
- name: Upload GitHub artifacts
715-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
715+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
716716
with:
717717
name: ${{ inputs.dist-artifacts-prefix }}dist-artifacts
718718
path: ${{ inputs.plugin-directory }}/dist-artifacts/
@@ -738,7 +738,7 @@ jobs:
738738

739739
steps:
740740
- name: Checkout
741-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
741+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
742742
with:
743743
# Force exact ref when running in act (it copies files locally, it breaks if we specify another ref)
744744
ref: ${{ !github.event.act && inputs.branch || github.sha }}
@@ -838,7 +838,7 @@ jobs:
838838
- name: Download GitHub artifact
839839
id: download-dist-artifacts
840840
continue-on-error: true
841-
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
841+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
842842
with:
843843
name: ${{ inputs.dist-artifacts-prefix }}dist-artifacts
844844
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)