chore: upgrade agentic workflows to gh-aw v0.42.0#512
Conversation
Regenerate all workflow lock files using gh-aw v0.42.0 release. Changes include: - Updated actions/setup SHA to v0.42.0 - Updated MCP Gateway from v0.0.94 to v0.0.98 - Updated GitHub MCP Server from v0.30.2 to v0.30.3 - Updated Claude Code CLI from v2.1.29 to v2.1.31 - Updated awf container images to 0.13.4 - Added checkout_pr_success output - Added DEBUG environment variable to safe outputs Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
|
🎬 THE END — Smoke Claude MISSION: ACCOMPLISHED! The hero saves the day! ✨ |
|
📰 VERDICT: Smoke Copilot has concluded. All systems operational. This is a developing story. 🎤 |
✅ Coverage Check PassedOverall Coverage
Coverage comparison generated by |
Smoke Test ResultsLast 2 merged PRs:
Test Results:
Status: PASS
|
🧪 Smoke Test ResultsLast 2 Merged PRs:
Test Results:
Overall Status: FAIL (Playwright test failed) cc: @Mossaka
|
There was a problem hiding this comment.
Pull request overview
Upgrades the repository’s agentic workflow lockfiles and related tooling pins to gh-aw v0.42.0, aligning CI automation with updated agent/runtime components.
Changes:
- Regenerated all
*.lock.ymlworkflows using gh-aw v0.42.0 (including updatedgithub/gh-aw/actions/setupSHA). - Bumped referenced tool/container versions (MCP Gateway, GitHub MCP Server, Claude Code CLI, Copilot agent, awf images).
- Added new workflow wiring:
checkout_pr_successoutput andDEBUGpropagation in safe-outputs/MCP gateway paths.
Reviewed changes
Copilot reviewed 17 out of 17 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| .github/workflows/update-release-notes.lock.yml | Regenerated lockfile; bumps tool/image versions; adds checkout_pr_success + DEBUG wiring. |
| .github/workflows/test-coverage-improver.lock.yml | Regenerated lockfile with updated versions and new outputs/DEBUG wiring. |
| .github/workflows/smoke-copilot.lock.yml | Regenerated lockfile; updates images/tools; adds checkout_pr_success and DEBUG wiring. |
| .github/workflows/smoke-claude.lock.yml | Regenerated lockfile; bumps Claude CLI and images; adds checkout_pr_success and DEBUG wiring. |
| .github/workflows/smoke-chroot.lock.yml | Regenerated lockfile; bumps images/tools; adds checkout_pr_success and DEBUG wiring. |
| .github/workflows/security-review.lock.yml | Regenerated lockfile; bumps images/tools; adds checkout_pr_success and DEBUG wiring. |
| .github/workflows/security-guard.lock.yml | Regenerated lockfile; bumps Claude CLI/images; adds checkout_pr_success and DEBUG wiring. |
| .github/workflows/plan.lock.yml | Regenerated lockfile; bumps images/tools; adds checkout_pr_success and DEBUG wiring. |
| .github/workflows/pelis-agent-factory-advisor.lock.yml | Regenerated lockfile; bumps images/tools; adds checkout_pr_success and DEBUG wiring. |
| .github/workflows/issue-monster.lock.yml | Regenerated lockfile; bumps images/tools; adds checkout_pr_success and DEBUG wiring. |
| .github/workflows/issue-duplication-detector.lock.yml | Regenerated lockfile; bumps images/tools; adds checkout_pr_success and DEBUG wiring. |
| .github/workflows/doc-maintainer.lock.yml | Regenerated lockfile; bumps images/tools; adds checkout_pr_success and DEBUG wiring. |
| .github/workflows/dependency-security-monitor.lock.yml | Regenerated lockfile; bumps images/tools; adds checkout_pr_success and DEBUG wiring. |
| .github/workflows/ci-doctor.lock.yml | Regenerated lockfile; bumps images/tools; adds checkout_pr_success and DEBUG wiring. |
| .github/workflows/ci-cd-gaps-assessment.lock.yml | Regenerated lockfile; bumps images/tools; adds checkout_pr_success and DEBUG wiring. |
| .github/workflows/agentics-maintenance.yml | Updates maintenance workflow generator version marker and setup action to v0.42.0. |
| .github/aw/actions-lock.json | Adds github/gh-aw/actions/setup@v0.42.0 entry (tag→SHA mapping). |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Summary
Test plan
🤖 Generated with Claude Code