Commit 8855a55
ci(workflows): recompile agentic workflows with gh-aw v0.74.4 (#670)
The scheduled Clippy Fixer run failed during the safe_outputs job with:
error: Repository lacks these prerequisite commits:
error: 3c50dad
Failed to apply bundle
Root cause: race condition between the agent and safe_outputs jobs. The
agent started from a main HEAD that advanced before safe_outputs ran,
and the safe_outputs job's `fetch-depth: 1` shallow checkout did not
contain the bundle's prerequisite commit. Upstream gh-aw issue #32467
documents this and ships a recovery path (git fetch --unshallow on
prerequisite-commit errors) in gh-aw-actions v0.74.3+.
Recompiling all 15 workflows with gh aw v0.74.4 pins
github/gh-aw-actions/setup@v0.74.4 (also bumps gh-aw-firewall,
gh-aw-mcpg, github-mcp-server, and the bundled Copilot CLI to current
versions).
Failed run: https://github.com/githubnext/ado-aw/actions/runs/26166404345
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 4ea3182 commit 8855a55
16 files changed
Lines changed: 4949 additions & 1999 deletions
File tree
- .github
- aw
- workflows
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
48 | 53 | | |
49 | 54 | | |
50 | 55 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 365 additions & 127 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments