Skip to content

Bump github/gh-aw from 0.53.5 to 0.73.0#3337

Merged
jfversluis merged 1 commit into
mainfrom
dependabot/github_actions/github/gh-aw-0.73.0
May 15, 2026
Merged

Bump github/gh-aw from 0.53.5 to 0.73.0#3337
jfversluis merged 1 commit into
mainfrom
dependabot/github_actions/github/gh-aw-0.73.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 13, 2026

Copy link
Copy Markdown
Contributor

Bumps github/gh-aw from 0.53.5 to 0.73.0.

Release notes

Sourced from github/gh-aw's releases.

v0.72.1

🌟 Release Highlights

v0.72.1 delivers a new developer-facing lint command, critical compiler correctness fixes, and improved shared workflow ergonomics — all driven largely by community-reported issues.

✨ What's New

  • gh aw lint — fast lock-file validation (#30704): New gh aw lint command runs actionlint directly against existing .lock.yml files — no recompile, no extra scanners. Perfect for a lightweight CI gate to catch syntax errors before pushing. Supports --dir, explicit file paths, and optional --shellcheck/--pyflakes checks.

  • Import engine.mcp.tool-timeout from shared workflows (#30634): Shared workflows wrapping slow MCP servers (e.g. Repo Mind Light) can now declare engine.mcp.tool-timeout and engine.mcp.session-timeout once, and consumers inherit those values automatically — no more duplicating timeout configs in every consumer. Consumer-declared values still take precedence.

  • First-party coding-agent skill for gh aw (#27259): Added a router skill that gives coding agents (Copilot, Claude, etc.) structured guidance on creating, debugging, and updating agentic workflows using the gh aw CLI.

  • Shared skip-if-match dedup component: The common "open issue/PR by title prefix" deduplication query is now a shared compiler-imported component, eliminating copy-paste duplication across dozens of workflows.

🐛 Bug Fixes & Improvements

  • && preserved in compiled workflow expressions (#30695): Go's HTML escaping was converting && to \u0026\u0026 inside AWF config JSON embedded in .lock.yml files, corrupting ${{ ... && ... }} expressions and causing workflow parse failures. Fixed by switching to json.Encoder with SetEscapeHTML(false).

  • safe-outputs permission regression fixed (#30733): When update-project appeared alongside add-comment/add-labels, the minted App token was incorrectly downgraded to issues:read instead of issues:write, silently failing issue mutations.

  • Conclusion comment now reflects safe_outputs failures (#30662): The conclusion job was reporting ✅ success even when safe_outputs failed (e.g., 422 on PR review submission). The job now correctly propagates safe_outputs status.

  • Firewall binary version corrected (#30705, #30191): v0.71.1 was referencing a non-existent gh-aw-firewall version, causing 404s on AWF binary install. This release ships with the correct firewall v0.25.29 (which also includes the healthcheck fix).

  • Playwright mode: cli recognized by compiler (#30088): gh aw compile now correctly accepts mode: cli in Playwright tool configuration.

  • COPILOT_API_KEY dummy key no longer triggers over-billing (#30324): The dummy byok-key placeholder introduced in v0.71 was causing 10–100x premium request over-billing compared to v0.68. Fixed.

@arthurfvives

@bryanchen-d

@haavamoa

@jonathanpeppers

@lpcox

... (truncated)

Changelog

Sourced from github/gh-aw's changelog.

Changelog

All notable changes to this project will be documented in this file.

v0.40.1 - 2026-02-03

Move from githubnext/gh-aw to github/gh-aw

If you were a former user of the githubnext Agentic Workflows you might have to re-register the extension to reflect the new location. As the gh-aw project moved from githubnext to github please delete the old channel and register the new one.

Example:

gh extension list
NAME   REPO              VERSION
gh aw  githubnext/gh-aw  v0.36.0

gh extension upgrade --all [aw]: already up to date

gh extension remove gh-aw

gh extension install github/gh-aw ✓ Installed extension github/gh-aw

gh extension list NAME REPO VERSION gh aw github/gh-aw v0.40.1

Bug Fixes

Handle 502 Bad Gateway errors in assign_to_agent handler by treating them as success. The cloud gateway may return 502 errors during agent assignment, but the assignment typically succeeds despite the error. The handler now logs 502 errors for troubleshooting but does not fail the workflow.

Add discussion interaction to smoke workflows and serialize the discussion

flag in safe-outputs handler config.

Smoke workflows now select a random discussion and post thematic comments to validate discussion comment functionality. The compiler now emits the "discussion": true flag in GH_AW_SAFE_OUTPUTS_HANDLER_CONFIG when a workflow requests discussion output, and lock files include discussions: write permission where applicable.

Add discussion interaction to smoke workflows; compiler now serializes the discussion flag into the safe-outputs handler config so workflows can post comments to discussions. Lock files include discussions: write where applicable.

Smoke workflows pick a random discussion and post a thematic comment (copilot: playful, claude: comic-book, codex: mystical oracle, opencode: space mission). This is a non-breaking tooling/workflow change.

Add discussion interaction to smoke workflows; deprecate the discussion flag and

... (truncated)

Commits
  • 4d44d0e [docs] Consolidate developer specifications to v9.3 (#31027)
  • 379ceb7 Polish MCP server UX metadata and correct unknown-tool JSON-RPC semantics (#3...
  • 7058737 deps: bump default @​playwright/cli from 0.1.11 to 0.1.13 (#31013)
  • ce5b7a1 fix(harness): treat "No deferred tool marker" as non-retriable in claude_harn...
  • 89b6823 fix(js): use optional chaining for resolvedFieldByName.id in set_issue_field....
  • 2a6bc9d Render engine.mcp.tool-timeout as numeric gateway toolTimeout seconds (#3...
  • 92b0c3d Enforce pre-API input validation in experiment state loader (SEC-002) (#31002)
  • 0c3de77 Emit OTLP export error count on all job conclusion spans (#31004)
  • 842a49f Import shared/observability-otlp.md in most agentic workflows (#30995)
  • 89855b4 Handle issue_comment PR context in submit_pull_request_review body-only f...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github/gh-aw](https://github.com/github/gh-aw) from 0.53.5 to 0.73.0.
- [Release notes](https://github.com/github/gh-aw/releases)
- [Changelog](https://github.com/github/gh-aw/blob/main/CHANGELOG.md)
- [Commits](github/gh-aw@ffb8573...4d44d0e)

---
updated-dependencies:
- dependency-name: github/gh-aw
  dependency-version: 0.73.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels May 13, 2026
@dependabot dependabot Bot requested a review from a team as a code owner May 13, 2026 10:15
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels May 13, 2026
@dotnet-policy-service dotnet-policy-service Bot enabled auto-merge (squash) May 13, 2026 10:16

@dotnet-policy-service dotnet-policy-service Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Approved; this PR will merge when all status checks pass.

@learn-build-service-prod

Copy link
Copy Markdown
Contributor

PoliCheck Scan Report

The following report lists PoliCheck issues in PR files. Before you merge the PR, you must fix all severity-1 and severity-2 issues. The AI Review Details column lists suggestions for either removing or replacing the terms. If you find a false positive result, mention it in a PR comment and include this text: #policheck-false-positive. This feedback helps reduce false positives in future scans.

✅ No issues found

More information about PoliCheck

Information: PoliCheck | Severity Guidance | Term
For any questions: Try searching the learn.microsoft.com contributor guides or post your question in the Learn support channel.

@learn-build-service-prod

Copy link
Copy Markdown
Contributor

Learn Build status updates of commit 9eb8370:

✅ Validation status: passed

File Status Preview URL Details
.github/workflows/docs-from-code.lock.yml ✅Succeeded

For more details, please refer to the build report.

auto-merge was automatically disabled May 13, 2026 10:17

Tried to create or update workflow without `workflows` permission

@jfversluis jfversluis merged commit c71b5ab into main May 15, 2026
6 checks passed
@jfversluis jfversluis deleted the dependabot/github_actions/github/gh-aw-0.73.0 branch May 15, 2026 08:20
jfversluis added a commit that referenced this pull request May 15, 2026
* Bump actions/upload-artifact from 7.0.0 to 7.0.1 (#3335)

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 7.0.0 to 7.0.1.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@bbbca2d...043fb46)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-version: 7.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* What's new (.NET 11 Preview 4): document new features (#3329)

* What's new (.NET 11 Preview 4): document new features

Add .NET 11 Preview 4 entries to the What's new page:

- CoreCLR is the default runtime on all .NET MAUI platforms
- x:Code directive for inline C# in XAML
- Compiled bindings inside DataTemplates (regression fix + diagnostics)
- Material 3 styling for Android ImageButton, DatePicker, Entry, Slider
- MonochromeFile support for Android adaptive icons
- dotnet watch for Android
- dotnet watch for iOS (incl. MtouchLink=None known issue)
- Xcode 26.4 Stable, HTTP digest auth in NSUrlSessionHandler, CoreCLR
  default on Apple platforms

Also adds the Preview 4 release notes link and bumps ms.date.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

* What's new (.NET 11 Preview 4): add media assets

Add the Material 3 controls screenshot and the dotnet watch GIFs
referenced from docs/whats-new/dotnet-11.md.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

---------

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

* Bump actions/download-artifact from 8.0.0 to 8.0.1 (#3338)

Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 8.0.0 to 8.0.1.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@70fc10c...3e5f45b)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-version: 8.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump github/gh-aw from 0.53.5 to 0.73.0 (#3337)

Bumps [github/gh-aw](https://github.com/github/gh-aw) from 0.53.5 to 0.73.0.
- [Release notes](https://github.com/github/gh-aw/releases)
- [Changelog](https://github.com/github/gh-aw/blob/main/CHANGELOG.md)
- [Commits](github/gh-aw@ffb8573...4d44d0e)

---
updated-dependencies:
- dependency-name: github/gh-aw
  dependency-version: 0.73.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump actions/github-script from 8.0.0 to 9.0.0 (#3336)

Bumps [actions/github-script](https://github.com/actions/github-script) from 8.0.0 to 9.0.0.
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](actions/github-script@v8...3a2844b)

---
updated-dependencies:
- dependency-name: actions/github-script
  dependency-version: 9.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Document Shell and ToolbarItem badges (.NET 11) (#3333)

In .NET MAUI 11 (Preview 4), BaseShellItem (Tab, ShellContent, FlyoutItem) and ToolbarItem gain BadgeText, BadgeColor, and BadgeTextColor bindable properties for displaying badges on navigation surfaces.

- docs/fundamentals/shell/tabs.md: new Tab badges section with platform notes for Android (BadgeDrawable), iOS/MacCatalyst (UITabBarItem.BadgeValue), and Windows (InfoBadge).
- docs/fundamentals/shell/flyout.md: new FlyoutItem badges section cross-linking to the tabs platform notes.
- docs/user-interface/toolbaritem.md: new Display a badge on a ToolbarItem section with toolbar-specific platform notes (iOS 26+ UIBarButtonItem.Badge requirement, primary-only).

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

* Document Editor.ReturnCommand wired to completion (.NET 11) (#3331)

In .NET MAUI 11 (Preview 4), Editor.ReturnCommand and
ReturnCommandParameter are now invoked from SendCompleted, so a
command bound to ReturnCommand fires when the Completed event would
be raised. This adds a >=net-maui-11.0 monikered note to the Editor
properties summary and a small example after the Completed event
sample.

Upstream: dotnet/maui#32167

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

* Document MonochromeFile attribute for Android themed icons (.NET 11) (#3330)

Adds a >=net-maui-11.0 monikered subsection to app-icons.md describing
the new MonochromeFile attribute on <MauiIcon>, which lets single-project
Android adaptive icons use a dedicated glyph for the themed (monochrome)
icon layer on Android 13+ instead of reusing the foreground image.

Upstream: dotnet/maui#34569

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

* Document x:Code directive for inline C# in XAML (.NET 11) (#3332)

Adds a >=net-maui-11.0 monikered subsection to xamlc.md under XAML
Source Generation, covering the new x:Code directive. The directive
lets a small block of C# live inline in a XAML file, with the source
generator emitting it into the page's partial class. Notes the
EnablePreviewFeatures requirement, the x:Class requirement, the root
child placement rule, and the MAUIX2015/MAUIX2016 analyzer
diagnostics.

Upstream: dotnet/maui#34715

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

* Document Material 3 expansion to ImageButton, Switch, and Shell (.NET 11) (#3334)

In .NET MAUI 11 (Preview 4), the Android handlers for ImageButton,
Switch, and Shell tab bars adopt Material 3 styling when the
UseMaterial3 project flag is enabled. Adds three new monikered
subsections to material-design.md under Platform availability,
matching the existing per-control pattern.

Upstream:
- ImageButton: dotnet/maui#33649
- Switch: dotnet/maui#33132
- Shell: dotnet/maui#33427

Screenshots for the new controls can be added in a follow-up.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: David Ortinau <david.ortinau@microsoft.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

community-contribution dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code :octocat: auto-merge

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant