Skip to content

Commit 82dc288

Browse files
committed
Recompile lock file after gh-aw framework update
Address review comment: pull-requests:write is rejected by strict mode. The close-pull-request safe-output uses GH_AW_AGENT_TOKEN (PAT), not GITHUB_TOKEN, so pull-requests:read is sufficient. Validated by test run 25686653754 which successfully closed 3 PRs.
1 parent 5345510 commit 82dc288

2 files changed

Lines changed: 208 additions & 85 deletions

File tree

.github/aw/actions-lock.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@
2020
"version": "v9",
2121
"sha": "373c709c69115d41ff229c7e5df9f8788daa9553"
2222
},
23+
"actions/github-script@v9.0.0": {
24+
"repo": "actions/github-script",
25+
"version": "v9.0.0",
26+
"sha": "3a2844b7e9c422d3c10d287c895573f7108da1b3"
27+
},
2328
"actions/setup-java@v4": {
2429
"repo": "actions/setup-java",
2530
"version": "v4",
@@ -35,15 +40,10 @@
3540
"version": "v7.0.1",
3641
"sha": "043fb46d1a93c77aae656e7c1c64a875d1fc6a0a"
3742
},
38-
"github/gh-aw-actions/setup-cli@v0.68.3": {
39-
"repo": "github/gh-aw-actions/setup-cli",
40-
"version": "v0.68.3",
41-
"sha": "ba90f2186d7ad780ec640f364005fa24e797b360"
42-
},
43-
"github/gh-aw-actions/setup@v0.68.3": {
43+
"github/gh-aw-actions/setup@v0.71.5": {
4444
"repo": "github/gh-aw-actions/setup",
45-
"version": "v0.68.3",
46-
"sha": "ba90f2186d7ad780ec640f364005fa24e797b360"
45+
"version": "v0.71.5",
46+
"sha": "b8068426813005612b960b5ab0b8bd2c27142323"
4747
},
4848
"github/gh-aw/actions/setup@v0.51.6": {
4949
"repo": "github/gh-aw/actions/setup",

0 commit comments

Comments
 (0)