chore: upgrade all workflows from v0.67.0 to v0.68.0#3504
Merged
Conversation
- Recompile all 31 workflows with gh-aw v0.68.0 compiler - Remove deprecated tools.serena from 5 workflows (duplicate-code-detector, go-fan, smoke-copilot, test-coverage-improver, test-improver) - Remove Serena test steps from smoke-copilot prompt - Remove stale Serena memory/usage references from go-fan prompt - Add bash: true to duplicate-code-detector (was serena-only) - Updates actions-lock.json, agentics-maintenance.yml, agent config Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Upgrades this repository’s agentic workflow definitions/lockfiles to the gh aw v0.68.0 compiler output, including adopting the new first-party github/gh-aw-actions/setup action and removing deprecated tool configuration that v0.68.0 no longer accepts.
Changes:
- Recompiled workflow
.lock.ymlfiles withgh aw v0.68.0(updated manifests, pinned action SHAs, AWF/AWMG versions, safe-outputs generation wiring, etc.). - Removed deprecated
tools.serenafrom affected workflows and cleaned related prompt references in some workflow.mdsources. - Updated repo-level workflow maintenance/config references (actions lock, maintenance workflow, agent docs links).
Show a summary per file
| File | Description |
|---|---|
| .github/workflows/test-improver.md | Removes deprecated tools.serena entry. |
| .github/workflows/test-coverage-improver.md | Removes deprecated tools.serena entry. |
| .github/workflows/smoke-copilot.md | Removes deprecated tools.serena entry and Serena-specific prompt steps. |
| .github/workflows/semantic-function-refactor.lock.yml | Recompiled lockfile for v0.68.0 (new setup action pin, updated tool generation, versions). |
| .github/workflows/nightly-docs-reconciler.lock.yml | Recompiled lockfile for v0.68.0 and updated schedule cron value. |
| .github/workflows/mcp-gateway-log-analyzer.lock.yml | Recompiled lockfile for v0.68.0 (setup action pin, versions, safe-outputs changes). |
| .github/workflows/large-payload-tester.lock.yml | Recompiled lockfile for v0.68.0 (setup action pin, versions, safe-outputs changes). |
| .github/workflows/integrity-filtering-audit.lock.yml | Recompiled lockfile for v0.68.0 (setup action pin, versions, safe-outputs changes). |
| .github/workflows/guard-status-tracker.lock.yml | Recompiled lockfile for v0.68.0 (setup action pin, versions, safe-outputs changes). |
| .github/workflows/go-fan.md | Removes deprecated tools.serena and Serena-related prompt text. |
| .github/workflows/gateway-issue-dispatcher.lock.yml | Recompiled lockfile for v0.68.0 (setup action pin, versions, safe-outputs changes). |
| .github/workflows/duplicate-code-detector.md | Replaces tools.serena with bash: true (but prompt still references Serena—needs follow-up). |
| .github/workflows/daily-compliance-checker.lock.yml | Recompiled lockfile for v0.68.0 and updated schedule cron value. |
| .github/workflows/agentics-maintenance.yml | Updates generator/version references and pins setup actions to v0.68.0. |
| .github/aw/actions-lock.json | Updates locked action versions/SHAs for gh-aw-actions to v0.68.0. |
| .github/agents/agentic-workflows.agent.md | Updates documentation links to reference v0.68.0. |
Copilot's findings
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Files reviewed: 35/39 changed files
- Comments generated: 3
Comment on lines
16
to
19
| tools: | ||
| serena: ["go"] | ||
| bash: true | ||
| safe-outputs: | ||
| create-issue: |
Comment on lines
40
to
45
| name: "Nightly Documentation Reconciler" | ||
| "on": | ||
| schedule: | ||
| - cron: "10 12 * * *" | ||
| - cron: "43 2 * * *" | ||
| # Friendly format: daily (scattered) | ||
| workflow_dispatch: |
| schedule: | ||
| - cron: "35 22 * * *" | ||
| - cron: "8 11 * * *" | ||
| # Friendly format: daily (scattered) |
This was referenced Apr 10, 2026
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
Upgrades all 31 agentic workflows from
v0.67.0tov0.68.0.Changes
Compiler upgrade
.lock.ymlfiles recompiled withgh aw v0.68.0actions-lock.json,agentics-maintenance.yml, agent configRemove deprecated
tools.serenaThe v0.68.0 compiler rejects
serenaas an unknown tool name. Removed from 5 workflows:duplicate-code-detector.md— was serena-only, replaced withbash: truego-fan.md— removed tool + stale Serena memory/usage references from promptsmoke-copilot.md— removed tool + Serena MCP test steps from prompttest-coverage-improver.md— removed tooltest-improver.md— removed toolSecurity review
github/gh-aw-actions/setup— first-party GitHub action for gh-aw setup, safe