ci(workflows): recompile agentic workflows with gh-aw v0.74.4#670
Merged
Conversation
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
The scheduled Clippy Fixer run #26166404345 failed during the
safe_outputsjob:Root cause
Race condition between agent and safe_outputs jobs:
3c50dad4ea31823c50dadsafe_outputsjob starts;actions/checkoutwithfetch-depth: 1fetches only the new main tip4ea3182git fetch <bundle>rejects the bundle:3c50dadis not in the shallow historyThe shallow checkout in the safe_outputs job cannot satisfy the bundle's prerequisite commit whenever
mainmoves during the agent run.Fix
Upstream tracked this as github/gh-aw#32467 (closed) and shipped a recovery path in gh-aw v0.74.3+ (
gh-aw-actions/setupbundlescreate_pull_request.cjs/push_to_pull_request_branch.cjswith detection oflacks these prerequisite commitserrors followed bygit fetch --unshallow origin).This PR recompiles all 15 agentic workflows with
gh aw v0.74.4:github/gh-aw-actions/setup:v0.72.1→v0.74.4(contains the bundle-prerequisite recovery)gh-aw-firewall:0.25.41→0.25.46gh-aw-mcpg:v0.3.6→v0.3.9github-mcp-server:v1.0.3→v1.0.41.0.40→1.0.48No workflow
.mdsource files were changed; only generated*.lock.ymlandactions-lock.json.Verification
gh aw compile→ 15 workflow(s), 0 errorssetup_action_pinadvances and only generated files change