Skip to content

Commit b4a742c

Browse files
chore(deps): update actions/github-script action to v8 (#572)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/github-script](https://redirect.github.com/actions/github-script) | action | major | `v7` → `v8` | --- ### Release Notes <details> <summary>actions/github-script (actions/github-script)</summary> ### [`v8`](https://redirect.github.com/actions/github-script/releases/tag/v8): .0.0 [Compare Source](https://redirect.github.com/actions/github-script/compare/v7...v8) ##### What's Changed - Update Node.js version support to 24.x by [@&#8203;salmanmkc](https://redirect.github.com/salmanmkc) in [#&#8203;637](https://redirect.github.com/actions/github-script/pull/637) - README for updating actions/github-script from v7 to v8 by [@&#8203;sneha-krip](https://redirect.github.com/sneha-krip) in [#&#8203;653](https://redirect.github.com/actions/github-script/pull/653) ##### ⚠️ Minimum Compatible Runner Version **v2.327.1**\ [Release Notes](https://redirect.github.com/actions/runner/releases/tag/v2.327.1) Make sure your runner is updated to this version or newer to use this release. ##### New Contributors - [@&#8203;salmanmkc](https://redirect.github.com/salmanmkc) made their first contribution in [#&#8203;637](https://redirect.github.com/actions/github-script/pull/637) - [@&#8203;sneha-krip](https://redirect.github.com/sneha-krip) made their first contribution in [#&#8203;653](https://redirect.github.com/actions/github-script/pull/653) **Full Changelog**: <actions/github-script@v7.1.0...v8.0.0> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/candoumbe/DataFilters). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My42Ni40IiwidXBkYXRlZEluVmVyIjoiNDMuNjYuNCIsInRhcmdldEJyYW5jaCI6ImRldmVsb3AiLCJsYWJlbHMiOlsicGFja2FnZS11cGRhdGUiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent db9e6e8 commit b4a742c

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/squad-heartbeat.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
5353
- name: Ralph — Apply triage decisions
5454
if: steps.check-script.outputs.has_script == 'true' && hashFiles('triage-results.json') != ''
55-
uses: actions/github-script@v7
55+
uses: actions/github-script@v8
5656
with:
5757
script: |
5858
const fs = require('fs');
@@ -104,7 +104,7 @@ jobs:
104104
# Copilot auto-assign step (uses PAT if available)
105105
- name: Ralph — Assign @copilot issues
106106
if: success()
107-
uses: actions/github-script@v7
107+
uses: actions/github-script@v8
108108
with:
109109
github-token: ${{ secrets.COPILOT_ASSIGN_TOKEN || secrets.GITHUB_TOKEN }}
110110
script: |

.github/workflows/squad-issue-assign.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@v4
1818

1919
- name: Identify assigned member and trigger work
20-
uses: actions/github-script@v7
20+
uses: actions/github-script@v8
2121
with:
2222
script: |
2323
const fs = require('fs');
@@ -116,7 +116,7 @@ jobs:
116116
# Separate step: assign @copilot using PAT (required for coding agent)
117117
- name: Assign @copilot coding agent
118118
if: github.event.label.name == 'squad:copilot'
119-
uses: actions/github-script@v7
119+
uses: actions/github-script@v8
120120
with:
121121
github-token: ${{ secrets.COPILOT_ASSIGN_TOKEN }}
122122
script: |

.github/workflows/squad-triage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v4
1717

1818
- name: Triage issue via Lead agent
19-
uses: actions/github-script@v7
19+
uses: actions/github-script@v8
2020
with:
2121
script: |
2222
const fs = require('fs');

.github/workflows/sync-squad-labels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v4
1919

2020
- name: Parse roster and sync labels
21-
uses: actions/github-script@v7
21+
uses: actions/github-script@v8
2222
with:
2323
script: |
2424
const fs = require('fs');

0 commit comments

Comments
 (0)