Skip to content

fix: recompile agentic workflows with gh-aw v0.56.2#2968

Merged
rysweet merged 2 commits intomainfrom
fix/recompile-agentic-workflows
Mar 9, 2026
Merged

fix: recompile agentic workflows with gh-aw v0.56.2#2968
rysweet merged 2 commits intomainfrom
fix/recompile-agentic-workflows

Conversation

@rysweet
Copy link
Owner

@rysweet rysweet commented Mar 9, 2026

Summary

  • Recompile all 17 agentic workflow lock files (v0.44.0 → v0.56.2)
  • Remove deprecated read-only: false from bot-detection and workflow-health-manager
  • Set ANTHROPIC_API_KEY repo secret for agentic workflow agent steps

Problem

  • Static Analysis Report CI was failing: frontmatter hash mismatch (.md edited 2026-03-01, lock last compiled 2026-02-18)
  • bot-detection and workflow-health-manager had read-only: false which is no longer allowed in gh-aw v0.56.2

Remaining CI issue

  • Auto Version on Merge fails because GITHUB_TOKEN can't push to protected main branch. Needs a PAT with branch protection bypass added as a repo secret (e.g., AUTO_VERSION_TOKEN) and referenced in auto-version-on-merge.yml. This is a separate fix.

Test plan

  • gh aw compile succeeds for all 17 workflows
  • ANTHROPIC_API_KEY secret set

🤖 Generated with Claude Code

Ubuntu and others added 2 commits March 9, 2026 04:26
- Recompile all 17 .lock.yml files (was v0.44.0, now v0.56.2)
- Remove deprecated `read-only: false` from bot-detection.md and
  workflow-health-manager.md (GitHub MCP server is always read-only)
- Fixes frontmatter hash mismatch causing static-analysis-report CI failure

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@github-actions
Copy link
Contributor

github-actions bot commented Mar 9, 2026

🤖 Auto-fixed version bump

The version in pyproject.toml has been automatically bumped to the next patch version.

If you need a minor or major version bump instead, please update pyproject.toml manually and push the change.

@rysweet rysweet merged commit 4a5d47b into main Mar 9, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant