build(deps): bump github/codeql-action from 4 to 4.35.1#20817
build(deps): bump github/codeql-action from 4 to 4.35.1#20817dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4 to 4.35.1. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@v4...v4.35.1) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.35.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
🤖 Cursor Dependency AnalysisSupply-Chain Malware ReviewChecking how this repo references Verdict: benign Why this looks safe
Actionable note: If you rely on CodeQL “file coverage” on PRs, upstream is changing that in April 2026 unless you opt in via repo property or Compatibility AnalysisSearching the repo for Here is a concise review you can use for the PR. 1) Where it’s used
Scope: Python-only matrix, Note: Hits under 2) Overlap with release-note / upstream changesYour workflow uses the default trilogy (
Release notes for 4.33 → 4.35.1 are dominated by: default CodeQL bundle churn, improved incremental analysis / TRAP caching, optional file-coverage-on-PRs behavior (April 2026), GHES and private-registry features, and a Git version threshold fix for overlay/incremental paths. Conclusion: None of that maps to a public action input/output API your workflow relies on. Intersection is indirect: you get the bundled CodeQL version the action ships (e.g. 2.25.1 with v4.35.0), which can change Python scan results slightly but is normal for this dependency. 3) Risks / unknowns
4) Recommendation: mergeStay on the v4 major pin, three standard actions, Python-only, hosted runners: this is a routine security-tooling bump. Merge; optionally re-check CodeQL results on one PR for unexpected alert deltas. Use merge-with-caveats only if you explicitly rely on per-PR file coverage after April 2026 (then set the env var or property); hold is not justified for this repo’s usage pattern. Malware Scan Summary
Top findings
|
Coverage Report for CI Build 24744646411Coverage decreased (-0.01%) to 91.164%Details
Uncovered ChangesNo uncovered changes found. Coverage Regressions29 previously-covered lines in 9 files lost coverage.
Coverage Stats💛 - Coveralls |
Bumps github/codeql-action from 4 to 4.35.1.
Release notes
Sourced from github/codeql-action's releases.
... (truncated)
Changelog
Sourced from github/codeql-action's changelog.
... (truncated)
Commits
c10b806Merge pull request #3782 from github/update-v4.35.1-d6d1743b8c5ffd06Update changelog for v4.35.1d6d1743Merge pull request #3781 from github/henrymercer/update-git-minimum-version65d2efaAdd changelog note2437b20Update minimum git version for overlay to 2.36.0ea5f719Merge pull request #3775 from github/dependabot/npm_and_yarn/node-forge-1.4.045ceeeaMerge pull request #3777 from github/mergeback/v4.35.0-to-main-b8bb9f2824448c9Rebuild7c51060Update changelog and version after v4.35.0b8bb9f2Merge pull request #3776 from github/update-v4.35.0-0078ad667Dependabot 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)Note
Low Risk
Low risk workflow-only change that pins
github/codeql-actionto a newer patch release; main impact is potential CI/CodeQL scanning behavior differences from the upstream action update.Overview
Updates the CodeQL GitHub Actions workflow to pin
github/codeql-actionfromv4tov4.35.1for theinit,autobuild, andanalyzesteps, keeping CodeQL scanning on the latest patch release.Reviewed by Cursor Bugbot for commit 2aa7177. Bugbot is set up for automated code reviews on this repo. Configure here.