Upgrade gh-aw compiler to v0.82.14#1590
Conversation
The failure is isolated to |
There was a problem hiding this comment.
No actionable issues found in the reviewed changes.
Warning
Firewall blocked 1 domain
The following domain was blocked by the firewall during workflow execution:
awmgmcpg
To allow these domains, add them to the
network.allowedlist in your workflow frontmatter:
network:
allowed:
- defaults
- "awmgmcpg"See Network Configuration for more information.
What is this? | From workflow: Trigger PR Review
Give us feedback! React with 🚀 if perfect, 👍 if helpful, 👎 if not.
|
@copilot analyse #1590 (comment) and fix the errors since they are still failing |
I rechecked the linked comment and CI history. There is no newer run for this branch: the only completed run is 29563244398, and its sole failure is the generated-lockfile dirty-tree check for the same four files; compilation itself reports 0 errors and all other jobs pass. After deleting the cached compiler and running three clean |
|
@copilot analyse what changes are to bump to the version v0.82.14 and update |
Updated GH_AW_VERSION, GH_AW_BUILD_VERSION, and GH_AW_COMPAT_VERSION to v0.82.14 and regenerated the compiler artifacts. Linting and reproducibility checks pass; |
Merge upstream compiler upgrade (#1590: v0.80.9 → v0.82.14) into this branch and recompile all lock files so they include both the compiler upgrade and the OTLP observability configuration.
Upgrade gh-aw from
v0.80.9tov0.82.14, incorporating the safe-output scope rejection fix for changesets that do not modify workflow files.GH_AW_VERSION,GH_AW_BUILD_VERSION, andGH_AW_COMPAT_VERSION.