build(deps): consolidated dependabot updates (2026-05-27)#20955
build(deps): consolidated dependabot updates (2026-05-27)#20955ibutterbot wants to merge 10 commits into
Conversation
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit d467048. Configure here.
| # Initializes the CodeQL tools for scanning. | ||
| - name: Initialize CodeQL | ||
| uses: github/codeql-action/init@v4 | ||
| uses: github/codeql-action/init@v4.35.4 |
There was a problem hiding this comment.
CodeQL action pinned to old version instead of new
Low Severity
The PR description states this bumps github/codeql-action from 4.35.4 to 4.35.5, but all three action references (init, autobuild, analyze) were pinned to @v4.35.4 — the old version. Previously the floating @v4 tag was used, which would have resolved to the latest v4.x. The intended target version @v4.35.5 was never applied.
Additional Locations (2)
Reviewed by Cursor Bugbot for commit d467048. Configure here.
|
Closing — the diff included the entire repo due to a shallow clone bug. Will redo. |


Consolidated Dependabot Updates
This PR consolidates the following dependabot dependency bumps into a single PR to avoid poetry.lock conflicts:
poetry.lockhas been regenerated.Skipped
Generated by dependabot-consolidator
Note
Low Risk
Changes are mostly documentation and CI configuration; the new dependency-review workflow affects bot PRs only and does not alter node consensus or runtime code paths.
Overview
This PR adds a large
.cursor/documentation and rules layer (deep context for consensus, mempool, full node, wallet, networking, CLVM, plus testing guides and routing rules) and changes.gitignoreso those paths are tracked in git.CI and release automation are updated across many workflows: GitHub Actions artifact upload/download major versions, macOS runners moved to macOS 15, Python 3.14 added to several matrices,
BLOCKS_AND_PLOTS_VERSIONbumped to0.45.16, shallower checkouts intest-single, optional Blacksmith runners for private-repo Linux/Windows tests, and pinned versions for Node, CodeQL, AWS credentials, and dependency-review.A new
Dependency Cursor Reviewworkflow runs on Dependabot/Renovate PRs: parses PR metadata, checks out the upstream dependency, runs heuristic/malware scans on changed files, optionally invokes Cursor CLI for malware + compatibility notes, and posts/updates a marked PR comment.Pre-commit narrows the ChiaLisp pretty-printer hook from the repo root to the
chiatree.Reviewed by Cursor Bugbot for commit d467048. Bugbot is set up for automated code reviews on this repo. Configure here.