Skip to content

chore: upgrade all workflows from v0.67.0 to v0.68.0#3504

Merged
lpcox merged 1 commit intomainfrom
lpcox/upgrade-workflows-v0.68.0
Apr 10, 2026
Merged

chore: upgrade all workflows from v0.67.0 to v0.68.0#3504
lpcox merged 1 commit intomainfrom
lpcox/upgrade-workflows-v0.68.0

Conversation

@lpcox
Copy link
Copy Markdown
Collaborator

@lpcox lpcox commented Apr 10, 2026

Summary

Upgrades all 31 agentic workflows from v0.67.0 to v0.68.0.

Changes

Compiler upgrade

  • All 31 .lock.yml files recompiled with gh aw v0.68.0
  • Updated actions-lock.json, agentics-maintenance.yml, agent config

Remove deprecated tools.serena

The v0.68.0 compiler rejects serena as an unknown tool name. Removed from 5 workflows:

  • duplicate-code-detector.md — was serena-only, replaced with bash: true
  • go-fan.md — removed tool + stale Serena memory/usage references from prompt
  • smoke-copilot.md — removed tool + Serena MCP test steps from prompt
  • test-coverage-improver.md — removed tool
  • test-improver.md — removed tool

Security review

  • New action: github/gh-aw-actions/setup — first-party GitHub action for gh-aw setup, safe
  • No new secrets introduced
  • No new external network access

- 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>
Copilot AI review requested due to automatic review settings April 10, 2026 14:04
@lpcox lpcox merged commit 62a46aa into main Apr 10, 2026
11 checks passed
@lpcox lpcox deleted the lpcox/upgrade-workflows-v0.68.0 branch April 10, 2026 14:05
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.yml files with gh aw v0.68.0 (updated manifests, pinned action SHAs, AWF/AWMG versions, safe-outputs generation wiring, etc.).
  • Removed deprecated tools.serena from affected workflows and cleaned related prompt references in some workflow .md sources.
  • 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)
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.

2 participants