Skip to content

Commit 8855a55

Browse files
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

.github/aw/actions-lock.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,11 @@
4545
"version": "v7.0.1",
4646
"sha": "043fb46d1a93c77aae656e7c1c64a875d1fc6a0a"
4747
},
48+
"github/gh-aw-actions/setup@v0.74.4": {
49+
"repo": "github/gh-aw-actions/setup",
50+
"version": "v0.74.4",
51+
"sha": "d3abfe96a194bce3a523ed2093ddedd5704cdf62"
52+
},
4853
"github/gh-aw/actions/setup@v0.68.1": {
4954
"repo": "github/gh-aw/actions/setup",
5055
"version": "v0.68.1",

.github/workflows/bash-lint-auditor.lock.yml

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

.github/workflows/change-risk.lock.yml

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

.github/workflows/clippy-fixer.lock.yml

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

.github/workflows/cyclomatic-complexity-reducer.lock.yml

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

.github/workflows/doc-freshness-check.lock.yml

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

.github/workflows/docs-writer.lock.yml

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

.github/workflows/frontmatter-aligner.lock.yml

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

.github/workflows/issue-plan-maker.lock.yml

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

.github/workflows/red-team-security.lock.yml

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

0 commit comments

Comments
 (0)