Skip to content

Commit ee8b358

Browse files
mnriemCopilot
andauthored
fix(bug-assess): recompile lock so github guard repos is 'all' (#3036)
The committed lock file declared compiler v0.79.8 but contained a github allow-only guard policy with `"repos": "${GITHUB_REPOSITORY}"`. MCP Gateway v0.3.25 rejects repo-specific values ("allow-only.repos string must be 'all' or 'public'"), so the agent job failed at "Start MCP Gateway": failed to register guard for server "github": invalid server guard policy: allow-only.repos string must be 'all' or 'public' Recompiling bug-assess.md with gh-aw v0.79.8 deterministically emits `"repos": "all"` (the gateway-accepted default when min-integrity is set without an explicit repos scope), confirming the committed lock was stale. This also reconciles the manifest setup-action SHA with the value already used in the workflow body. Co-authored-by: Manfred Riem <mnriem@users.noreply.github.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 9775c27 commit ee8b358

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

.github/aw/actions-lock.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44
"repo": "actions/github-script",
55
"version": "v9.0.0",
66
"sha": "3a2844b7e9c422d3c10d287c895573f7108da1b3"
7+
},
8+
"github/gh-aw-actions/setup@v0.79.8": {
9+
"repo": "github/gh-aw-actions/setup",
10+
"version": "v0.79.8",
11+
"sha": "c0338fef4749d08c21f8f975fb0e37efa17dda47"
712
}
813
}
914
}

.github/workflows/bug-assess.lock.yml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)