Skip to content

Upgrade agentic workflows to gh-aw v0.46.3#173

Merged
pelikhan merged 2 commits intomainfrom
copilot/upgrade-agentic-workflows
Feb 19, 2026
Merged

Upgrade agentic workflows to gh-aw v0.46.3#173
pelikhan merged 2 commits intomainfrom
copilot/upgrade-agentic-workflows

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Feb 19, 2026

Upgrades all workflows from gh-aw v0.45.3 to v0.46.3 using gh aw upgrade.

Changes

Version updates

  • Agent dispatcher and setup actions: v0.45.3 → v0.46.3
  • GitHub Copilot CLI: v0.0.410 → v0.0.411

Codemods applied (6 workflows)

  • Activation outputs migrated from needs.activation.outputs.text to steps.sanitized.outputs.text for improved security sandboxing
  • ai-moderator.md: Role configuration moved to on.roles frontmatter structure

Lock file changes (all 33 workflows)

  • Added context variable validation step
  • Updated compiler metadata schema: frontmatter-hashgh-aw-metadata with structured versioning
  • Simplified runtime-import paths (workflow names vs full paths)

Example

- **Triggering Content**: "${{ needs.activation.outputs.text }}"
+ **Triggering Content**: "${{ steps.sanitized.outputs.text }}"
- frontmatter-hash: 8cac416a65962362c3e177ba41ce0519e814d5816e454bdee19ef2c3eda90081
+ gh-aw-metadata: {"schema_version":"v1","frontmatter_hash":"8cac416a...","compiler_version":"v0.46.3"}

Notes

Two workflows (daily-perf-improver, daily-test-improver) emit warnings about missing discussions: read permission but compile successfully. They use all: read which covers their discussion access needs.

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • https://api.github.com/repos/actions/checkout/releases
    • Triggering command: /usr/bin/gh gh api /repos/actions/checkout/releases --jq .[].tag_name (http block)
  • https://api.github.com/repos/actions/github-script/releases
    • Triggering command: /usr/bin/gh gh api /repos/actions/github-script/releases --jq .[].tag_name (http block)
  • https://api.github.com/repos/github/gh-aw/git/ref/tags/v0.46.3
    • Triggering command: /usr/bin/gh gh api /repos/github/gh-aw/git/ref/tags/v0.46.3 --jq .object.sha (http block)
  • https://api.github.com/repos/github/gh-aw/releases
    • Triggering command: /usr/bin/gh gh api /repos/github/gh-aw/releases --jq .[].tag_name (http block)
  • https://api.github.com/repos/github/gh-aw/releases/latest
    • Triggering command: /home/REDACTED/work/_temp/ghcca-node/node/bin/node /home/REDACTED/work/_temp/ghcca-node/node/bin/node --enable-source-maps /home/REDACTED/work/_temp/copilot-developer-action-main/dist/index.js (http block)
    • Triggering command: /home/REDACTED/.local/share/gh/extensions/gh-aw/gh-aw /home/REDACTED/.local/share/gh/extensions/gh-aw/gh-aw upgrade --verbose (http block)
    • Triggering command: /home/REDACTED/.local/share/gh/extensions/gh-aw/gh-aw /home/REDACTED/.local/share/gh/extensions/gh-aw/gh-aw upgrade --dir workflows --verbose (http block)

If you need me to access, download, or install something from one of these locations, you can either:

Original prompt

Upgrade agentic workflows

Custom agent used: agentic-workflows
GitHub Agentic Workflows (gh-aw) - Create, debug, and upgrade AI-powered workflows with intelligent prompt routing


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot AI changed the title [WIP] Upgrade agentic workflows Upgrade agentic workflows to gh-aw v0.46.3 Feb 19, 2026
@pelikhan pelikhan marked this pull request as ready for review February 19, 2026 06:02
@pelikhan pelikhan merged commit 6035e2b into main Feb 19, 2026
@pelikhan pelikhan deleted the copilot/upgrade-agentic-workflows branch February 19, 2026 06:02
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