Skip to content

Bump the actions group with 3 updates#4823

Merged
timotheeguerin merged 1 commit into
mainfrom
dependabot/github_actions/actions-42b9cd8793
Jul 6, 2026
Merged

Bump the actions group with 3 updates#4823
timotheeguerin merged 1 commit into
mainfrom
dependabot/github_actions/actions-42b9cd8793

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 6, 2026

Copy link
Copy Markdown
Contributor

Bumps the actions group with 3 updates: github/gh-aw-actions/setup, github/gh-aw-actions/setup-cli and github/gh-aw.

Updates github/gh-aw-actions/setup from 0.81.6 to 0.82.2

Release notes

Sourced from github/gh-aw-actions/setup's releases.

v0.82.2

Sync of actions from gh-aw at v0.82.2.

v0.82.1

Sync of actions from gh-aw at v0.82.1.

v0.82.0

Sync of actions from gh-aw at v0.82.0.

Commits

Updates github/gh-aw-actions/setup-cli from 0.81.6 to 0.82.2

Release notes

Sourced from github/gh-aw-actions/setup-cli's releases.

v0.82.2

Sync of actions from gh-aw at v0.82.2.

v0.82.1

Sync of actions from gh-aw at v0.82.1.

v0.82.0

Sync of actions from gh-aw at v0.82.0.

Commits

Updates github/gh-aw from 0.80.9 to 0.81.6

Release notes

Sourced from github/gh-aw's releases.

v0.81.6

🌟 Release Highlights

This release focuses on stability and observability — restoring broken fleet-wide token tracking, hardening CI quality gates, and adding release traceability for merged PRs.

✨ What's New

  • Release PR notifications — A new post-agent release job now automatically comments on every PR included in each release, making it easy to trace which release shipped your changes (#41834).
  • Loop engineering playbook.github/aw/loop.md codifies patterns from autoloop, goal, and crane into a unified reference for building robust agentic loops (#41833).
  • Benchstat regression gate — The CI bench job now compares against a stored baseline using benchstat, preventing silent performance regressions from merging (#41813).

🐛 Bug Fixes & Improvements

  • Restored fleet-wide token usage collectionTokenUsage had been reporting 0 across the entire fleet since June 20 due to two co-conspirating bugs in the conclusion job. Both are fixed, restoring accurate AI credit tracking (#41823).
  • Security: pinned govulncheck to go.mod version — CI vulnerability scans now use the exact version declared in go.mod and produce reproducible SARIF reports. A local make vuln-sarif target is also available (#41815).
  • Hardened BYOK Ollama startup — The daily BYOK Ollama test now gates on explicit model and API readiness before proceeding, eliminating pre-agent failures from incomplete startup (#41838).
  • Stabilized Go Logger Enhancement compile — Fixed exit code 126 caused by unsafe shell glob expansion in the workflow tool allowlist (#41840).
  • Enforced safe output completion in quality workflow — The daily compiler quality workflow now requires an explicit safe output call, preventing silent no-op runs (#41841).

🔧 Internal

  • Refactored 5 extreme function-length hotspots (145–650 lines) in pkg/workflow and pkg/cli into focused, testable units (#41800).
  • SortedKeys sweep and deduplication logic consolidation across the codebase (#41829).

Generated by 🚀 Release · 32.9 AIC · ⊞ 8.3K


What's Changed

Full Changelog: github/gh-aw@v0.81.5...v0.81.6

v0.81.5

🌟 Release Highlights

This release focuses on org-mode maturity, performance optimizations, and sandbox hardening — making gh aw update/upgrade --org more robust and production-ready while delivering meaningful speed improvements across the compiler and validator.

... (truncated)

Commits
  • eed4304 Add .github/aw/loop.md playbook synthesizing loop-engineering patterns from...
  • afff5d5 refactor: SortedKeys sweep, deduplicate dedup logic, redistribute misplaced h...
  • a443203 [aw] Stabilize Go Logger Enhancement compile invocation (#41840)
  • 51a55d8 Harden Daily BYOK Ollama startup path with explicit model/API readiness gatin...
  • 146abd7 Require explicit safe output completion in daily compiler quality workflow (#...
  • 1f7fa00 [community] Update community contributions in README (#41836)
  • bc0a5e4 Apply remaining changes (#41834)
  • b3ffb04 fix(token-usage): restore fleet-wide TokenUsage collection via non-empty copy...
  • 4c5f79c Add benchstat regression gate to CI bench job (#41813)
  • c24a65f fix(security): pin govulncheck to go.mod version in CI, add local SARIF targe...
  • Additional commits viewable 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 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

Bumps the actions group with 3 updates: [github/gh-aw-actions/setup](https://github.com/github/gh-aw-actions), [github/gh-aw-actions/setup-cli](https://github.com/github/gh-aw-actions) and [github/gh-aw](https://github.com/github/gh-aw).


Updates `github/gh-aw-actions/setup` from 0.81.6 to 0.82.2
- [Release notes](https://github.com/github/gh-aw-actions/releases)
- [Changelog](https://github.com/github/gh-aw-actions/blob/main/CHANGELOG.md)
- [Commits](github/gh-aw-actions@ba6380c...3fac1cf)

Updates `github/gh-aw-actions/setup-cli` from 0.81.6 to 0.82.2
- [Release notes](https://github.com/github/gh-aw-actions/releases)
- [Changelog](https://github.com/github/gh-aw-actions/blob/main/CHANGELOG.md)
- [Commits](github/gh-aw-actions@ba6380c...3fac1cf)

Updates `github/gh-aw` from 0.80.9 to 0.81.6
- [Release notes](https://github.com/github/gh-aw/releases)
- [Changelog](https://github.com/github/gh-aw/blob/main/CHANGELOG.md)
- [Commits](github/gh-aw@v0.80.9...v0.81.6)

---
updated-dependencies:
- dependency-name: github/gh-aw-actions/setup
  dependency-version: 0.82.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions
- dependency-name: github/gh-aw-actions/setup-cli
  dependency-version: 0.82.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions
- dependency-name: github/gh-aw
  dependency-version: 0.81.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions
...

Signed-off-by: dependabot[bot] <support@github.com>
@timotheeguerin timotheeguerin enabled auto-merge July 6, 2026 14:14
@github-actions

github-actions Bot commented Jul 6, 2026

Copy link
Copy Markdown
Contributor

⚡ Benchmark Results

⚠️ 19 metric(s) regressed above the +5% threshold:

Metric Baseline Current Change
total 🔴 984.6ms 🔴 1.06s +7.2% 🔴
loader 🟡 297.3ms 🟡 324.7ms +9.2% 🔴
checker 🟡 354.6ms 🟡 379.7ms +7.1% 🔴
 ↳ validation/@azure-tools/typespec-azure-core 🟡 12.3ms 🟡 13.3ms +8.4% 🔴
linter 🟡 209.2ms 🟡 223.7ms +6.9% 🔴
 ↳ linter/@azure-tools/typespec-azure-core/no-header-explode 🔴 25.7ms 🔴 28.1ms +9.2% 🔴
 ↳ linter/@azure-tools/typespec-azure-core/no-query-explode 🔴 26.9ms 🔴 29.4ms +9.3% 🔴
 ↳ linter/@azure-tools/typespec-azure-core/no-response-body 🔴 32.4ms 🔴 34.2ms +5.8% 🔴
 ↳ linter/@azure-tools/typespec-azure-core/response-schema-problem 🔴 31.8ms 🔴 34.0ms +7.1% 🔴
 ↳ linter/@azure-tools/typespec-azure-resource-manager/arm-agent-base-type-child-resources 🔴 20.9ms 🔴 22.9ms +9.6% 🔴
 ↳ linter/@azure-tools/typespec-azure-resource-manager/arm-no-path-casing-conflicts 🟡 16.8ms 🟡 18.4ms +9.4% 🔴
 ↳ linter/@azure-tools/typespec-azure-resource-manager/lro-location-header 🟡 19.0ms 🔴 21.1ms +10.9% 🔴
 ↳ linter/@azure-tools/typespec-azure-resource-manager/no-response-body 🔴 28.9ms 🔴 31.9ms +10.3% 🔴
emit 🔴 5.89s 🔴 6.23s +5.8% 🔴
 ↳ emit/@azure-tools/typespec-autorest 🟢 122.1ms 🟢 128.6ms +5.4% 🔴
 ↳ emit/@azure-tools/typespec-python 🔴 2.19s 🔴 2.32s +6.0% 🔴
 ↳ emit/@typespec/http-client-js 🔴 557.0ms 🔴 585.3ms +5.1% 🔴
 ↳ emit/@typespec/openapi3 🟢 104.8ms 🟢 110.2ms +5.1% 🔴
 ↳ emit/@typespec/openapi3/compute 🟢 91.0ms 🟢 95.5ms +5.0% 🔴
Full details – comparing 3729d35 vs baseline rolling-baseline-8d517e0-d56eaff (rolling baseline (20 main runs))
Metric Baseline Current Change
total 🔴 984.6ms 🔴 1.06s +7.2% 🔴
loader 🟡 297.3ms 🟡 324.7ms +9.2% 🔴
resolver 🟢 39.3ms 🟢 40.5ms +2.9%
checker 🟡 354.6ms 🟡 379.7ms +7.1% 🔴
validation 🟢 83.8ms 🟢 86.5ms +3.3%
 ↳ validation/@azure-tools/typespec-azure-core 🟡 12.3ms 🟡 13.3ms +8.4% 🔴
 ↳ validation/@typespec/http 🟡 15.2ms 🟡 16.2ms +6.6%
 ↳ validation/@typespec/rest 🟢 1.6ms 🟢 1.6ms -1.7%
 ↳ validation/@typespec/versioning 🔴 50.8ms 🔴 51.6ms +1.5%
 ↳ validation/compiler 🟢 3.8ms 🟢 3.9ms +2.6%
linter 🟡 209.2ms 🟡 223.7ms +6.9% 🔴
 ↳ linter/@azure-tools/typespec-azure-core/auth-required 🟢 0.1ms 🟢 0.1ms +8.6%
 ↳ linter/@azure-tools/typespec-azure-core/bad-record-type 🟢 0.6ms 🟢 0.6ms +1.5%
 ↳ linter/@azure-tools/typespec-azure-core/byos 🟢 8.1ms 🟢 8.5ms +4.5%
 ↳ linter/@azure-tools/typespec-azure-core/casing-style 🟢 1.4ms 🟢 1.5ms +3.2%
 ↳ linter/@azure-tools/typespec-azure-core/composition-over-inheritance 🟢 0.2ms 🟢 0.2ms +4.0%
 ↳ linter/@azure-tools/typespec-azure-core/documentation-required 🟢 1.9ms 🟢 2.0ms +3.8%
 ↳ linter/@azure-tools/typespec-azure-core/friendly-name 🟢 1.4ms 🟢 1.4ms +4.0%
 ↳ linter/@azure-tools/typespec-azure-core/key-visibility-required 🟢 0.4ms 🟢 0.4ms +6.4%
 ↳ linter/@azure-tools/typespec-azure-core/known-encoding 🟢 0.5ms 🟢 0.5ms +7.7%
 ↳ linter/@azure-tools/typespec-azure-core/long-running-polling-operation-required 🟢 0.8ms 🟢 0.8ms +2.9%
 ↳ linter/@azure-tools/typespec-azure-core/no-case-mismatch 🟢 0.7ms 🟢 0.7ms +1.0%
 ↳ linter/@azure-tools/typespec-azure-core/no-closed-literal-union 🟢 1.0ms 🟢 1.0ms +0.8%
 ↳ linter/@azure-tools/typespec-azure-core/no-enum 🟢 0.2ms 🟢 0.3ms +5.5%
 ↳ linter/@azure-tools/typespec-azure-core/no-error-status-codes 🟢 0.3ms 🟢 0.3ms +2.9%
 ↳ linter/@azure-tools/typespec-azure-core/no-explicit-routes-resource-ops 🟢 0.2ms 🟢 0.2ms +1.8%
 ↳ linter/@azure-tools/typespec-azure-core/no-format 🟢 0.8ms 🟢 0.8ms +2.7%
 ↳ linter/@azure-tools/typespec-azure-core/no-generic-numeric 🟢 0.8ms 🟢 0.8ms +2.8%
 ↳ linter/@azure-tools/typespec-azure-core/no-header-explode 🔴 25.7ms 🔴 28.1ms +9.2% 🔴
 ↳ linter/@azure-tools/typespec-azure-core/no-legacy-usage 🟢 2.0ms 🟢 2.1ms +8.8%
 ↳ linter/@azure-tools/typespec-azure-core/no-multiple-discriminator 🟢 0.2ms 🟢 0.2ms +9.1%
 ↳ linter/@azure-tools/typespec-azure-core/no-nullable 🟢 0.4ms 🟢 0.4ms +4.2%
 ↳ linter/@azure-tools/typespec-azure-core/no-offsetdatetime 🟢 1.9ms 🟢 2.0ms +6.8%
 ↳ linter/@azure-tools/typespec-azure-core/no-openapi 🟢 2.3ms 🟢 2.3ms +2.3%
 ↳ linter/@azure-tools/typespec-azure-core/no-private-usage 🟢 3.0ms 🟢 3.2ms +7.0%
 ↳ linter/@azure-tools/typespec-azure-core/no-query-explode 🔴 26.9ms 🔴 29.4ms +9.3% 🔴
 ↳ linter/@azure-tools/typespec-azure-core/no-response-body 🔴 32.4ms 🔴 34.2ms +5.8% 🔴
 ↳ linter/@azure-tools/typespec-azure-core/no-rest-library-interfaces 🟢 0.1ms 🟢 0.1ms +7.7%
 ↳ linter/@azure-tools/typespec-azure-core/no-route-parameter-name-mismatch 🟢 7.4ms 🟢 8.1ms +9.4%
 ↳ linter/@azure-tools/typespec-azure-core/no-rpc-path-params 🟢 0.4ms 🟢 0.4ms +5.8%
 ↳ linter/@azure-tools/typespec-azure-core/no-string-discriminator 🟢 0.1ms 🟢 0.1ms +7.5%
 ↳ linter/@azure-tools/typespec-azure-core/no-unknown 🟢 0.3ms 🟢 0.4ms +5.9%
 ↳ linter/@azure-tools/typespec-azure-core/no-unnamed-union 🟢 0.8ms 🟢 0.8ms +1.7%
 ↳ linter/@azure-tools/typespec-azure-core/operation-missing-api-version 🟢 0.4ms 🟢 0.4ms +1.0%
 ↳ linter/@azure-tools/typespec-azure-core/request-body-problem 🟢 0.4ms 🟢 0.5ms +2.1%
 ↳ linter/@azure-tools/typespec-azure-core/require-versioned 🟢 0.1ms 🟢 0.1ms +6.8%
 ↳ linter/@azure-tools/typespec-azure-core/response-schema-problem 🔴 31.8ms 🔴 34.0ms +7.1% 🔴
 ↳ linter/@azure-tools/typespec-azure-core/rpc-operation-request-body 🟢 0.7ms 🟢 0.7ms +8.7%
 ↳ linter/@azure-tools/typespec-azure-core/spread-discriminated-model 🟢 0.5ms 🟢 0.5ms +5.2%
 ↳ linter/@azure-tools/typespec-azure-core/use-standard-names 🟢 7.3ms 🟢 7.9ms +7.6%
 ↳ linter/@azure-tools/typespec-azure-core/use-standard-operations 🟢 0.3ms 🟢 0.3ms +0.2%
 ↳ linter/@azure-tools/typespec-azure-resource-manager/arm-agent-base-type-child-resources 🔴 20.9ms 🔴 22.9ms +9.6% 🔴
 ↳ linter/@azure-tools/typespec-azure-resource-manager/arm-agent-base-type-lifecycle-operations 🟢 0.3ms 🟢 0.2ms -4.2%
 ↳ linter/@azure-tools/typespec-azure-resource-manager/arm-common-types-version 🟡 11.9ms 🟡 12.8ms +8.1%
 ↳ linter/@azure-tools/typespec-azure-resource-manager/arm-custom-resource-no-key 🟢 0.2ms 🟢 0.2ms +10.6%
 ↳ linter/@azure-tools/typespec-azure-resource-manager/arm-custom-resource-usage-discourage 🟢 0.1ms 🟢 0.1ms +10.1%
 ↳ linter/@azure-tools/typespec-azure-resource-manager/arm-delete-operation-response-codes 🟢 5.4ms 🟢 4.6ms -14.6%
 ↳ linter/@azure-tools/typespec-azure-resource-manager/arm-no-path-casing-conflicts 🟡 16.8ms 🟡 18.4ms +9.4% 🔴
 ↳ linter/@azure-tools/typespec-azure-resource-manager/arm-no-record 🟢 0.6ms 🟢 0.6ms +4.3%
 ↳ linter/@azure-tools/typespec-azure-resource-manager/arm-post-operation-response-codes 🟢 1.4ms 🟢 1.5ms +9.3%
 ↳ linter/@azure-tools/typespec-azure-resource-manager/arm-put-operation-response-codes 🟢 0.2ms 🟢 0.2ms -3.9%
 ↳ linter/@azure-tools/typespec-azure-resource-manager/arm-resource-action-no-segment 🟢 0.4ms 🟢 0.5ms +9.5%
 ↳ linter/@azure-tools/typespec-azure-resource-manager/arm-resource-duplicate-property 🟢 0.4ms 🟢 0.4ms +7.2%
 ↳ linter/@azure-tools/typespec-azure-resource-manager/arm-resource-interface-requires-decorator 🟢 0.1ms 🟢 0.1ms +6.3%
 ↳ linter/@azure-tools/typespec-azure-resource-manager/arm-resource-invalid-action-verb 🟢 0.2ms 🟢 0.2ms +6.4%
 ↳ linter/@azure-tools/typespec-azure-resource-manager/arm-resource-invalid-envelope-property 🟢 0.3ms 🟢 0.3ms +10.0%
 ↳ linter/@azure-tools/typespec-azure-resource-manager/arm-resource-invalid-version-format 🟢 0.2ms 🟢 0.2ms +1.0%
 ↳ linter/@azure-tools/typespec-azure-resource-manager/arm-resource-key-invalid-chars 🟢 0.5ms 🟢 0.5ms +12.3%
 ↳ linter/@azure-tools/typespec-azure-resource-manager/arm-resource-name-pattern 🟢 0.1ms 🟢 0.1ms +7.3%
 ↳ linter/@azure-tools/typespec-azure-resource-manager/arm-resource-operation 🟢 0.5ms 🟢 0.6ms +11.0%
 ↳ linter/@azure-tools/typespec-azure-resource-manager/arm-resource-operation-response 🟢 8.7ms 🟢 9.4ms +8.6%
 ↳ linter/@azure-tools/typespec-azure-resource-manager/arm-resource-patch 🟢 0.8ms 🟢 0.8ms +3.3%
 ↳ linter/@azure-tools/typespec-azure-resource-manager/arm-resource-path-segment-invalid-chars 🟢 0.4ms 🟢 0.4ms +5.9%
 ↳ linter/@azure-tools/typespec-azure-resource-manager/arm-resource-provisioning-state 🟢 0.4ms 🟢 0.4ms +5.5%
 ↳ linter/@azure-tools/typespec-azure-resource-manager/beyond-nesting-levels 🟢 0.2ms 🟢 0.2ms +9.6%
 ↳ linter/@azure-tools/typespec-azure-resource-manager/empty-updateable-properties 🟢 0.4ms 🟢 0.4ms +9.8%
 ↳ linter/@azure-tools/typespec-azure-resource-manager/improper-subscription-list-operation 🟢 0.1ms 🟢 0.1ms +5.3%
 ↳ linter/@azure-tools/typespec-azure-resource-manager/lro-location-header 🟡 19.0ms 🔴 21.1ms +10.9% 🔴
 ↳ linter/@azure-tools/typespec-azure-resource-manager/missing-operations-endpoint 🟢 0.1ms 🟢 0.2ms +10.1%
 ↳ linter/@azure-tools/typespec-azure-resource-manager/missing-x-ms-identifiers 🟢 1.0ms 🟢 1.0ms +3.4%
 ↳ linter/@azure-tools/typespec-azure-resource-manager/no-empty-model 🟢 0.3ms 🟢 0.3ms +11.6%
 ↳ linter/@azure-tools/typespec-azure-resource-manager/no-override-props 🟢 0.3ms 🟢 0.3ms +5.5%
 ↳ linter/@azure-tools/typespec-azure-resource-manager/no-resource-delete-operation 🟢 0.4ms 🟢 0.5ms +9.7%
 ↳ linter/@azure-tools/typespec-azure-resource-manager/no-response-body 🔴 28.9ms 🔴 31.9ms +10.3% 🔴
 ↳ linter/@azure-tools/typespec-azure-resource-manager/patch-envelope 🟢 0.4ms 🟢 0.4ms +8.2%
 ↳ linter/@azure-tools/typespec-azure-resource-manager/resource-name 🟢 0.4ms 🟢 0.5ms +6.1%
 ↳ linter/@azure-tools/typespec-azure-resource-manager/secret-prop 🟢 5.3ms 🟢 5.5ms +4.1%
 ↳ linter/@azure-tools/typespec-azure-resource-manager/unsupported-type 🟢 0.7ms 🟢 0.7ms +4.6%
 ↳ linter/@azure-tools/typespec-azure-resource-manager/version-progression 🟢 0.3ms 🟢 0.3ms +2.4%
 ↳ linter/@azure-tools/typespec-client-generator-core/property-name-conflict 🟢 2.2ms 🟢 2.4ms +5.5%
 ↳ linter/@azure-tools/typespec-client-generator-core/require-client-suffix 🟢 1.6ms 🟢 1.7ms +4.6%
emit 🔴 5.89s 🔴 6.23s +5.8% 🔴
 ↳ emit/@Azure-Tools 🟢 0.0ms 🟢 0.0ms +0.0%
 ↳ emit/@azure-tools/typespec-autorest 🟢 122.1ms 🟢 128.6ms +5.4% 🔴
 ↳ emit/@azure-tools/typespec-python 🔴 2.19s 🔴 2.32s +6.0% 🔴
 ↳ emit/@typespec 🟢 0.0ms 🟢 0.0ms +0.0%
 ↳ emit/@typespec/http-client-js 🔴 557.0ms 🔴 585.3ms +5.1% 🔴
 ↳ emit/@typespec/openapi3 🟢 104.8ms 🟢 110.2ms +5.1% 🔴
 ↳ emit/@typespec/openapi3/compute 🟢 91.0ms 🟢 95.5ms +5.0% 🔴
 ↳ emit/@typespec/openapi3/write 🟢 13.6ms 🟢 14.4ms +5.7%

Averaged across 3 specs (azure-arm-resource-manager, azure-core-dataplane, azure-full).
Threshold: changes > ±5% are highlighted.
🟢 Fast · 🟡 Moderate (stages >200ms, rules >10ms) · 🔴 Slow (stages >400ms, rules >20ms)

@timotheeguerin timotheeguerin added this pull request to the merge queue Jul 6, 2026
Merged via the queue into main with commit d4ac4a6 Jul 6, 2026
27 of 28 checks passed
@timotheeguerin timotheeguerin deleted the dependabot/github_actions/actions-42b9cd8793 branch July 6, 2026 14:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant