Skip to content

Bump github/gh-aw from 0.46.0 to 0.47.2#3744

Merged
roji merged 1 commit intomainfrom
dependabot/github_actions/github/gh-aw-0.47.2
Feb 20, 2026
Merged

Bump github/gh-aw from 0.46.0 to 0.47.2#3744
roji merged 1 commit intomainfrom
dependabot/github_actions/github/gh-aw-0.47.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Feb 20, 2026

Bumps github/gh-aw from 0.46.0 to 0.47.2.

Release notes

Sourced from github/gh-aw's releases.

v0.47.2

🌟 Release Highlights

This release focuses on security hardening, expanded language ecosystem support, and Gemini engine reliability improvements.

⚠️ Breaking Changes

  • macOS runners are now blocked in agentic workflows (#17087): Agentic workflows no longer support macOS GitHub Actions runners. If your workflows target macOS runners, switch to a Linux runner (e.g., ubuntu-latest).

🔒 Security Improvements

  • Credential cleanup across workspaces (#17086): Git credentials are now recursively scrubbed from all checkouts in the workspace and /tmp/, reducing credential exposure risk between agent steps.
  • No-secrets enforcement extended to engine.env (#17065): Secret detection now covers engine.env fields in addition to top-level env, preventing accidental exposure of secrets in engine configuration.
  • Validate persist-credentials in checkout steps (#17081): The compiler now validates that actions/checkout steps don't set persist-credentials: true, which could leak credentials to the agent.

✨ What's New

  • Expanded ecosystem domain support (#17072): Added network allowlist domains for Clojure, Elixir, Kotlin, Scala, and Zig, enabling workflows that build projects in these languages to access their package ecosystems.

🐛 Bug Fixes & Improvements

  • Gemini engine reliability (#16938, #16983): Fixed Gemini engine to use .gemini/settings.json for MCP configuration (replacing the unsupported --mcp-config flag) and added --yolo for auto-approving tool executions.
  • Codespaces compatibility (#16952): Resolved HTTP 404 errors when running gh aw init inside GitHub Codespaces.
  • PR footer template (#17098): Fixed messages.footer template not being applied in create_pull_request safe output.
  • Compile error suggestions (#17029): GH_AW_* environment variables are no longer incorrectly redacted in compile error suggestions.
  • Playground editor (#17039): Fixed footer spacing in the Playground editor UI.

📚 Documentation

  • Streamlined the templating guide with a leaner, more focused reference (#17003).

For complete details, see CHANGELOG.

Generated by Release


What's Changed

... (truncated)

Commits
  • faf2523 fix: apply messages.footer template in create_pull_request safe output (#...
  • 52b54de feat: block macOS runners in agentic workflows with FAQ entry and remove smok...
  • 8d88c00 Validate actions/checkout persist-credentials in agent job steps (#17081)
  • 45f92f6 Recursively clean git credentials from all checkouts in workspace and /tmp/ (...
  • 45e6dc2 fix: don't redact GH_AW_* env vars in compile error suggestions (#17029)
  • cb28501 Add ecosystem domains for clojure, elixir, kotlin, scala, zig (#17072)
  • 8577cd1 Enforce no-secrets check on engine.env in addition to top-level env (#17065)
  • 16755c9 Fix footer spacing in Playground editor (#17039)
  • 3b47815 fix: add --yolo flag to Gemini CLI for auto-approving tool executions (#16983)
  • d252da4 docs: consolidate developer specifications - fix tone, add Gemini MCP config ...
  • 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.46.0 to 0.47.2.
- [Release notes](https://github.com/github/gh-aw/releases)
- [Commits](github/gh-aw@v0.46.0...v0.47.2)

---
updated-dependencies:
- dependency-name: github/gh-aw
  dependency-version: 0.47.2
  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 Feb 20, 2026
@roji roji merged commit 83627a4 into main Feb 20, 2026
12 checks passed
@roji roji deleted the dependabot/github_actions/github/gh-aw-0.47.2 branch February 20, 2026 11:06
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 Pull requests that update Github_actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant