You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A new version of gh-aw is available. We are currently on v0.68.3, latest is v0.75.0.
Upgrade Assessment
Urgency: Recommended
Relevant Changes
v0.75.0
Breaking Changes (if any)
Deprecated field removal (infer): v0.75.0 removes deprecated infer. We did not find this field in .github/workflows/gh-aw-*.md, so no immediate rewrite is required.
New Features Worth Adopting
gh aw upgrade source sync fix: Upgrade now updates source .md workflow files in addition to lock artifacts, which is directly relevant because this repo stores source workflows in .github/workflows/gh-aw-*.md and compiles from them.
create_pull_request.temporary_id support: Enables more reliable cross-references between safe outputs when creating PRs.
Bug Fixes
Codex engine auth and model-flag fixes: Runtime stability improvements for Codex-based runs if/when used.
Security
No new mandatory security config change identified for our current frontmatter, but this release line includes ongoing MCP/firewall hardening updates.
v0.74.9
Breaking Changes (if any)
None requiring immediate changes in our current files.
New Features Worth Adopting
Safe-output filters on all operations: required-labels and required-title-prefix are now available broadly and can reduce accidental issue/comment mutations.
We currently use many mutation safe-outputs without these additional filters (for example .github/workflows/gh-aw-create-pr-from-issue.md:82-87 uses add-comment with target but no required-labels; .github/workflows/gh-aw-bug-hunter.md:78-83 uses create-issue.title-prefix but no required-title-prefix).
Bug Fixes
Validation and safe-output behavior improvements in this release line improve authoring safety and reduce malformed output risk.
Security
Additional safe-output guardrail improvements are included in this release line.
v0.74.5–v0.74.3
Breaking Changes (if any)
Validation tightening was introduced in this range (deprecation coverage, stricter schema checks). Our current frontmatter appears compatible based on sampled checks, but upgrade should be compiled/linted to confirm no regressions.
New Features Worth Adopting
tools.github.allowed-repos: current support (v0.74.5): useful for tightening repo-scoped access where applicable.
Bug Fixes
Multiple safe-output reliability fixes in this range are relevant because safe-outputs are used across all 52 gh-aw workflow markdown files.
Security
Safe-output threat-guardrail and MCP hardening improvements landed in this range and are relevant to our heavy safe-output usage.
Evidence from current repo
Makefile:4-6 pins GH_AW_VERSION, GH_AW_BUILD_VERSION, and GH_AW_COMPAT_VERSION to v0.68.3.
Top-level frontmatter usage across .github/workflows/gh-aw-*.md includes safe-outputs in all 52 files and strict: false in all 52 files.
.github/workflows/gh-aw-mention-in-pr-no-sandbox.md:93-97 shows safe-outputs with threat-detection: false in a no-sandbox workflow, where runtime/safe-output reliability improvements are especially important.
Upgrade Steps
Update GH_AW_VERSION in Makefile from v0.68.3 to v0.75.0
Update GH_AW_BUILD_VERSION in Makefile from v0.68.3 to v0.75.0
Update GH_AW_COMPAT_VERSION in Makefile from v0.68.3 to v0.75.0 (or keep older compat intentionally with rationale)
Add required-title-prefix where create-issue.title-prefix is used
Add required-labels on selected mutation operations (add-comment, label/close operations) where label conventions already exist
Run make compile and verify 0 errors, 0 warnings
Note
🔒 Integrity filter blocked 15 items
The following items were blocked because they don't meet the GitHub integrity level.
#1128search_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
#537search_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
#312search_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
#504search_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
#540search_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
#240search_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
#640search_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
#600search_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
#93search_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
#643search_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
#703search_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
#599search_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
#687search_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
#235search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
#1067search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
To allow these resources, lower min-integrity in your GitHub frontmatter:
A new version of gh-aw is available. We are currently on
v0.68.3, latest isv0.75.0.Upgrade Assessment
Urgency: Recommended
Relevant Changes
v0.75.0
Breaking Changes (if any)
infer): v0.75.0 removes deprecatedinfer. We did not find this field in.github/workflows/gh-aw-*.md, so no immediate rewrite is required.New Features Worth Adopting
gh aw upgradesource sync fix: Upgrade now updates source.mdworkflow files in addition to lock artifacts, which is directly relevant because this repo stores source workflows in.github/workflows/gh-aw-*.mdand compiles from them.create_pull_request.temporary_idsupport: Enables more reliable cross-references between safe outputs when creating PRs.Bug Fixes
Security
v0.74.9
Breaking Changes (if any)
New Features Worth Adopting
required-labelsandrequired-title-prefixare now available broadly and can reduce accidental issue/comment mutations..github/workflows/gh-aw-create-pr-from-issue.md:82-87usesadd-commentwith target but norequired-labels;.github/workflows/gh-aw-bug-hunter.md:78-83usescreate-issue.title-prefixbut norequired-title-prefix).Bug Fixes
Security
v0.74.5–v0.74.3
Breaking Changes (if any)
New Features Worth Adopting
tools.github.allowed-repos: currentsupport (v0.74.5): useful for tightening repo-scoped access where applicable.Bug Fixes
Security
Evidence from current repo
Makefile:4-6pinsGH_AW_VERSION,GH_AW_BUILD_VERSION, andGH_AW_COMPAT_VERSIONtov0.68.3..github/workflows/gh-aw-*.mdincludessafe-outputsin all 52 files andstrict: falsein all 52 files..github/workflows/gh-aw-mention-in-pr-no-sandbox.md:93-97showssafe-outputswiththreat-detection: falsein a no-sandbox workflow, where runtime/safe-output reliability improvements are especially important.Upgrade Steps
GH_AW_VERSIONinMakefilefromv0.68.3tov0.75.0GH_AW_BUILD_VERSIONinMakefilefromv0.68.3tov0.75.0GH_AW_COMPAT_VERSIONinMakefilefromv0.68.3tov0.75.0(or keep older compat intentionally with rationale)required-title-prefixwherecreate-issue.title-prefixis usedrequired-labelson selected mutation operations (add-comment, label/close operations) where label conventions already existmake compileand verify 0 errors, 0 warningsNote
🔒 Integrity filter blocked 15 items
The following items were blocked because they don't meet the GitHub integrity level.
search_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".search_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".search_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".search_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".search_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".search_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".search_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".search_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".search_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".search_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".search_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".search_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".search_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".To allow these resources, lower
min-integrityin your GitHub frontmatter: