Skip to content

Commit 15ac263

Browse files
chore(deps): bump actions/github-script in the github-actions group
Bumps the github-actions group with 1 update: [actions/github-script](https://github.com/actions/github-script). Updates `actions/github-script` from 7 to 9 - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v7...v9) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: '9' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4f82dba commit 15ac263

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/coding-agent-pr-gate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
pull-requests: read
2626
steps:
2727
- name: Verify every Agent attestation checkbox is ticked
28-
uses: actions/github-script@v7
28+
uses: actions/github-script@v9
2929
with:
3030
script: |
3131
const body = context.payload.pull_request.body || '';

.github/workflows/mirror-issue-labels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
issues: read
2424
steps:
2525
- name: Copy labels from linked issue(s)
26-
uses: actions/github-script@v7
26+
uses: actions/github-script@v9
2727
with:
2828
script: |
2929
const body = context.payload.pull_request.body || '';

0 commit comments

Comments
 (0)