Skip to content

Commit c97c3dd

Browse files
Merge branch 'main' into copilot/fix-protected-names-scope
2 parents db62e94 + 026edfe commit c97c3dd

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)