Commit 46af54c
fix: recompile course-updater workflow with gh-aw v0.68.1
The 'Course Updater' agentic workflow was failing because both the
'github' and 'safeoutputs' MCP servers were blocked by a Copilot CLI
policy change. The old lock file (compiled with gh-aw v0.64.4) used
'latest' for the Copilot CLI version, which pulled a newer CLI that
introduced MCP policy enforcement breaking the MCP server connections.
Key changes from recompilation:
- Pin Copilot CLI to v1.0.21 (instead of floating 'latest')
- Upgrade AWF firewall from v0.25.4 to v0.25.18
- Upgrade MCP Gateway from v0.2.9 to v0.2.17
- Update gh-aw-actions to v0.68.1
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent bfa047c commit 46af54c
File tree
2 files changed
+316
-234
lines changed- .github
- aw
- workflows
2 files changed
+316
-234
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
9 | 14 | | |
10 | | - | |
11 | | - | |
| 15 | + | |
| 16 | + | |
12 | 17 | | |
13 | 18 | | |
14 | 19 | | |
0 commit comments