Skip to content

[gh-aw-upgrade] gh-aw upgrade available: v0.80.9 -> v0.82.3 #1523

Description

@github-actions

A new version of gh-aw is available. We are currently on v0.80.9, latest is v0.82.3.

Upgrade Assessment

Urgency: Recommended — v0.82.3 includes MCP server security hardening relevant to workflows that configure remote MCP servers.

Relevant Changes

v0.82.3

Security

  • HTTP MCP server bind hardening: The v0.82.3 release notes state that the HTTP MCP server now binds to 127.0.0.1 only, closing a DNS-rebinding and cross-origin POST attack surface (fix(mcp-server): bind HTTP server to 127.0.0.1; document validation escalation github/gh-aw#43766). This is relevant because this repo has gh-aw workflows that configure remote MCP servers and explicit network access:
    • .github/workflows/gh-aw-estc-docs-patrol-external.md:80-90 configures the elastic-docs MCP server at https://www.elastic.co/docs/_mcp/ and allows www.elastic.co.
    • .github/workflows/gh-aw-estc-docs-pr-review.md:87-100 configures the same elastic-docs MCP server and allows www.elastic.co plus docs-v3-preview.elastic.dev.
    • .github/workflows/gh-aw-estc-newbie-contributor-patrol-external.md:74-83 configures the same elastic-docs MCP server and allows www.elastic.co.

New Features Worth Adopting

  • Compiler job dependency control: jobs.<generated>.needs can augment generated job dependencies. No immediate workflow change is required based on current frontmatter.
  • dismiss-review safe output: Newly available for automated review lifecycle management. This could be evaluated later for PR review addresser flows, but the security hardening above is the concrete upgrade driver.

v0.82.2

Bug Fixes

  • Safe-outputs full-branch validation: allowed_files pre-flight now validates the full commit history reachable from a pushed ref. This is useful hardening for workflows that can push to PR branches.

v0.82.1

Breaking Changes

  • sandbox.agent.sudo now defaults to false: No direct authored change appears required for this repo's no-sandbox workflows because they explicitly set sandbox.agent: false in .github/workflows/gh-aw-mention-in-issue-no-sandbox.md:80-81 and .github/workflows/gh-aw-mention-in-pr-no-sandbox.md:92-93.

Duplicate Assessment

Upgrade Steps

  • Update GH_AW_VERSION, GH_AW_BUILD_VERSION, and GH_AW_COMPAT_VERSION in Makefile:4-6 from v0.80.9 to v0.82.3.
  • Run make compile and verify 0 errors, 0 warnings.
  • Review only hand-authored workflow sources, shared fragments, Makefile, and other source files; treat .github/workflows/*.lock.yml changes as generated output.
  • Smoke-check one workflow that uses mcp-servers.elastic-docs after the upgrade.

Generated by Internal: Upgrade Check · 990 AIC · ⌖ 11.6 AIC · ⊞ 24.3K ·

  • expires on Jul 14, 2026, 2:24 PM UTC

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions