build(deps): bump github/gh-aw from 0.58.0 to 0.65.0 - #1571
build(deps): bump github/gh-aw from 0.58.0 to 0.65.0#1571dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [github/gh-aw](https://github.com/github/gh-aw) from 0.58.0 to 0.65.0. - [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.58.0...v0.65.0) --- updated-dependencies: - dependency-name: github/gh-aw dependency-version: 0.65.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Wallace Breza (wbreza)
left a comment
There was a problem hiding this comment.
The functional changes look safe (CI passes, destination param is explicitly set everywhere, renamed output isn't referenced). However, the action references need to be pinned to commit SHAs per repo convention.
All 13 occurrences across the 3 .lock.yml files use @v0.65.0 (floating tag) but should be pinned:
# Current:
uses: github/gh-aw/actions/setup@v0.65.0
# Should be:
uses: github/gh-aw/actions/setup@7c193ac298524426fda3c54380651a102cb8813c # v0.65.0Files affected:
.github/workflows/analyze-test-run.lock.yml.github/workflows/issue-triage.lock.yml.github/workflows/weekly-repo-status.lock.yml
|
These files should not be edited directly, they should be updated automatically via github AW workflows commands in github cli, currently working on that |
|
Looks like github/gh-aw is no longer a dependency, so this is no longer needed. |
|
Properly updated gh-aw with this PR vis GH CLI #1698, this PR can be close |
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
Bumps github/gh-aw from 0.58.0 to 0.65.0.
Release notes
Sourced from github/gh-aw's releases.
... (truncated)
Changelog
Sourced from github/gh-aw's changelog.
... (truncated)
Commits
89ae1c2Fix argument injection in npm/pip/docker package validators (#23374)eefc97dBump MCP gateway default version to v0.2.8 (#23372)4549e7bFix DIFC proxy GH_HOST mismatch for user-defined setup steps (#23367)531594aSecurity: exclude all secret-bearing env vars from agent container via AWF --...8f8f67bApply DIFC integrity filtering to the main agent job (post-activation only) (...0962ba0fix: propagate assign-to-agent failure to status comment (#23362)89bb63bAdd item_type, item_number, and comment_id to aw_context for current item res...4abbaffrefactor: semantic function clustering — consolidate, move, rename, and split...06e7339Apply progressive disclosure to agent failure issues (#23361)21e679cFix update-discussion API error logging for explicit discussion_number (#23340)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)