Bump github/gh-aw from 0.53.3 to 0.53.4 by dependabot[bot] · Pull Request #3771 · npgsql/efcore.pg
Bumps github/gh-aw from 0.53.3 to 0.53.4.
Release notes
Sourced from github/gh-aw's releases.
v0.53.4
🌟 Release Highlights
This patch release delivers a targeted security fix for GHES environments and documentation improvements, keeping the workflow engine running smoothly across all deployment types.
🐛 Bug Fixes & Improvements
- GHES incremental patch fetch authentication fixed — The
push_to_pull_request_branchMCP handler was failing withCannot generate incremental patch: failed to fetchon GitHub Enterprise Server (GHES) becausegenerate_git_patch.cjsrangit fetch originwithout authentication. The fix configures the correcthttp.(serverUrl)/.extraheaderusingGITHUB_TOKENandGITHUB_SERVER_URL(matching the pattern already used indynamic_checkout.cjs), and uses atry/finallyblock to ensure the token is removed from.git/configimmediately after the fetch — preserving the credential isolation security boundary. (#19685)📚 Documentation
- Glossary expanded — New terms added: CentralRepoOps (a MultiRepoOps variant using a single private repo as a control plane), Trigger File (a
.ymlworkflow that separates trigger definitions from agentic workflow logic), workflow_call (trigger type enabling compiled workflows to be invoked by other workflows), and Conclusion Job concurrency documentation. (#19712)🌍 Community Contributions
A huge thank you to the community members who reported issues that were resolved in this release:
@AlexanderWertfor safeoutputs-push_to_pull_request_branch fails on fetch (#18703)
For complete details, see CHANGELOG.
Generated by Release
What's Changed
- [docs] Update glossary - daily scan 2026-03-05 by
@github-actions[bot] in github/gh-aw#19712- [actions] Update GitHub Actions versions - 2026-03-05 by
@github-actions[bot] in github/gh-aw#19707- [fp-enhancer] Improve pkg/cli: use sliceutil.Filter/Map for functional slice operations by
@github-actions[bot] in github/gh-aw#19705- fix: configure git auth for GHES in incremental patch fetch by
@Copilotin github/gh-aw#19685Full Changelog: github/gh-aw@v0.53.3...v0.53.4
Commits
b2d8af7fix: configure git auth for GHES in incremental patch fetch (#19685)79d2b50[fp-enhancer] Improve pkg/cli: use sliceutil.Filter/Map for functional slice ...740f35b[actions] Update GitHub Actions versions - 2026-03-05 (#19707)c325b76[docs] Update glossary - daily scan 2026-03-05 (#19712)- See full diff in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)