Skip to content

Commit 6d8964c

Browse files
chore(deps): bump the github-actions group with 3 updates (#2271)
Bumps the github-actions group with 3 updates: [actions/github-script](https://github.com/actions/github-script), [actions/download-artifact](https://github.com/actions/download-artifact) and [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `actions/github-script` from 8.0.0 to 9.0.0 - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@ed59741...3a2844b) Updates `actions/download-artifact` from 7.0.0 to 8.0.1 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@37930b1...3e5f45b) Updates `actions/upload-artifact` from 6.0.0 to 7.0.1 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@b7c566a...043fb46) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: 9.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/download-artifact dependency-version: 8.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/upload-artifact dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a11323d commit 6d8964c

12 files changed

+31
-31
lines changed

.github/workflows/auto-publish-pr.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
steps:
2626
- name: Get PR branch data
2727
id: get-branch
28-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
28+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
2929
env:
3030
INPUT_PR_NUMBER: ${{ inputs.pr-number }}
3131
with:
@@ -100,7 +100,7 @@ jobs:
100100

101101
steps:
102102
- name: Compare versions.json with base branch
103-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
103+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
104104
env:
105105
INPUT_TARGET_BRANCH: ${{ needs.prepare.outputs.target-branch }}
106106
INPUT_OVERLAY_BRANCH: ${{ needs.prepare.outputs.overlay-branch }}
@@ -170,7 +170,7 @@ jobs:
170170
steps:
171171
- name: Check if only metadata files changed
172172
id: check
173-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
173+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
174174
env:
175175
INPUT_WORKSPACE: ${{ needs.prepare.outputs.workspace }}
176176
INPUT_PR_NUMBER: ${{ needs.prepare.outputs.pr-number }}
@@ -337,14 +337,14 @@ jobs:
337337

338338
steps:
339339
- name: Download compatibility report
340-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
340+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
341341
continue-on-error: true
342342
with:
343343
name: backstage-compatibility-report-pr-${{ needs.prepare.outputs.pr-number }}
344344
path: ./
345345

346346
- name: Add completion comment
347-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
347+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
348348
env:
349349
INPUT_OVERLAY_COMMIT: ${{ needs.prepare.outputs.overlay-commit }}
350350
INPUT_OVERLAY_REPO: ${{ needs.prepare.outputs.overlay-repo }}
@@ -502,7 +502,7 @@ jobs:
502502
503503
- name: Upload published-exports artifact
504504
if: needs.export.outputs.published-exports != ''
505-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
505+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
506506
with:
507507
name: published-exports-pr-${{ needs.prepare.outputs.pr-number }}
508508
path: published-exports/

.github/workflows/check-backstage-compatibility.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
cat rhdh-community-packages.txt rhdh-techpreview-packages.txt rhdh-supported-packages.txt > required-plugins
4545
4646
- name: Upload required-plugins file
47-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
47+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
4848
with:
4949
name: required-plugins
5050
path: required-plugins
@@ -128,7 +128,7 @@ jobs:
128128
token: ${{ secrets.GITHUB_TOKEN }}
129129

130130
- name: Download compatibility report
131-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
131+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
132132
with:
133133
name: backstage-compatibility-report
134134
path: ./

.github/workflows/create-release-branch.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
cat rhdh-community-packages.txt rhdh-techpreview-packages.txt rhdh-supported-packages.txt > required-plugins
3030
3131
- name: Upload required-plugins file
32-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
32+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
3333
with:
3434
name: required-plugins
3535
path: required-plugins
@@ -55,7 +55,7 @@ jobs:
5555
ref: main
5656

5757
- name: Download the required-plugins artifact
58-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
58+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
5959
continue-on-error: true
6060
with:
6161
name: required-plugins

.github/workflows/label-mandatory-workspace-prs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2626

2727
- name: Label PRs based on workspace changes
28-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
28+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
2929
with:
3030
script: |
3131
const fs = require('fs');

.github/workflows/pr-actions.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
steps:
3535
- name: Extract command from comment
3636
id: extract
37-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
37+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
3838
with:
3939
script: |
4040
if (context.eventName === 'workflow_dispatch') {
@@ -97,7 +97,7 @@ jobs:
9797
runs-on: ubuntu-latest
9898
steps:
9999
- name: Add error comment
100-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
100+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
101101
env:
102102
INPUT_ERROR_MESSAGE: ${{ needs.parse.outputs.error-message }}
103103
INPUT_PR_NUMBER: ${{ needs.parse.outputs.pr-number }}
@@ -138,7 +138,7 @@ jobs:
138138
steps:
139139
- name: Get PR branch data
140140
id: get-branch
141-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
141+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
142142
env:
143143
INPUT_COMMAND_NAME: ${{ needs.parse.outputs.command-name }}
144144
INPUT_PR_NUMBER: ${{ needs.parse.outputs.pr-number }}
@@ -239,7 +239,7 @@ jobs:
239239
actions: write
240240
steps:
241241
- name: Dispatch workspace smoke tests
242-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
242+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
243243
with:
244244
script: |
245245
await github.rest.actions.createWorkflowDispatch({
@@ -275,7 +275,7 @@ jobs:
275275

276276
steps:
277277
- name: Report skipped command
278-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
278+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
279279
env:
280280
INPUT_OVERLAY_COMMIT: ${{ needs.prepare.outputs.overlay-commit }}
281281
INPUT_COMMAND_NAME: ${{ needs.parse.outputs.command-name }}
@@ -379,7 +379,7 @@ jobs:
379379
runs-on: ubuntu-latest
380380
steps:
381381
- name: Add completion comment
382-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
382+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
383383
env:
384384
INPUT_COMMAND_NAME: ${{ needs.parse.outputs.command-name }}
385385
INPUT_PR_NUMBER: ${{ needs.prepare.outputs.pr-number }}
@@ -447,7 +447,7 @@ jobs:
447447
runs-on: ubuntu-latest
448448
steps:
449449
- name: Add completion comment
450-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
450+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
451451
env:
452452
INPUT_COMMAND_NAME: ${{ needs.parse.outputs.command-name }}
453453
INPUT_PR_NUMBER: ${{ needs.prepare.outputs.pr-number }}

.github/workflows/publish-release-branch-workspace-plugins.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
- name: Get last published commit
1818
id: get-last-published-commit
19-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
19+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
2020
env:
2121
INPUT_RELEASE_BRANCH: ${{ github.ref_name }}
2222
with:

.github/workflows/run-workspace-smoke-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
error-logs: ${{ steps.capture-errors.outputs.error-logs }}
3232
steps:
3333
- name: Download smoke test artifacts
34-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
34+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
3535
with:
3636
name: smoke-test-artifacts
3737
path: ./artifacts

.github/workflows/sync-user-guide-to-wiki.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: npm ci
3737

3838
- name: Sync user guide to wiki
39-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
39+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
4040
env:
4141
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4242
DRY_RUN: ${{ inputs.dry_run || 'false' }}

.github/workflows/update-plugins-repo-refs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ jobs:
229229
outputs:
230230
pr-numbers: ${{ steps.collect.outputs.pr-numbers }}
231231
steps:
232-
- uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
232+
- uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
233233
id: collect
234234
with:
235235
script: |
@@ -266,7 +266,7 @@ jobs:
266266
actions: write
267267
steps:
268268
- name: Trigger PR Actions publish for each updated PR
269-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
269+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
270270
env:
271271
INPUT_PR_NUMBERS: ${{ needs.collect-auto-publish-prs.outputs.pr-numbers }}
272272
with:

.github/workflows/update-prs-with-release-branch-commits.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848

4949
steps:
5050
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
51-
- uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
51+
- uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
5252
id: update-prs
5353
env:
5454
INPUT_RELEASE_BRANCH: ${{ inputs.release-branch }}
@@ -70,7 +70,7 @@ jobs:
7070
- update-prs
7171
if: needs.update-prs.outputs.pr-comments != ''
7272
steps:
73-
- uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
73+
- uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
7474
env:
7575
INPUT_PR_COMMENTS: ${{ needs.update-prs.outputs.pr-comments }}
7676
with:
@@ -101,7 +101,7 @@ jobs:
101101
actions: write
102102
steps:
103103
- name: Trigger PR Actions publish for each updated PR
104-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
104+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
105105
env:
106106
INPUT_UPDATED_PR_NUMBERS: ${{ needs.update-prs.outputs.updated-pr-numbers }}
107107
INPUT_RELEASE_BRANCH: ${{ inputs.release-branch }}

0 commit comments

Comments
 (0)