Commit 598b155
authored
Bump github/gh-aw from 0.73.0 to 0.74.4 in the actions group (#4437)
Bumps the actions group with 1 update:
[github/gh-aw](https://github.com/github/gh-aw).
Updates `github/gh-aw` from 0.73.0 to 0.74.4
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/github/gh-aw/releases">github/gh-aw's
releases</a>.</em></p>
<blockquote>
<h2>v0.74.4</h2>
<h2>🌟 Release Highlights</h2>
<p>This release delivers significant improvements to safe-outputs
reliability, submodule checkout support, enhanced agent failure
reporting, stronger security hardening against integer overflow, and a
wave of community-requested fixes across MCP, protected-files,
repo-memory, and lockdown checks.</p>
<h3>✨ What's New</h3>
<ul>
<li><strong>Submodule-safe credential cleanup</strong> — New
<code>checkout.clean-git-credentials</code> option prevents credential
leaks when workflows use submodules, resolving a long-standing issue
with <code>persist-credentials: false</code> in compiled lock files. (<a
href="https://redirect.github.com/github/gh-aw/pull/32819">#32819</a>)</li>
<li><strong>Automatic <code>pull-requests: read</code> permission
inference</strong> — The compiler now infers <code>pull-requests:
read</code> for activation jobs that include Vale pre-steps using
<code>gh pr diff</code>, eliminating a common silent permission gap. (<a
href="https://redirect.github.com/github/gh-aw/pull/32849">#32849</a>)</li>
<li><strong>Larger repo-memory file cap</strong> — Default
<code>MaxFileSize</code> raised from 10 KB to 100 KB, unblocking
analysis of real-world source files. (<a
href="https://redirect.github.com/github/gh-aw/pull/32826">#32826</a>)</li>
<li><strong>Denied-command surfacing in failure reports</strong> — Agent
failure reports now surface denied commands and include improved prompts
for actionable debugging. (<a
href="https://redirect.github.com/github/gh-aw/pull/32759">#32759</a>)</li>
<li><strong><code>ctxbackground</code> linter</strong> — New Go linter
flags <code>context.Background()</code> calls when a <code>ctx</code>
parameter already exists, enforcing consistent context propagation. (<a
href="https://redirect.github.com/github/gh-aw/pull/32865">#32865</a>)</li>
</ul>
<h3>🐛 Bug Fixes & Improvements</h3>
<ul>
<li><strong>Mentions policy respected in
<code>add_comment</code></strong> — Allowed mentions were being escaped
due to a missing config pass-through; now correctly applied. (<a
href="https://redirect.github.com/github/gh-aw/pull/32805">#32805</a>)</li>
<li><strong><code>update_pull_request.update_branch</code> permission
failures non-fatal</strong> — Workflow-permission errors from
branch-update calls are now treated as warnings rather than hard
failures. (<a
href="https://redirect.github.com/github/gh-aw/pull/32900">#32900</a>)</li>
<li><strong>CLI not-found detection unified</strong> — Lowercase
<code>"not found"</code> errors were previously missed;
detection is now case-insensitive and centralized. (<a
href="https://redirect.github.com/github/gh-aw/pull/32888">#32888</a>)</li>
<li><strong>Cache-memory artifact upload path fixed</strong> —
Threat-detection workflows were generating invalid artifact paths;
upload now succeeds reliably. (<a
href="https://redirect.github.com/github/gh-aw/pull/32733">#32733</a>)</li>
<li><strong>Integer overflow guards</strong> — <code>MergeUnique</code>
allocation sizing and the run-step sanitizer are both hardened against
allocation-size overflow (addresses CodeQL finding <a
href="https://redirect.github.com/github/gh-aw/issues/592">#592</a>).
(<a
href="https://redirect.github.com/github/gh-aw/pull/32842">#32842</a>,
<a
href="https://redirect.github.com/github/gh-aw/pull/32841">#32841</a>)</li>
<li><strong><code>create_pull_request</code> chaos fallback</strong> —
Prevents a spurious fallback when the branch already exists. (<a
href="https://redirect.github.com/github/gh-aw/pull/32770">#32770</a>)</li>
</ul>
<h3>📚 Documentation</h3>
<ul>
<li><strong>Multi-engine guidance in README</strong> — Explicit signal
added to help users choose the right engine for their workflow. (<a
href="https://redirect.github.com/github/gh-aw/pull/32889">#32889</a>)</li>
<li><strong>LLM discoverability</strong> — <code>llms.md</code> and
<code>llms-full.txt</code> added for LLM tool configuration and GEO
discoverability. (<a
href="https://redirect.github.com/github/gh-aw/pull/32744">#32744</a>,
<a
href="https://redirect.github.com/github/gh-aw/pull/32867">#32867</a>)</li>
<li><strong>Broken links fixed</strong> — Pattern links in
<code>patterns.md</code> and engine link in <code>engines.md</code>
repaired. (<a
href="https://redirect.github.com/github/gh-aw/pull/32804">#32804</a>,
<a
href="https://redirect.github.com/github/gh-aw/pull/32743">#32743</a>)</li>
</ul>
<h3>🌍 Community Contributions</h3>
<!-- raw HTML omitted -->
<h3><code>@askpaisa</code></h3>
<ul>
<li><a href="https://redirect.github.com/github/gh-aw/issues/29240">Can
GitHub Copilot Agent (Jira integration) use a branch specified in the
Jira issue description?</a> <em>(direct issue)</em></li>
</ul>
<h3><code>@clementbolin</code></h3>
<ul>
<li><a href="https://redirect.github.com/github/gh-aw/issues/28888">MCP
gateway fails on ARC self-hosted runners with dind sidecar —
"Invalid container ID format" + "Docker socket not
found"</a> <em>(direct issue)</em></li>
</ul>
<h3><code>@cogni-ai-ee</code></h3>
<ul>
<li><a
href="https://redirect.github.com/github/gh-aw/issues/32803">docs:
Non-existing patterns</a> <em>(direct issue)</em></li>
<li><a
href="https://redirect.github.com/github/gh-aw/issues/32741">engines.md:
Fix broken link to crush repo</a> <em>(direct issue)</em></li>
</ul>
<h3><code>@corygehr</code></h3>
<ul>
<li><a
href="https://redirect.github.com/github/gh-aw/issues/31577">Feature
request: first-class file attachments in <code>safe-outputs</code>
comments</a> <em>(direct issue)</em></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/github/gh-aw/commit/2c1a237d2048b0e2412e7d7528892ea1257840e2"><code>2c1a237</code></a>
Handle <code>update_pull_request.update_branch</code>
workflow-permission failures as no...</li>
<li><a
href="https://github.com/github/gh-aw/commit/16e873bcaa6baa46a3ecc570699e15aea6d9a9ae"><code>16e873b</code></a>
Add UK AI operational resilience workflow with recent-change triage and
sub-a...</li>
<li><a
href="https://github.com/github/gh-aw/commit/95dca684f0da83a26d68e7ba16da7e36599165e6"><code>95dca68</code></a>
Add <code>checkout.clean-git-credentials</code> to support
submodule-safe checkout crede...</li>
<li><a
href="https://github.com/github/gh-aw/commit/4600ad8b67504d6a32ce6aa29ab5a411f455bfbd"><code>4600ad8</code></a>
Centralize default HTTP client timeout in <code>pkg/constants</code> and
remove duplicat...</li>
<li><a
href="https://github.com/github/gh-aw/commit/f6afa1a85841248ed7764958cf2cafbeb059ff15"><code>f6afa1a</code></a>
Remove duplicate gh CLI install step in deep-report workflow (<a
href="https://redirect.github.com/github/gh-aw/issues/32894">#32894</a>)</li>
<li><a
href="https://github.com/github/gh-aw/commit/7dacb994b94e8ff013deb87159ff494f5f9602ae"><code>7dacb99</code></a>
Consolidate CLI not-found detection and fix lowercase “not found” miss
(<a
href="https://redirect.github.com/github/gh-aw/issues/32888">#32888</a>)</li>
<li><a
href="https://github.com/github/gh-aw/commit/15584a3acb27e44bed8d788e86ed39ace3e50eed"><code>15584a3</code></a>
docs: add explicit multi-engine signal in README and make engine
guidance nee...</li>
<li><a
href="https://github.com/github/gh-aw/commit/d2866a669646d904cb2232dc3ad4dabfe96ecdbe"><code>d2866a6</code></a>
feat: infer gh CLI permissions for activation job pre-steps (<a
href="https://redirect.github.com/github/gh-aw/issues/32849">#32849</a>)</li>
<li><a
href="https://github.com/github/gh-aw/commit/1bd3ac70a19fd62d42df9c8fe6519ac973a6fd64"><code>1bd3ac7</code></a>
Improve sanitize test assertions in pkg/stringutil/sanitize_test.go (<a
href="https://redirect.github.com/github/gh-aw/issues/32872">#32872</a>)</li>
<li><a
href="https://github.com/github/gh-aw/commit/9205d55809a19be1dcb625fdb7f28958398d5af2"><code>9205d55</code></a>
Expose and advertise <code>llms-full.txt</code> for docs GEO
discoverability (<a
href="https://redirect.github.com/github/gh-aw/issues/32867">#32867</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/github/gh-aw/compare/v0.73.0...v0.74.4">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
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-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
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 <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions
</details>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 213d2b2 commit 598b155
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
0 commit comments