Skip to content

Commit 92ba311

Browse files
Bump github/gh-aw from 0.68.1 to 0.68.3 in the github-actions group (openvinotoolkit#3713)
Bumps the github-actions group with 1 update: [github/gh-aw](https://github.com/github/gh-aw). Updates `github/gh-aw` from 0.68.1 to 0.68.3 <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.68.3</h2> <h2>🌟 Release Highlights</h2> <p>This release delivers a major overhaul of <code>push_signed_commits.cjs</code> for edge-case reliability, significant improvements to shared workflow imports, smarter AI model error handling, and a wave of community-driven fixes.</p> <h3>✨ What's New</h3> <ul> <li><strong>Model-not-supported detection</strong> — When a model is unavailable or not supported by your Copilot plan, the workflow now stops retrying and surfaces a clear, actionable error in the failure report rather than spinning indefinitely. (<a href="https://redirect.github.com/github/gh-aw/pull/26229">#26229</a>)</li> <li><strong><code>checkout</code> field in shared imports</strong> — Shared importable workflows now support a <code>checkout</code> field, giving you control over which ref is checked out when importing a shared workflow. (<a href="https://redirect.github.com/github/gh-aw/pull/26292">#26292</a>)</li> <li><strong><code>env</code> field in shared imports</strong> — You can now pass environment variables via <code>env:</code> in shared import blocks, eliminating the need for workarounds when shared workflows require custom env context. (<a href="https://redirect.github.com/github/gh-aw/pull/26113">#26113</a>)</li> <li><strong>Time Between Turns (TBT) metric</strong> — <code>gh aw audit</code> and <code>gh aw logs</code> now report Time Between Turns, a key indicator of whether LLM prompt caching is effective for your workflows. (<a href="https://redirect.github.com/github/gh-aw/pull/26321">#26321</a>)</li> <li><strong>OTEL token breakdown</strong> — Conclusion spans now include token category breakdowns as attributes, enabling richer cost analysis in your observability dashboards. (<a href="https://redirect.github.com/github/gh-aw/pull/26121">#26121</a>)</li> <li><strong>API consumption charts as inline images</strong> — API consumption reports now render charts as inline Markdown images for instant visibility without requiring external image hosting. (<a href="https://redirect.github.com/github/gh-aw/pull/26150">#26150</a>)</li> </ul> <h3>🐛 Bug Fixes &amp; Improvements</h3> <p><strong><code>push_signed_commits.cjs</code> — five targeted fixes:</strong></p> <ul> <li>File content is now read from commit objects (not the working tree), preventing stale-file bugs in agent-driven commits. (<a href="https://redirect.github.com/github/gh-aw/pull/26287">#26287</a>)</li> <li>Copy/rename detection and C-quoted filenames are now handled correctly. (<a href="https://redirect.github.com/github/gh-aw/pull/26277">#26277</a>)</li> <li>Non-100644 file modes (executables, symlinks) are detected and handled gracefully. (<a href="https://redirect.github.com/github/gh-aw/pull/26259">#26259</a>)</li> <li>Commit ordering uses <code>--topo-order</code> and merge commits are handled with a <code>git push</code> fallback. (<a href="https://redirect.github.com/github/gh-aw/pull/26306">#26306</a>)</li> <li>Submodule entries now fall back to a plain <code>git push</code> instead of erroring. (<a href="https://redirect.github.com/github/gh-aw/pull/26298">#26298</a>)</li> </ul> <p><strong>Other notable fixes:</strong></p> <ul> <li><strong><code>on.github-token</code> propagated to activation job</strong> — Cross-org <code>workflow_call</code> setups no longer fail because the GitHub token was missing from checkout and hash-check steps. (<a href="https://redirect.github.com/github/gh-aw/pull/26137">#26137</a>)</li> <li><strong><code>copilot-driver --resume</code> auth recovery</strong> — Authentication failures during <code>--continue</code>/<code>--resume</code> are now handled instead of crashing the driver. (<a href="https://redirect.github.com/github/gh-aw/pull/26146">#26146</a>)</li> <li><strong><code>add_comment</code> gains <code>reply_to_id</code></strong> — The <code>reply_to_id</code> parameter is now documented in the MCP tool schema so agents reliably pass it when threading replies. (<a href="https://redirect.github.com/github/gh-aw/pull/26288">#26288</a>)</li> <li><strong><code>safe-outputs.actions</code> tools exposed</strong> — Custom action tools defined in <code>safe-outputs.actions</code> are now included in the agent's MCP toolset. (<a href="https://redirect.github.com/github/gh-aw/pull/26291">#26291</a>)</li> <li><strong><code>engine.max-turns</code> preserved through shared imports</strong> — The <code>max-turns</code> setting no longer silently drops when the engine config is sourced from a shared import. (<a href="https://redirect.github.com/github/gh-aw/pull/26122">#26122</a>)</li> <li><strong>Docker no longer required for <code>gh aw compile --validate</code></strong> — Validation now skips Docker image checks when Docker is unavailable; opt in with <code>--validate-images</code> when needed. (<a href="https://redirect.github.com/github/gh-aw/pull/26074">#26074</a>)</li> <li><strong><code>GH_HOST</code> env var used for GH CLI calls</strong> — <code>gh repo view</code> and <code>gh pr create</code> now respect <code>GH_HOST</code>, fixing failures in GHES and cross-org contexts. (<a href="https://redirect.github.com/github/gh-aw/pull/26311">#26311</a>)</li> <li><strong><code>resolveIssueNumber</code> strips stray quotes</strong> — Item numbers wrapped in quotes no longer cause resolution failures. (<a href="https://redirect.github.com/github/gh-aw/pull/26114">#26114</a>)</li> <li><strong><code>--safe-update</code> renamed to <code>--approve</code></strong> — The flag name now more clearly conveys its intent. (<a href="https://redirect.github.com/github/gh-aw/pull/26160">#26160</a>)</li> </ul> <h3>📚 Documentation</h3> <ul> <li>Gemini AI engine added to the <a href="https://github.github.com/gh-aw/introduction/how-they-work/">introduction/how-they-work guide</a>. (<a href="https://redirect.github.com/github/gh-aw/pull/26147">#26147</a>)</li> <li><code>github-app</code> documented as a top-level Allowed Import Field in the imports reference. (<a href="https://redirect.github.com/github/gh-aw/pull/26119">#26119</a>)</li> <li>New <code>working-directory</code> navigation example in the side-repo-ops pattern. (<a href="https://redirect.github.com/github/gh-aw/pull/26123">#26123</a>)</li> <li>Comprehensive new guide: <a href="https://github.github.com/gh-aw/">Maintaining repos with agentic workflows at scale</a>. (<a href="https://redirect.github.com/github/gh-aw/pull/26073">#26073</a>)</li> </ul> <h3>🌍 Community Contributions</h3> <!-- raw HTML omitted --> <h3><code>@arthurfvives</code></h3> <ul> <li><a href="https://redirect.github.com/github/gh-aw/issues/26223">Feature: Auto-detect available models or gracefully fallback on 400 errors (Copilot Pro/Education)</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/ce1794953e0ec42adc41b6fca05e02ab49ee21c3"><code>ce17949</code></a> fix: use GH_HOST env var instead of --hostname flag for gh repo view and gh p...</li> <li><a href="https://github.com/github/gh-aw/commit/c25673e72856f5d65028a1c72c97c999af836359"><code>c25673e</code></a> fix: --topo-order and merge commit fallback in push_signed_commits.cjs (<a href="https://redirect.github.com/github/gh-aw/issues/26306">#26306</a>)</li> <li><a href="https://github.com/github/gh-aw/commit/d37c7c6228366b92bc7c18977de1e0751f3b78ae"><code>d37c7c6</code></a> fix(USE-001): add standardized ERR_* error codes to two non-conformant handle...</li> <li><a href="https://github.com/github/gh-aw/commit/99394785c0b3de395c8a97ca5e90f5d194ad7ad9"><code>9939478</code></a> fix(USE-003): emit staged mode preview summary in upload_artifact handler (<a href="https://redirect.github.com/github/gh-aw/issues/2">#2</a>...</li> <li><a href="https://github.com/github/gh-aw/commit/b8e0b8a023f3bd596388aed2003e4ff8fcc807a9"><code>b8e0b8a</code></a> fix: expose safe-outputs.actions custom action tools to agent MCP toolset (<a href="https://redirect.github.com/github/gh-aw/issues/2">#2</a>...</li> <li><a href="https://github.com/github/gh-aw/commit/549223d6fa6bf9e367726078f1de6f05d37790a4"><code>549223d</code></a> feat: support checkout field in importable shared workflows (<a href="https://redirect.github.com/github/gh-aw/issues/26292">#26292</a>)</li> <li><a href="https://github.com/github/gh-aw/commit/ace4abb4e83828fd5bce831da2b09f5847781032"><code>ace4abb</code></a> Split <code>frontmatter_types.go</code> into types, parsing, and serialization files (<a href="https://redirect.github.com/github/gh-aw/issues/2">#2</a>...</li> <li><a href="https://github.com/github/gh-aw/commit/b048b082dddfc0f273cdba379697ab9f0c5f97bf"><code>b048b08</code></a> Split <code>gateway_logs.go</code> into concern-aligned files (<a href="https://redirect.github.com/github/gh-aw/issues/26296">#26296</a>)</li> <li><a href="https://github.com/github/gh-aw/commit/a12b1472fe6f655e981239b1a8caf0597accc7e1"><code>a12b147</code></a> refactor: split audit_report_render.go into domain-specific files (<a href="https://redirect.github.com/github/gh-aw/issues/26304">#26304</a>)</li> <li><a href="https://github.com/github/gh-aw/commit/f109ff09db1901f4db50b1f5283484f69323584a"><code>f109ff0</code></a> Handle submodule entries in push_signed_commits by falling back to git push (...</li> <li>Additional commits viewable in <a href="https://github.com/github/gh-aw/compare/v0.68.1...v0.68.3">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.68.1&new-version=0.68.3)](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 5da3eb6 commit 92ba311

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/ci-doctor.lock.yml

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ jobs:
2121
- name: Checkout repository
2222
uses: actions/checkout@v4
2323
- name: Install gh-aw extension
24-
uses: github/gh-aw/actions/setup-cli@v0.68.1
24+
uses: github/gh-aw/actions/setup-cli@v0.68.3
2525
with:
2626
version: v0.58.3

0 commit comments

Comments
 (0)