Skip to content

Commit e74bca1

Browse files
chore(deps): bump the ghactions-all group with 2 updates (#89)
Bumps the ghactions-all group with 2 updates: [actions/github-script](https://github.com/actions/github-script) 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/upload-artifact` from 7.0.0 to 7.0.1 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@bbbca2d...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: ghactions-all - dependency-name: actions/upload-artifact dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ghactions-all ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6d30d21 commit e74bca1

7 files changed

Lines changed: 18 additions & 18 deletions

.github/workflows/auto-merge-on-approval.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ jobs:
174174
# --------------------------------------------------------------------
175175
- name: 🔍 Check conditions and enable auto-merge
176176
id: process
177-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
177+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
178178
with:
179179
github-token: ${{ secrets.GH_PAT_TOKEN || secrets.GITHUB_TOKEN }}
180180
script: |

.github/workflows/dependabot-auto-merge.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -570,7 +570,7 @@ jobs:
570570
571571
- name: ⚠️ Alert on major version bump
572572
if: steps.determine-action.outputs.action == 'alert-major' || steps.determine-action.outputs.action == 'alert-security-major'
573-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
573+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
574574
with:
575575
github-token: ${{ secrets.GITHUB_TOKEN }}
576576
script: |
@@ -656,7 +656,7 @@ jobs:
656656
657657
- name: 🔍 Alert on minor production dependency
658658
if: steps.determine-action.outputs.action == 'alert-minor-prod'
659-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
659+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
660660
with:
661661
github-token: ${{ secrets.GITHUB_TOKEN }}
662662
script: |
@@ -873,7 +873,7 @@ jobs:
873873
if: |
874874
startsWith(steps.determine-action.outputs.action, 'auto-merge-') ||
875875
startsWith(steps.determine-action.outputs.action, 'alert-')
876-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
876+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
877877
with:
878878
github-token: ${{ secrets.GITHUB_TOKEN }}
879879
script: |

.github/workflows/pull-request-management-fork.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ jobs:
246246
247247
- name: 🏷️ Add fork + triage labels
248248
id: labels
249-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
249+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
250250
with:
251251
github-token: ${{ secrets.GITHUB_TOKEN }}
252252
script: |
@@ -296,7 +296,7 @@ jobs:
296296
- name: 👤 Assign default assignee (optional)
297297
id: assign
298298
if: env.DEFAULT_ASSIGNEE != ''
299-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
299+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
300300
with:
301301
github-token: ${{ secrets.GITHUB_TOKEN }}
302302
script: |
@@ -325,7 +325,7 @@ jobs:
325325
- name: 💬 Comment notice for fork PR
326326
id: comment
327327
if: env.WELCOME_FORKS == 'true' && github.event.action == 'opened'
328-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
328+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
329329
with:
330330
github-token: ${{ secrets.GITHUB_TOKEN }}
331331
script: |

.github/workflows/pull-request-management.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ jobs:
169169
- name: 🏷️ Apply labels based on patterns
170170
id: apply-labels
171171
if: env.APPLY_TYPE_LABELS == 'true'
172-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
172+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
173173
with:
174174
github-token: ${{ secrets.GITHUB_TOKEN }}
175175
script: |
@@ -339,7 +339,7 @@ jobs:
339339
# --------------------------------------------------------------------
340340
- name: 👤 Assign default assignee
341341
id: assign
342-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
342+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
343343
with:
344344
github-token: ${{ secrets.GITHUB_TOKEN }}
345345
script: |
@@ -426,7 +426,7 @@ jobs:
426426
- name: 👋 Welcome new contributor
427427
id: welcome
428428
if: env.WELCOME_FIRST_TIME == 'true'
429-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
429+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
430430
with:
431431
github-token: ${{ secrets.GITHUB_TOKEN }}
432432
script: |
@@ -525,7 +525,7 @@ jobs:
525525
- name: 📏 Add size label
526526
id: analyze
527527
if: env.APPLY_SIZE_LABELS == 'true'
528-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
528+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
529529
with:
530530
github-token: ${{ secrets.GITHUB_TOKEN }}
531531
script: |
@@ -728,7 +728,7 @@ jobs:
728728
- name: 🌿 Delete branch
729729
id: delete
730730
if: env.DELETE_BRANCH == 'true'
731-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
731+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
732732
with:
733733
github-token: ${{ secrets.GITHUB_TOKEN }}
734734
script: |

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
6868
# format to the repository Actions tab.
6969
- name: "Upload artifact"
70-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
70+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
7171
with:
7272
name: SARIF file
7373
path: results.sarif

.github/workflows/stale-check.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ jobs:
151151
# Process issues for stale marking and closing
152152
# --------------------------------------------------------------------
153153
- name: 📋 Process stale issues
154-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
154+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
155155
env:
156156
ENV_JSON: ${{ needs.load-env.outputs.env-json }}
157157
GH_PAT_TOKEN: ${{ secrets.GH_PAT_TOKEN }}
@@ -289,7 +289,7 @@ jobs:
289289
# Process pull requests for stale marking and closing
290290
# --------------------------------------------------------------------
291291
- name: 🔀 Process stale pull requests
292-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
292+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
293293
env:
294294
ENV_JSON: ${{ needs.load-env.outputs.env-json }}
295295
with:
@@ -424,7 +424,7 @@ jobs:
424424
# Clean up stale labels from recently updated items
425425
# --------------------------------------------------------------------
426426
- name: 🏷️ Remove stale labels from updated items
427-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
427+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
428428
with:
429429
github-token: ${{ secrets.GH_PAT_TOKEN != '' && secrets.GH_PAT_TOKEN || secrets.GITHUB_TOKEN }}
430430
script: |

.github/workflows/sync-labels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ jobs:
301301
# Sync labels using native GitHub API
302302
# --------------------------------------------------------------------
303303
- name: 🏷️ Sync labels from manifest
304-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
304+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
305305
env:
306306
ENV_JSON: ${{ needs.load-env.outputs.env-json }}
307307
GH_PAT_TOKEN: ${{ secrets.GH_PAT_TOKEN }}
@@ -523,7 +523,7 @@ jobs:
523523
# --------------------------------------------------------------------
524524
- name: 🔍 Verify sync results
525525
if: github.event.inputs.dry_run != 'true'
526-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
526+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
527527
env:
528528
LABELS_JSON: ${{ steps.parse_labels.outputs.labels_json }}
529529
with:

0 commit comments

Comments
 (0)