Skip to content

build(deps): bump github/codeql-action from 3 to 4 - #4

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/github/codeql-action-4
Closed

build(deps): bump github/codeql-action from 3 to 4#4
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/github/codeql-action-4

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 13, 2026

Copy link
Copy Markdown
Contributor

Bumps github/codeql-action from 3 to 4.

Release notes

Sourced from github/codeql-action's releases.

v3.36.2

  • Cache CodeQL CLI version information across Actions steps. #3943
  • Reduce requests while waiting for analysis processing by using exponential backoff when polling SARIF processing status. #3937
  • Update default CodeQL bundle version to 2.25.6. #3948

v3.36.1

No user facing changes.

v3.36.0

  • Breaking change: Bump the minimum required CodeQL bundle version to 2.19.4. #3894
  • Add support for SHA-256 Git object IDs. #3893
  • Update default CodeQL bundle version to 2.25.5. #3926

v3.35.5

  • We have improved how the JavaScript bundles for the CodeQL Action are generated to avoid duplication across bundles and reduce the size of the repository by around 70%. This should have no effect on the runtime behaviour of the CodeQL Action. #3899
  • For performance and accuracy reasons, improved incremental analysis will now only be enabled on a pull request when diff-informed analysis is also enabled for that run. If diff-informed analysis is unavailable (for example, because the PR diff ranges could not be computed), the action will fall back to a full analysis. #3791
  • If multiple inputs are provided for the GitHub-internal analysis-kinds input, only code-scanning will be enabled. The analysis-kinds input is experimental, for GitHub-internal use only, and may change without notice at any time. #3892
  • Added an experimental change which, when running a Code Scanning analysis for a PR with improved incremental analysis enabled, prefers CodeQL CLI versions that have a cached overlay-base database for the configured languages. This speeds up analysis for a repository when there is not yet a cached overlay-base database for the latest CLI version. We expect to roll this change out to everyone in May. #3880

v3.35.4

  • Update default CodeQL bundle version to 2.25.4. #3881

v3.35.3

  • Upcoming breaking change: Add a deprecation warning for customers using CodeQL version 2.19.3 and earlier. These versions of CodeQL were discontinued on 9 April 2026 alongside GitHub Enterprise Server 3.15, and will be unsupported by the next minor release of the CodeQL Action. #3837
  • Configurations for private registries that use Cloudsmith or GCP OIDC are now accepted. #3850
  • Best-effort connection tests for private registries now use GET requests instead of HEAD for better compatibility with various registry implementations. For NuGet feeds, the test is now always performed against the service index. #3853
  • Fixed a bug where two diagnostics produced within the same millisecond could overwrite each other on disk, causing one of them to be lost. #3852
  • Update default CodeQL bundle version to 2.25.3. #3865

v3.35.2

  • The undocumented TRAP cache cleanup feature that could be enabled using the CODEQL_ACTION_CLEANUP_TRAP_CACHES environment variable is deprecated and will be removed in May 2026. If you are affected by this, we recommend disabling TRAP caching by passing the trap-caching: false input to the init Action. #3795
  • The Git version 2.36.0 requirement for improved incremental analysis now only applies to repositories that contain submodules. #3789
  • Python analysis on GHES no longer extracts the standard library, relying instead on models of the standard library. This should result in significantly faster extraction and analysis times, while the effect on alerts should be minimal. #3794
  • Fixed a bug in the validation of OIDC configurations for private registries that was added in CodeQL Action 4.33.0 / 3.33.0. #3807
  • Update default CodeQL bundle version to 2.25.2. #3823

v3.35.1

v3.35.0

v3.34.1

  • Downgrade default CodeQL bundle version to 2.24.3 due to issues with a small percentage of Actions and JavaScript analyses. #3762

v3.34.0

  • Added an experimental change which disables TRAP caching when improved incremental analysis is enabled, since improved incremental analysis supersedes TRAP caching. This will improve performance and reduce Actions cache usage. We expect to roll this change out to everyone in March. #3569
  • We are rolling out improved incremental analysis to C/C++ analyses that use build mode none. We expect this rollout to be complete by the end of April 2026. #3584
  • Update default CodeQL bundle version to 2.25.0. #3585

... (truncated)

Changelog

Sourced from github/codeql-action's changelog.

4.36.2 - 04 Jun 2026

  • Cache CodeQL CLI version information across Actions steps. #3943
  • Reduce requests while waiting for analysis processing by using exponential backoff when polling SARIF processing status. #3937
  • Update default CodeQL bundle version to 2.25.6. #3948

