ci: fix Dependabot updates and stabilize the Grok cleanup test - #70
Merged
thrr87 merged 4 commits intoSep 10, 2026
Merged
Conversation
Bumps [github/codeql-action/init](https://github.com/github/codeql-action) from 4.37.3 to 4.37.9. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@e4fba86...cdf488f) --- updated-dependencies: - dependency-name: github/codeql-action/init dependency-version: 4.37.9 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/github_actions/github/codeql-action/init-4.37.9
branch
from
September 10, 2026 19:06
23d3820 to
1a697d4
Compare
thrr87
previously approved these changes
Sep 10, 2026
thrr87
approved these changes
Sep 10, 2026
thrr87
deleted the
dependabot/github_actions/github/codeql-action/init-4.37.9
branch
September 10, 2026 20:04
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.
Dependabot split the CodeQL
initandanalyzeupdates into separate PRs. Each mixed versions 4.37.3 and 4.37.9 and failed while loading the analysis configuration. Both steps now use the same pinned 4.37.9 commit, andgithub/codeql-action/*updates are grouped to keep them together in future PRs.This also updates
actions/upload-artifactfrom 4.6.2 to 7.0.1. It supersedes the changes proposed in #71 and #72.An additional CI run exposed a race in the Grok process-cleanup test. The fake CLI now installs its termination handler before publishing readiness, and the assertion waits up to one second for terminated descendants to be reaped, matching the existing app-exit check. The production cleanup implementation is unchanged.
Validation: