Bump github/gh-aw from 0.62.5 to 0.68.3 - #7650
Merged
Merged
Conversation
Bumps [github/gh-aw](https://github.com/github/gh-aw) from 0.62.5 to 0.68.3. - [Release notes](https://github.com/github/gh-aw/releases) - [Changelog](https://github.com/github/gh-aw/blob/main/CHANGELOG.md) - [Commits](github/gh-aw@48d8fdf...ce17949) --- updated-dependencies: - dependency-name: github/gh-aw dependency-version: 0.68.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
fanninpm
approved these changes
Apr 22, 2026
fanninpm
left a comment
Contributor
There was a problem hiding this comment.
@changjoon-park this should (at least partially) alleviate your concern in #7653 (comment).
This was referenced Apr 24, 2026
youknowone
pushed a commit
that referenced
this pull request
Apr 24, 2026
…#7669) Clear four of the five ShellCheck findings reported in #7653. The fifth finding is in upgrade-pylib.lock.yml — a gh-aw-generated file marked "DO NOT EDIT" whose source .md does not contain the flagged pattern — and is out of scope here; it will resolve via the in-flight gh-aw version bump (#7650). lib-deps-check.yaml: * SC2076: replace `=~ " $module "` (quoted regex interpreted literally) with `== *" $module "*` glob match. Same intent (literal substring), same semantics across regex metachars. * SC2086: quote `$GITHUB_OUTPUT` in the output redirect. update-doc-db.yml: * SC2129: collapse the eight sequential `echo ... >> $OUTPUT_FILE` lines (plus one `cat ... >> $OUTPUT_FILE`) into a single grouped redirect `{ ...; } > "$OUTPUT_FILE"`. Drops the now-redundant `echo -n '' > $OUTPUT_FILE` truncate. * SC2016: add `# shellcheck disable=SC2016` above the block; the backticks in the auto-generated-header comment are literal Markdown, not command substitution. Verified locally with shellcheck 0.11.0: both modified blocks produce no ShellCheck output. Semantic equivalence of the lib-deps-check change confirmed across six test inputs including regex metachars and glob-meaningful characters.
Member
|
@copilot fix actionlint |
…ib.lock.yml Agent-Logs-Url: https://github.com/RustPython/RustPython/sessions/73a3a050-ff0b-45ad-b5fd-fcadec36239a Co-authored-by: youknowone <69878+youknowone@users.noreply.github.com>
Contributor
Fixed in 6f6363b. The SC2129 shellcheck warning was caused by consecutive |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps github/gh-aw from 0.62.5 to 0.68.3.
Release notes
Sourced from github/gh-aw's releases.
... (truncated)
Commits
ce17949fix: use GH_HOST env var instead of --hostname flag for gh repo view and gh p...c25673efix: --topo-order and merge commit fallback in push_signed_commits.cjs (#26306)d37c7c6fix(USE-001): add standardized ERR_* error codes to two non-conformant handle...9939478fix(USE-003): emit staged mode preview summary in upload_artifact handler (#2...b8e0b8afix: expose safe-outputs.actions custom action tools to agent MCP toolset (#2...549223dfeat: support checkout field in importable shared workflows (#26292)ace4abbSplitfrontmatter_types.gointo types, parsing, and serialization files (#2...b048b08Splitgateway_logs.gointo concern-aligned files (#26296)a12b147refactor: split audit_report_render.go into domain-specific files (#26304)f109ff0Handle submodule entries in push_signed_commits by falling back to git push (...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)