Skip to content

Commit a16a6ea

Browse files
Bump github/gh-aw from 0.74.4 to 0.74.8 in the actions group (#4492)
Bumps the actions group with 1 update: [github/gh-aw](https://github.com/github/gh-aw). Updates `github/gh-aw` from 0.74.4 to 0.74.8 <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.8</h2> <h2>🌟 Release Highlights</h2> <p>This release strengthens reliability, developer experience, and observability with daily automated reviews, improved error messages, and enhanced telemetry instrumentation.</p> <h3>✨ What's New</h3> <p><strong>🔍 Daily Reliability Review</strong> — A new scheduled workflow automatically detects and reports gh-aw reliability issues using Sentry observability data, querying for failures, timeouts, cancellations, and token truncations. The workflow creates prioritized findings with actionable recommendations, helping maintainers catch issues early. (<a href="https://redirect.github.com/github/gh-aw/pull/33493">#33493</a>)</p> <p><strong>💡 Fuzzy &quot;Did You Mean?&quot; Suggestions</strong> — Validation errors now include helpful suggestions when you mistype engine names, events, permissions, or MCP types (e.g., <code>invalid engine: copiliot</code> → <code>Did you mean: copilot?</code>). The feature uses Levenshtein distance matching to catch common typos during compilation. (<a href="https://redirect.github.com/github/gh-aw/pull/33467">#33467</a>)</p> <p><strong>📍 File/Line Context in Validation Errors</strong> — Validation errors now show <code>file:line:col:</code> positioning so IDE tooling can jump directly to the problematic field, eliminating manual searches through workflow files. (<a href="https://redirect.github.com/github/gh-aw/pull/33466">#33466</a>)</p> <p><strong>💭 Reasoning Message Rendering</strong> — Reasoning content (Claude extended thinking blocks, Codex <code>thinking</code> sections, Copilot <code>reasoning_text</code>) now renders with a distinct <code>◯</code> open circle icon and italic styling, making agent thought processes visible and distinguishable from regular output. (<a href="https://redirect.github.com/github/gh-aw/pull/33464">#33464</a>)</p> <h3>🐛 Bug Fixes &amp; Improvements</h3> <p><strong>Telemetry Instrumentation</strong> — Fixed four critical OTLP gaps: <code>service.version</code> fallback to <code>GITHUB_SHA</code>, <code>gen_ai.response.finish_reasons</code> always emitted, timeouts distinguished from failures, and <code>gen_ai.usage.total_tokens</code> now tracked. (<a href="https://redirect.github.com/github/gh-aw/pull/33528">#33528</a>, <a href="https://redirect.github.com/github/gh-aw/pull/33510">#33510</a>)</p> <p><strong>Network Access</strong> — Added <code>patch-diff.githubusercontent.com</code> to the GitHub domain ecosystem, allowing workflows using <code>network.allowed: [github]</code> to fetch PR diffs without blocking. (<a href="https://redirect.github.com/github/gh-aw/pull/33543">#33543</a>)</p> <p><strong>Linter Improvements</strong> — Enhanced analyzer ergonomics with <code>ctxbackground</code> autofix, consistent test-file handling, and range-based diagnostics for better IDE integration. (<a href="https://redirect.github.com/github/gh-aw/pull/33541">#33541</a>)</p> <p><strong>Code Quality</strong> — Resolved 12 lint violations including functions exceeding parameter limits (refactored to options structs), <code>context.Background()</code> calls in functions already receiving <code>ctx</code>, and <code>os.Exit()</code> calls in library packages. (<a href="https://redirect.github.com/github/gh-aw/pull/33452">#33452</a>)</p> <h3>📚 Documentation</h3> <p><strong>Developer Specifications</strong> — Consolidated developer documentation with 7 tone fixes across 4 spec files, removing marketing language and subjective phrasing. (<a href="https://redirect.github.com/github/gh-aw/pull/33566">#33566</a>)</p> <p><strong>Reference Updates</strong> — Added Gemini 3.5 Flash model configuration, documented footer-install template behavior, and specified JSON workflow field mapping for Copilot automation API imports. (<a href="https://redirect.github.com/github/gh-aw/pull/33522">#33522</a>)</p> <p><strong>Glossary Expansion</strong> — Daily glossary scan added terms for <code>tools.github.allowed-repos</code>, repository access restrictions, and other workflow configuration options. (<a href="https://redirect.github.com/github/gh-aw/pull/33519">#33519</a>)</p> <h3>🔧 Internal</h3> <p><strong>MCP Refactoring</strong> — Extracted duplicated MCP wrapper logic into <code>renderDefaultJSONMCPConfig</code> helper, eliminating 10-12 line code blocks across four JSON engines. (<a href="https://redirect.github.com/github/gh-aw/pull/33482">#33482</a>)</p> <p><strong>Chaos Testing</strong> — Updated Chaos PR Bundle Fuzzer to allow modifications to <code>tests/chaos/**</code> in safe-output PR creation. (<a href="https://redirect.github.com/github/gh-aw/pull/33553">#33553</a>)</p> <p><strong>Workflow Cleanup</strong> — Removed centralized <code>pull_request_reviewer</code> dispatching from <code>agentic_commands.yml</code>, simplifying workflow routing. (<a href="https://redirect.github.com/github/gh-aw/pull/33542">#33542</a>)</p> <hr /> <p>For complete details, see <a href="https://github.com/github/gh-aw/blob/main/CHANGELOG.md">CHANGELOG</a>.</p> <blockquote> <p>Generated by <a href="https://github.com/github/gh-aw/actions/runs/26175842306">🚀 Release</a> · ● 3.9M</p> </blockquote> <!-- raw HTML omitted --> <hr /> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/github/gh-aw/commit/0feed75a980b06f247abbbf80127f8eb2c19e2c5"><code>0feed75</code></a> recompile</li> <li><a href="https://github.com/github/gh-aw/commit/53cf33ab9637039e269c2765f0827a2f59b8605a"><code>53cf33a</code></a> Agent of the Day – May 20, 2026 (<a href="https://redirect.github.com/github/gh-aw/issues/33568">#33568</a>)</li> <li><a href="https://github.com/github/gh-aw/commit/588bab408062c0326b3050df83399390cbd61ab4"><code>588bab4</code></a> Merge branch 'main' of <a href="https://github.com/github/gh-aw">https://github.com/github/gh-aw</a></li> <li><a href="https://github.com/github/gh-aw/commit/9e08d91689990cd892d66c18742a01e6c771136c"><code>9e08d91</code></a> add debug logging to fetch</li> <li><a href="https://github.com/github/gh-aw/commit/f101fa6d2989945dbd4ef852d018f7688b0a51e1"><code>f101fa6</code></a> Update Daily OTel Advisor to use shared Sentry/Grafana OTEL MCP imports (<a href="https://redirect.github.com/github/gh-aw/issues/33570">#33570</a>)</li> <li><a href="https://github.com/github/gh-aw/commit/1e8e75ff49dd24c0f705ff44dd0667df38e0e04d"><code>1e8e75f</code></a> fix syntax error</li> <li><a href="https://github.com/github/gh-aw/commit/7e30a6a6ddb3c838c69ec97222e4ca77de0dfea7"><code>7e30a6a</code></a> feat: fuzzy &quot;Did you mean?&quot; suggestions for engine, event, permission, and MC...</li> <li><a href="https://github.com/github/gh-aw/commit/d374d88083b4969ec9045d0fab3fa2ece9edc38e"><code>d374d88</code></a> [docs] Consolidate dev specs v9.12: fix 7 tone issues across 4 files (<a href="https://redirect.github.com/github/gh-aw/issues/33566">#33566</a>)</li> <li><a href="https://github.com/github/gh-aw/commit/d9293e95ce718b477826d7310e3b39c34daeb1dc"><code>d9293e9</code></a> Allow Chaos PR Bundle Fuzzer to modify <code>tests/chaos/**</code> in safe-output PR cre...</li> <li><a href="https://github.com/github/gh-aw/commit/8c2c89ffa00af3d2988d2fd93a2d4ebcdf03c900"><code>8c2c89f</code></a> Improve linter analyzer ergonomics: ctxbackground autofix, test-file parity, ...</li> <li>Additional commits viewable in <a href="https://github.com/github/gh-aw/compare/v0.74.4...v0.74.8">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github/gh-aw&package-manager=github_actions&previous-version=0.74.4&new-version=0.74.8)](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 4e54173 commit a16a6ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/copilot-setup-steps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ jobs:
1313
- name: Checkout repository
1414
uses: actions/checkout@v6
1515
- name: Install gh-aw extension
16-
uses: github/gh-aw/actions/setup-cli@v0.74.4
16+
uses: github/gh-aw/actions/setup-cli@v0.74.8
1717
with:
1818
version: v0.50.1

0 commit comments

Comments
 (0)