Skip to content

Commit 0009c4f

Browse files
Mossakaclaude
andcommitted
fix: add node ecosystem to smoke-codex network allow-list
The Smoke Codex workflow asks the agent to run `npm ci && npm run build` (step 8), but `registry.npmjs.org` was not in the allowed domains list. All 8 npm requests were blocked by the firewall, causing the agent to fail before it could call `add_comment` (the required safe output). Add `node` to `network.allowed` so npm registry traffic is permitted. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 850e7a0 commit 0009c4f

3 files changed

Lines changed: 53 additions & 104 deletions

File tree

.github/aw/actions-lock.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,11 @@
4040
"version": "v0.63.0",
4141
"sha": "9128d2542bbf1bdfec94dabeaf3e1d3c0d402577"
4242
},
43+
"github/gh-aw-actions/setup@v0.64.2": {
44+
"repo": "github/gh-aw-actions/setup",
45+
"version": "v0.64.2",
46+
"sha": "c7a6a831a24a1273d2da068d5a612b6df00bb5e0"
47+
},
4348
"github/gh-aw-actions/setup@v0.64.5": {
4449
"repo": "github/gh-aw-actions/setup",
4550
"version": "v0.64.5",

0 commit comments

Comments
 (0)