Skip to content

Bump github/gh-aw from 0.51.5 to 0.52.1#71

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/github_actions/github/gh-aw-0.52.1
Open

Bump github/gh-aw from 0.51.5 to 0.52.1#71
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/github_actions/github/gh-aw-0.52.1

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Mar 4, 2026

Bumps github/gh-aw from 0.51.5 to 0.52.1.

Release notes

Sourced from github/gh-aw's releases.

v0.52.1

🌟 Release Highlights

This release focuses on reliability and developer experience improvements — faster workflow dispatch, better error visibility, and more robust custom job support.

✨ What's New

  • Faster workflow dispatch (#19414): dispatch_workflow now uses the GitHub API's return_run_details: true (Feb 2026) to get the run ID immediately after triggering a dispatch, eliminating the need to poll gh run list. Graceful fallback for older GitHub Enterprise Server deployments is included.

  • Copilot inference access error surfacing (#19412): When a Copilot workflow fails due to an "Access denied by policy settings" error (token lacks inference access), the error is now clearly surfaced in agent failure issues and comments — no more silent failures or confusing diagnostics.

  • Cache-memory scope validation (#19406): The cache-memory parser now validates the scope field against the supported enum values at compile time, catching misconfigured workflows before they reach runtime.

  • Updated CLI versions (#19385): Codex updated to 0.107.0 and MCP Gateway updated to v0.1.7.

🐛 Bug Fixes & Improvements

  • Stable caller workflow ID (#19408): GH_AW_CALLER_WORKFLOW_ID now uses the workflow's filename (e.g., my-workflow) instead of the mutable YAML name: display field. This fixes close-older-issues disambiguation breaking when workflows are renamed.

  • Custom job runs-on support (#19407): Fixed a bug where runs-on values in custom jobs using array or object forms were silently dropped during compilation. All three forms (string, array, object) are now correctly emitted.

📚 Documentation

  • Custom jobs field reference (#19404): The custom jobs documentation now includes a clear table of supported job-level fields (needs, runs-on, if, permissions, outputs, env, timeout-minutes, concurrency, continue-on-error, container, services), replacing a previously misleading "full job support" statement.

For complete details, see CHANGELOG.

Generated by Release


What's Changed

Full Changelog: github/gh-aw@v0.52.0...v0.52.1

... (truncated)

Commits
  • a86e657 Use workflow_dispatch return_run_details to get run ID directly (#19414)
  • 31dc15f Surface Copilot inference access errors in agent failure issues/comments (#19...
  • 49de2c1 Use workflow filename (not display name) as caller workflow ID (#19408)
  • 93a5b62 Add scope enum validation to cache-memory parser (#19406)
  • 0c9d366 Fix custom job runs-on array and object forms silently dropped (#19407)
  • 1ed6dbd docs: update custom jobs section with supported field table (#19404)
  • e9cce78 Update CLI versions: Codex 0.107.0, MCP Gateway v0.1.7 (#19385)
  • e62252d chore(deps-dev): bump @​types/node in /actions/setup/js (#19388)
  • 37d6392 chore(deps): bump astro from 5.17.3 to 5.18.0 in /docs (#19389)
  • a30d04f chore(deps): bump starlight-blog from 0.25.2 to 0.25.3 in /docs (#19390)
  • 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.51.5 to 0.52.1.
- [Release notes](https://github.com/github/gh-aw/releases)
- [Changelog](https://github.com/github/gh-aw/blob/main/CHANGELOG.md)
- [Commits](github/gh-aw@88319be...a86e657)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Mar 4, 2026

Assignees

The following users could not be added as assignees: akladiev, mryzhov. Either they do not exist or they do not have the correct permissions to be added as an assignee.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions labels Mar 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant