Skip to content

chore(deps): update github/gh-aw action to v0.83.4 - #369

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/github-gh-aw-0.x
Open

chore(deps): update github/gh-aw action to v0.83.4#369
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/github-gh-aw-0.x

Conversation

@renovate

@renovate renovate Bot commented Apr 10, 2026

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Type Update Change
github/gh-aw action minor v0.67.1v0.83.4

Release Notes

github/gh-aw (github/gh-aw)

v0.83.4

Compare Source

🌟 Release Highlights

This release brings significant security hardening, new authentication options, expanded model support, and important workflow reliability fixes across the gh-aw platform.

✨ What's New
  • Google Vertex AI Workload Identity Federation — Authenticate to Google AI via Workload Identity Federation, eliminating the need for long-lived service account keys in Gemini-powered workflows. (#​48185)
  • Safe-output field aliases — New field aliases enable precise agent mistake detection, making it easier to catch and surface incorrect safe-output usage patterns. (#​48230)
  • Copilot BYOK frontmatter options — Expose extraHeaders, extraBodyFields, and sessionId in workflow frontmatter for bring-your-own-key Copilot SDK integrations. (#​48096)
  • stringsindexhasprefix Go linter — New analyzer detects strings.Index(...) == 0 patterns that should use strings.HasPrefix. (#​48049)
  • PolicyCompiler.Compile + attribution compliance tests — Formal intent-based policy compilation with a full attribution compliance test suite. (#​48036)
  • Model inventory update — Added claude-opus-5 to pricing catalogs and kept all model mirrors in sync. (#​48294, #​48279, #​48303)
  • AWF & MCP Gateway bumped — Default AWF v0.27.42 / MCP Gateway v0.4.6 with refreshed pinned artifacts. (#​48236)
🐛 Bug Fixes & Improvements
  • Secret argv exposure mitigated — Hardened remote include write boundaries to prevent accidental secret leakage via process arguments. (#​48318)
  • dispatch_workflow backward compatibility restored — Single-target dispatch safe outputs work again after the multi-target refactor. (#​48317)
  • add-wizard bootstrap ordering fixed — Pre-install bootstrap steps now run before engine selection, and call-workflow worker loading is properly initialized. (#​48282, #​48301)
  • MCP CLI stdin mode corrected — Per-field stdin mode now correctly extracts the target JSON field value instead of passing the raw JSON string. (#​48100)
  • GH_AW_INPUT_* forwarded to MCP container — Dynamic safe-outputs configuration now reaches the MCP container environment as intended. (#​48099)
  • label_command activation guard preserved — Custom if: conditions in frontmatter no longer clobber the built-in activation guard. (#​48105)
  • HTTPS angle-bracket autolinks preserved — Safe-output sanitization no longer strips valid (redacted) autolinks. (#​48169)
  • Playwright CI sandbox flag — Chromium sandbox disabled for playwright-cli mode in CI containers, fixing test failures in rootless environments. (#​48102)
  • Deduplication rate-limit guard fixed — The deduplicate-by-title guard was always skipping due to a wrong bucket threshold comparison. (#​48092)
  • CI reliability — Resolved empty-SHA cache entries, stale action pins, and P0 CI failures. (#​48291)
  • Goroutine lifecycle bounded — Added join handle for StartDockerImageDownload to prevent goroutine leaks. (#​47974)
  • PR diff prefetch caching — Reduced redundant PR diff/file-list API reads with head-SHA-aware caching in top review workflows. (#​47997)
  • Repo-memory patch-size cap raised — Prevents Agent Performance Analyzer push failures on large diffs. (#​48012, #​48106)
📚 Documentation
  • Added release workflow pattern instructions and strengthened compliance trigger guidance with non-technical persona examples.
  • Consolidated developer specifications into a single instructions file (v9.22).
  • Added GEO-compliant AI discovery endpoints to the docs site.
  • Unbloated the artifacts and templating reference pages for easier scanning.

Generated by 🚀 Release · sonnet46 · 26 AIC · ⊞ 7.9K


What's Changed

Full Changelog: github/gh-aw@v0.83.3...v0.83.4

v0.83.3

Compare Source

🌟 Release Highlights

This release delivers significant security hardening, expanded linter coverage, improved tooling reliability, and key fixes across the compilation and evaluation pipeline.

✨ What's New
  • Daily GitHub Docs SEO Optimizer — A new automated workflow (daily-github-docs-seo-optimizer) now continuously scans and improves documentation SEO, keeping content discoverable without manual intervention. (#​47975)
  • Docker Image Update Monitoring — The cli-version-checker workflow now monitors Docker image updates, ensuring container dependencies stay current. (#​47980)
  • GitHub MCP Server v1.7.0 — Updated the default GitHub MCP server to v1.7.0, bringing the latest MCP tool improvements to all workflows. (#​47923)
  • stringsconcatloop Linter — New Go linter detects inefficient string += concatenation inside loops, guiding developers toward strings.Builder for better performance. (#​47894)
  • Agentic Workflows Skill Enhancement — Unified design/create workflow task and added a dedicated optimize task, making the skill more actionable for common authoring scenarios. (#​47890)
🔒 Security Fixes
  • Git Argument Injection (VULN-001) — Fixed a git argument injection vulnerability via unvalidated ref/path values in remote import fallbacks. Prevents potential command injection through crafted ref names. (#​47957)
  • GraphQL Injection Fix — Resolved GraphQL injection in getOwnerNodeId (code scanning alerts #​651 and #​652). (#​47952)
  • Firewall Container Digest Refresh — Refreshed gh-aw-firewall v0.27.41 container digest pins following a Go stdlib CVE rebuild. (#​47838)
  • Post-update SHA Integrity Validation — Added SHA integrity checks for actions-lock entries after updates, preventing supply-chain tampering. (#​47959)
🐛 Bug Fixes & Improvements
  • WASM Panic Recovery — Compilation panics in the browser WASM build no longer leave promises unresolved, improving playground reliability. (#​47854)
  • Evals Model Alias ResolutionModelMappings are now propagated into evals WorkflowData, unblocking model alias resolution in evaluation runs. (#​47956)
  • require-fetch-try-catch False Positives — Fixed false positives for await fetch inside directly-awaited async callbacks and member-chained calls. (#​47969, #​47963)
  • Goroutine Leak Guards — Added goleak-based leak detection for pkg/cli and pkg/console tests, catching resource leaks early. (#​47865, #​47891)
  • Safe-Output Failure ArtifactsProcess Safe Outputs stdout/stderr are now pre-bundled in failure artifacts, making debugging failed safe-output steps significantly easier. (#​47855)
  • Agentic Failure Issue on Secret Validation — When engine secret validation fails, an agentic failure issue is now created automatically for better observability. (#​47893)
  • Codex Threat-Detection Config Fix — Fixed config.toml incorrectly emitting model_provider under [history]. (#​47832)
  • Duplicate Warning Icon Removed — Cleaned up duplicate warning icon in update output. (#​47981)
📚 Documentation
  • Workflow Recompilation as Critical Invariant — Documentation now explicitly elevates workflow recompilation to a critical invariant. (#​47863)
  • PR Reviewer Workflows Restricted to COMMENT-only — Updated docs to recommend COMMENT-only triggers by default for PR reviewer workflows. (#​47860)
  • Codespaces Instruction Loading Clarified — Improved guidance on raw-content instruction loading in Codespaces with enforced fail-fast on download errors. (#​47825)
🔧 Internal
  • Refactored mcp_setup_generator.go into 5 focused modules. (#​47839)
  • Consolidated import-editing and file-lookup helpers into internal/astutil. (#​47912)
  • Enforced appendoneelement, timenowsub, and stringsjoinone linters in CI. (#​47970)
  • Added CI guard to assert pkg/cli and pkg/console unit tests are executed. (#​47905)

Generated by 🚀 Release · sonnet46 · 27.9 AIC · ⊞ 7.9K


What's Changed

Full Changelog: github/gh-aw@v0.83.2...v0.83.3

v0.83.2

Compare Source

🌟 Release Highlights

This release focuses on security hardening, reliability fixes, and developer tooling improvements — with enhanced shell-injection detection, WIF auth regression fixes, and a smarter gh aw add command.

✨ What's New
  • Smarter gh aw add: Local skill references are now automatically rewritten to fully-qualified specs on gh aw add, reducing configuration drift and making workflows more portable. (#​47690)
  • BYOK Ollama support: Added sandbox.agent.default-ai-credits-pricing to fix HTTP 400 errors when using Bring-Your-Own-Key Ollama engines. (#​47687)
  • Shell-injection linting: The ESLint factory now includes a no-child-process-interpolated-command rule to catch shell-injection command strings at authoring time. (#​47555)
🐛 Bug Fixes & Improvements
  • WIF auth regression restored: Fixes a v0.82.10 regression where WIF auth mapping support was broken for imported engine definitions. (#​47572)
  • ARC/DinD runtime path fix: Deferred runtime setup now always relocates generated Node.js to daemon-visible storage, preventing silent failures on ARC runners. (#​47561)
  • Unnamed checkout steps: Fixed deferred runtime setup for unnamed custom checkout steps. (#​47545)
  • Close-older-issues guard: Prevents close-older-issues from accidentally closing issues created in the same workflow run. (#​47585)
  • CLI consistency: Addressed 14 CLI consistency issues across branding, descriptions, and docs. (#​47592)
  • ESLint variable indirection: Resolved single-level variable indirection in no-exec-interpolated-command. (#​47544)
  • Command execution hardening: Hardened command execution inputs in git, workflow, and CLI paths. (#​47546)
🔧 Internal
  • Bumped AWF firewall to v0.27.41 and MCP gateway to v0.4.5
  • Replaced gh CLI calls with native go-gh REST clients for release and ref lookups
  • Added debug logging to defer-safety linters
  • Removed 5 dead functions
📚 Documentation
  • Streamlined the orchestration pattern guide for clarity
  • Self-healing documentation fixes from automated issue analysis
  • Improved spec–implementation alignment across 6 package READMEs

Generated by 🚀 Release · sonnet46 · 14.6 AIC · ⊞ 7.9K


What's Changed

Full Changelog: github/gh-aw@v0.83.1...v0.83.2

v0.83.1

Compare Source

🌟 Release Highlights

This release expands the gh aw compile security pipeline with container vulnerability scanning, license auditing, and YAML linting — while delivering a wave of reliability fixes across the compiler, harness, and PR review workflows.

✨ What's New

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@deepsource-io

deepsource-io Bot commented Apr 10, 2026

Copy link
Copy Markdown

DeepSource Code Review

We reviewed changes in a4ccdc8...53b257c on this pull request. Below is the summary for the review, and you can see the individual issues we found as inline review comments.

See full review on DeepSource ↗

PR Report Card

Overall Grade   Security  

Reliability  

Complexity  

Hygiene  

Code Review Summary

Analyzer Status Updated (UTC) Details
Python May 6, 2026 11:42a.m. Review ↗
Secrets May 6, 2026 11:42a.m. Review ↗

Important

AI Review is run only on demand for your team. We're only showing results of static analysis review right now. To trigger AI Review, comment @deepsourcebot review on this thread.

@mergify

mergify Bot commented Apr 10, 2026

Copy link
Copy Markdown
Contributor

Merge Queue Status

  • Entered queue2026-04-10 00:53 UTC · Rule: Github Actions Updates
  • 🚫 Left the queue2026-04-11 00:54 UTC · at 962ccd6975185fe90f9ffcf7f2c85630e810ca44

This pull request spent 1 day 33 seconds in the queue, with no time running CI.

Reason

The pull request #369 has been manually updated

Hint

If you want to requeue this pull request, you can post a @mergifyio queue comment.

@kilo-code-bot

kilo-code-bot Bot commented Apr 10, 2026

Copy link
Copy Markdown

Code Review Summary

Status: No Issues Found | Recommendation: Merge

Overview

Changes are routine version bumps in auto-generated workflow lock files (v0.67.1 → v0.81.5). No functional changes detected. This is a Renovate bot update for GitHub Actions.

Files Reviewed (2 files)
  • .github/workflows/agentics-maintenance.yml
  • .github/workflows/code-simplifier.lock.yml
Previous Review Summaries (6 snapshots, latest commit 3030fd6)

Current summary above is authoritative. Previous snapshots are kept for context only.

Previous review (commit 3030fd6)

Status: No Issues Found | Recommendation: Merge

Overview

Changes are routine version bumps in auto-generated workflow lock files (v0.67.1 → v0.80.9). No functional changes detected. This is a Renovate bot update for GitHub Actions.

Files Reviewed (2 files)
  • .github/workflows/agentics-maintenance.yml
  • .github/workflows/code-simplifier.lock.yml

Previous review (commit f1d3998)

Status: No Issues Found | Recommendation: Merge

Overview

Full diff review (incremental base unavailable due to history rewrite) — changes are routine version bumps in auto-generated workflow lock files (v0.67.1 → v0.80.9). No functional changes detected.

Files Reviewed (2 files)
  • .github/workflows/agentics-maintenance.yml
  • .github/workflows/code-simplifier.lock.yml

Previous review (commit e352849)

Status: No Issues Found | Recommendation: Merge

Overview

Incremental changes since commit 3c9b0f5b5bc6bd47d37bcdaa50f4a6b30ff56d6e are routine version bumps in auto-generated workflow lock files (v0.67.1 → v0.80.5). No functional changes detected.

Files Reviewed (2 files)
  • .github/workflows/agentics-maintenance.yml
  • .github/workflows/code-simplifier.lock.yml

Previous review (commit 3c9b0f5)

Status: No Issues Found | Recommendation: Merge

Overview

Full diff review (incremental history unavailable) - changes are routine version bumps in auto-generated workflow lock files. No functional changes detected.

Files Reviewed (2 files)
  • .github/workflows/agentics-maintenance.yml
  • .github/workflows/code-simplifier.lock.yml

Previous review (commit f04c221)

Status: No Issues Found | Recommendation: Merge

Overview

Incremental changes since previous review (commit 566df554b2b2750fe192348e6e5aea10cca7db9a) are routine version bumps in auto-generated workflow lock files. No functional changes detected.

Files Reviewed (2 files)
  • .github/workflows/agentics-maintenance.yml
  • .github/workflows/code-simplifier.lock.yml

Previous review (commit 566df55)

Status: No Issues Found | Recommendation: Merge

Files Reviewed (2 files)
  • .github/workflows/agentics-maintenance.yml
  • .github/workflows/code-simplifier.lock.yml
EOF

Reviewed by laguna-m.1-20260312:free · Input: 244.4K · Output: 2.3K · Cached: 313.1K

@renovate
renovate Bot force-pushed the renovate/github-gh-aw-0.x branch from 962ccd6 to 12bb3e3 Compare April 11, 2026 00:53
@renovate renovate Bot changed the title chore(deps): update github/gh-aw action to v0.67.4 chore(deps): update github/gh-aw action to v0.68.1 Apr 11, 2026
@mergify

mergify Bot commented Apr 11, 2026

Copy link
Copy Markdown
Contributor

Merge Queue Status

  • Entered queue2026-04-11 00:54 UTC · Rule: Github Actions Updates
  • 🚫 Left the queue2026-04-13 17:52 UTC · at 12bb3e3ff9585ab26910b80c10e5309e29b68450

This pull request spent 2 days 16 hours 57 minutes 39 seconds in the queue, with no time running CI.

Reason

The pull request #369 has been manually updated

Hint

If you want to requeue this pull request, you can post a @mergifyio queue comment.

@renovate
renovate Bot force-pushed the renovate/github-gh-aw-0.x branch from 12bb3e3 to 989e44b Compare April 13, 2026 17:51
@renovate renovate Bot changed the title chore(deps): update github/gh-aw action to v0.68.1 chore(deps): update github/gh-aw action to v0.68.2 Apr 13, 2026
@mergify

mergify Bot commented Apr 13, 2026

Copy link
Copy Markdown
Contributor

Merge Queue Status

  • Entered queue2026-04-13 17:52 UTC · Rule: Github Actions Updates
  • 🚫 Left the queue2026-04-13 20:31 UTC · at 989e44b1b5e600b4c29575debef4592dbf4a301f

This pull request spent 2 hours 39 minutes 5 seconds in the queue, with no time running CI.

Reason

The pull request #369 has been manually updated

Hint

If you want to requeue this pull request, you can post a @mergifyio queue comment.

@renovate
renovate Bot force-pushed the renovate/github-gh-aw-0.x branch from 989e44b to aa3aa42 Compare April 13, 2026 20:30
@renovate renovate Bot changed the title chore(deps): update github/gh-aw action to v0.68.2 chore(deps): update github/gh-aw action to v0.68.1 Apr 13, 2026
@mergify

mergify Bot commented Apr 13, 2026

Copy link
Copy Markdown
Contributor

Merge Queue Status

  • Entered queue2026-04-13 20:32 UTC · Rule: Github Actions Updates
  • 🚫 Left the queue2026-04-15 01:25 UTC · at aa3aa42aa7fe2b49fe23b2ef31a7de0829aec225

This pull request spent 1 day 4 hours 53 minutes 29 seconds in the queue, with no time running CI.

Reason

The pull request #369 has been manually updated

Hint

If you want to requeue this pull request, you can post a @mergifyio queue comment.

@renovate
renovate Bot force-pushed the renovate/github-gh-aw-0.x branch from aa3aa42 to a1b536b Compare April 15, 2026 01:25
@renovate renovate Bot changed the title chore(deps): update github/gh-aw action to v0.68.1 chore(deps): update github/gh-aw action to v0.68.3 Apr 15, 2026
@mergify

mergify Bot commented Jun 27, 2026

Copy link
Copy Markdown
Contributor

Merge Queue Status

This pull request spent 4 hours 52 minutes 3 seconds in the queue, including 50 seconds running CI.

Reason

The pull request #369 has been manually updated

Requeued — the merge queue status continues in this comment ↓.

@mergify

mergify Bot commented Jun 27, 2026

Copy link
Copy Markdown
Contributor

Merge Queue Status

This pull request spent 2 days 11 hours 45 minutes 53 seconds in the queue, including 36 seconds running CI.

Required conditions to merge
  • any of [🛡 GitHub repository ruleset rule main]:
    • check-neutral = @mergify/Mergify Merge Protections
    • check-skipped = @mergify/Mergify Merge Protections
    • check-success = @mergify/Mergify Merge Protections

Reason

The pull request #369 has been manually updated

Requeued — the merge queue status continues in this comment ↓.

@mergify

mergify Bot commented Jun 29, 2026

Copy link
Copy Markdown
Contributor

Merge Queue Status

@mergify

mergify Bot commented Jul 9, 2026

Copy link
Copy Markdown
Contributor

Merge Queue Status

@mergify

mergify Bot commented Jul 12, 2026

Copy link
Copy Markdown
Contributor

Merge Queue Status

@mergify

mergify Bot commented Jul 15, 2026

Copy link
Copy Markdown
Contributor

Merge Queue Status

@mergify

mergify Bot commented Jul 16, 2026

Copy link
Copy Markdown
Contributor

Merge Queue Status

@mergify

mergify Bot commented Jul 25, 2026

Copy link
Copy Markdown
Contributor

Merge Queue Status

This pull request spent 26 days 1 hour 27 minutes 47 seconds in the queue, including 9 minutes 56 seconds running CI.

Required conditions to merge
  • any of [🛡 GitHub repository ruleset rule main]:
    • check-neutral = @mergify/Mergify Merge Protections
    • check-skipped = @mergify/Mergify Merge Protections
    • check-success = @mergify/Mergify Merge Protections

Reason

The pull request #369 has been manually updated

Requeued — the merge queue status continues in this comment ↓.

@mergify

mergify Bot commented Jul 25, 2026

Copy link
Copy Markdown
Contributor

Merge Queue Status

@mergify

mergify Bot commented Jul 26, 2026

Copy link
Copy Markdown
Contributor

Merge Queue Status

@mergify

mergify Bot commented Jul 27, 2026

Copy link
Copy Markdown
Contributor

Merge Queue Status

This pull request spent 2 days 1 hour 19 minutes 41 seconds in the queue, including 2 minutes 38 seconds running CI.

Required conditions to merge
  • any of [🛡 GitHub repository ruleset rule main]:
    • check-neutral = @mergify/Mergify Merge Protections
    • check-skipped = @mergify/Mergify Merge Protections
    • check-success = @mergify/Mergify Merge Protections

Reason

The pull request #369 has been manually updated

Requeued — the merge queue status continues in this comment ↓.

@sonarqubecloud

Copy link
Copy Markdown

Quality Gate Failed Quality Gate failed

Failed conditions
C Security Rating on New Code (required ≥ A)

See analysis details on SonarQube Cloud

Catch issues before they fail your Quality Gate with our IDE extension SonarQube for IDE

@mergify

mergify Bot commented Jul 27, 2026

Copy link
Copy Markdown
Contributor

Merge Queue Status

@mergify

mergify Bot commented Jul 28, 2026

Copy link
Copy Markdown
Contributor

Merge Queue Status

@mergify

mergify Bot commented Jul 29, 2026

Copy link
Copy Markdown
Contributor

Merge Queue Status

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants