Skip to content

Bump github/gh-aw from 0.45.4 to 0.46.0#3737

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

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

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps github/gh-aw from 0.45.4 to 0.46.0.

Release notes

Sourced from github/gh-aw's releases.

v0.46.0

🌟 Release Highlights

This release focuses on security hardening and workflow discoverability, with critical injection attack protection and smarter secret management.

🔒 Security Improvements

  • Injection attack prevention - Numeric context variables in activation are now validated to prevent sophisticated injection attacks that could exploit numeric-to-string coercion (#16515). This hardens workflows against malicious input in issue numbers, PR numbers, and other numeric GitHub context fields.

✨ What's New

  • Smart secret detection - gh aw secrets bootstrap now automatically analyzes your workflows to determine which secrets are actually required, eliminating guesswork and reducing setup friction (#16475). Learn more

  • Granular discussion permissions - Safe output tools add-comment and hide-comment now support an optional discussions field, giving you fine-grained control over the discussions:write permission (#16509). Only request discussion access when you need it.

⚡ Performance

  • Faster compilation - Failed action resolutions are now cached per compilation run, significantly reducing compile times for workflows with missing actions (#16506)

🐛 Bug Fixes & Improvements

  • Better title formatting - Workflow titles with prefixes ending in ] or - now have proper spacing, improving readability in the GitHub Actions UI (#16517)

  • Playground UX - Removed the Copy button from the playground editor to streamline the editing experience (#16508)

📚 Documentation

  • Bootstrap discovery docs - Updated documentation reflects the new workflow analysis feature in gh aw secrets bootstrap (#16512)
  • Safe outputs spec - Specification updated to document the new discussions permission control (#16516)

For complete details, see CHANGELOG.

Generated by Release


What's Changed

Full Changelog: github/gh-aw@v0.45.7...v0.46.0

... (truncated)

Commits
  • f88ec26 Validate numeric context variables in activation to prevent injection attacks...
  • c286af9 Add spacing after title prefixes ending with ] or - (#16517)
  • b570272 Update safe outputs spec with discussions field from PR #16509 (#16516)
  • cda7588 chore(deps): bump fast-xml-parser (#16484)
  • 6c2f9f4 Add optional discussions field to control discussions:write permission for ad...
  • 4ac90ee Update documentation for gh aw secrets bootstrap workflow discovery (#16512)
  • 67fe116 Remove Copy button from playground editor (#16508)
  • 3abf128 Cache failed action resolutions per compilation run (#16506)
  • 6df6663 Analyze workflows to determine required secrets in bootstrap (#16475)
  • 5d8900e Enable LLM gateway support for Copilot engine (#16485)
  • 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.45.4 to 0.46.0.
- [Release notes](https://github.com/github/gh-aw/releases)
- [Commits](github/gh-aw@v0.45.4...v0.46.0)

---
updated-dependencies:
- dependency-name: github/gh-aw
  dependency-version: 0.46.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 Feb 18, 2026
@roji roji merged commit ee0d48a into main Feb 18, 2026
12 checks passed
@roji roji deleted the dependabot/github_actions/github/gh-aw-0.46.0 branch February 18, 2026 11:31
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