4.36.1 - 02 Jun 2026

No user facing changes.

4.36.0 - 22 May 2026

  • Breaking change: Bump the minimum required CodeQL bundle version to 2.19.4. #3894
  • Add support for SHA-256 Git object IDs. #3893
  • Update default CodeQL bundle version to 2.25.5. #3926

4.35.5 - 15 May 2026

  • We have improved how the JavaScript bundles for the CodeQL Action are generated to avoid duplication across bundles and reduce the size of the repository by around 70%. This should have no effect on the runtime behaviour of the CodeQL Action. #3899
  • For performance and accuracy reasons, improved incremental analysis will now only be enabled on a pull request when diff-informed analysis is also enabled for that run. If diff-informed analysis is unavailable (for example, because the PR diff ranges could not be computed), the action will fall back to a full analysis. #3791
  • If multiple inputs are provided for the GitHub-internal analysis-kinds input, only code-scanning will be enabled. The analysis-kinds input is experimental, for GitHub-internal use only, and may change without notice at any time. #3892
  • Added an experimental change which, when running a Code Scanning analysis for a PR with improved incremental analysis enabled, prefers CodeQL CLI versions that have a cached overlay-base database for the configured languages. This speeds up analysis for a repository when there is not yet a cached overlay-base database for the latest CLI version. We expect to roll this change out to everyone in May. #3880

4.35.4 - 07 May 2026

  • Update default CodeQL bundle version to 2.25.4. #3881

4.35.3 - 01 May 2026

  • Upcoming breaking change: Add a deprecation warning for customers using CodeQL version 2.19.3 and earlier. These versions of CodeQL were discontinued on 9 April 2026 alongside GitHub Enterprise Server 3.15, and will be unsupported by the next minor release of the CodeQL Action. #3837
  • Configurations for private registries that use Cloudsmith or GCP OIDC are now accepted. #3850
  • Best-effort connection tests for private registries now use GET requests instead of HEAD for better compatibility with various registry implementations. For NuGet feeds, the test is now always performed against the service index. #3853
  • Fixed a bug where two diagnostics produced within the same millisecond could overwrite each other on disk, causing one of them to be lost. #3852
  • Update default CodeQL bundle version to 2.25.3. #3865

4.35.2 - 15 Apr 2026

  • The undocumented TRAP cache cleanup feature that could be enabled using the CODEQL_ACTION_CLEANUP_TRAP_CACHES environment variable is deprecated and will be removed in May 2026. If you are affected by this, we recommend disabling TRAP caching by passing the trap-caching: false input to the init Action. #3795
  • The Git version 2.36.0 requirement for improved incremental analysis now only applies to repositories that contain submodules. #3789
  • Python analysis on GHES no longer extracts the standard library, relying instead on models of the standard library. This should result in significantly faster extraction and analysis times, while the effect on alerts should be minimal. #3794
  • Fixed a bug in the validation of OIDC configurations for private registries that was added in CodeQL Action 4.33.0 / 3.33.0. #3807
  • Update default CodeQL bundle version to 2.25.2. #3823

4.35.1 - 27 Mar 2026

4.35.0 - 27 Mar 2026

... (truncated)

Commits
  • 0ad7c1f Rebuild
  • 25c25b5 Update changelog and version after v4.36.1
  • 87557b9 Merge pull request #3940 from github/update-v4.36.1-2a1689ed4
  • 9431011 Update changelog for v4.36.1
  • 2a1689e Merge pull request #3939 from github/henrymercer/skip-overlay-revert-when-exp...
  • d40e417 Only do initial wait when not running tests
  • 5245323 Disable missing diff-ranges fallback when overlay enabled manually
  • 948a63a Add FF to force JGit-based Git backend
  • See full diff in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jun 13, 2026
@dependabot
dependabot Bot requested a review from sepahead as a code owner June 13, 2026 17:20
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jun 13, 2026
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3 to 4.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@v3...v4)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-version: '4'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/github_actions/github/codeql-action-4 branch from 3e0a0e1 to cf5bcf8 Compare June 13, 2026 17:34
@sepahead

Copy link
Copy Markdown
Owner

Applied to main in 2362423 as part of a batched dependency update (the 16 same-base PRs would otherwise conflict on Cargo.lock). Verified locally: cargo check/test/clippy/fmt and cargo-deny all pass. Closing as superseded.

@sepahead sepahead closed this Jun 13, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jun 13, 2026

Copy link
Copy Markdown
Contributor Author

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 @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/github_actions/github/codeql-action-4 branch June 13, 2026 18:08
sepahead added a commit that referenced this pull request Jun 19, 2026
…tion

Implements roadmap items #1/#2/#4/#6/#8 on the native and browser fusion
engines (nalgebra-only; the association and update_track contracts are
unchanged).

- #1 Radar birth covariance: create_track now seeds the position block of the
  birth covariance from measurement_r_cartesian (polar→Cartesian Jacobian R)
  instead of raw polar variances, so a radar birth no longer installs rad² as m².
- #2 Coverage: off-boresight radar R (symmetry / PD / cross-range trace growth),
  the 'blackbird' substring threat case (Rust + TS), and a coasting
  velocity-spike regression test.
- #4 Sequential information-form fusion: update_track applies each associated
  measurement one at a time through the active filter with its OWN R (Cartesian
  via measurement_r_cartesian; the EKF radar path uses raw polar R),
  lowest-noise-first. r_override threaded into UKF/PF/IMM::update. Confidence is
  derived AFTER fusion (max conf + 0.1 per extra modality), not used as a fusion
  weight. NOTE: single-measurement filter gains differ from the old default-R
  path because R is now per-measurement.
- #6 Global association: cluster co-located same-class returns (union-find),
  build a cluster↔track gated-d² cost matrix via a shared gated_sq_mahalanobis
  seam, and solve a 1:1 assignment with a dependency-free Kuhn–Munkres solver
  (finite out-of-gate sentinel — no i64 overflow). An unassigned multi-member
  cluster births one track from its lowest-noise representative to avoid
  duplicate births.
- #8 Cross-camera geometric gate (browser): detectionsCorrelate gates on ray
  closest-approach distance (≤ 3 m) plus a cheirality check; computeGroupPosition
  adds a 3-D proximity term to calculateMatchScore (additive preference, kept
  above the default match threshold so it never breaks track continuation).

Verified green: cargo test, vitest, clippy -D warnings, rustfmt, prettier, tsc,
and eslint. Reviewed from five adversarial lenses; both flagged must-fixes
(match-score continuation regression, assignment-solver overflow) are fixed with
regression tests.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
sepahead added a commit that referenced this pull request Jun 20, 2026
…tion

Implements roadmap items #1/#2/#4/#6/#8 on the native and browser fusion
engines (nalgebra-only; the association and update_track contracts are
unchanged).

- #1 Radar birth covariance: create_track now seeds the position block of the
  birth covariance from measurement_r_cartesian (polar→Cartesian Jacobian R)
  instead of raw polar variances, so a radar birth no longer installs rad² as m².
- #2 Coverage: off-boresight radar R (symmetry / PD / cross-range trace growth),
  the 'blackbird' substring threat case (Rust + TS), and a coasting
  velocity-spike regression test.
- #4 Sequential information-form fusion: update_track applies each associated
  measurement one at a time through the active filter with its OWN R (Cartesian
  via measurement_r_cartesian; the EKF radar path uses raw polar R),
  lowest-noise-first. r_override threaded into UKF/PF/IMM::update. Confidence is
  derived AFTER fusion (max conf + 0.1 per extra modality), not used as a fusion
  weight. NOTE: single-measurement filter gains differ from the old default-R
  path because R is now per-measurement.
- #6 Global association: cluster co-located same-class returns (union-find),
  build a cluster↔track gated-d² cost matrix via a shared gated_sq_mahalanobis
  seam, and solve a 1:1 assignment with a dependency-free Kuhn–Munkres solver
  (finite out-of-gate sentinel — no i64 overflow). An unassigned multi-member
  cluster births one track from its lowest-noise representative to avoid
  duplicate births.
- #8 Cross-camera geometric gate (browser): detectionsCorrelate gates on ray
  closest-approach distance (≤ 3 m) plus a cheirality check; computeGroupPosition
  adds a 3-D proximity term to calculateMatchScore (additive preference, kept
  above the default match threshold so it never breaks track continuation).

Verified green: cargo test, vitest, clippy -D warnings, rustfmt, prettier, tsc,
and eslint. Reviewed from five adversarial lenses; both flagged must-fixes
(match-score continuation regression, assignment-solver overflow) are fixed with
regression tests.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant