Skip to content

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

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

ci(deps): bump github/codeql-action from 3 to 4#2
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 Apr 22, 2026

Copy link
Copy Markdown

Bumps github/codeql-action from 3 to 4.

Release notes

Sourced from github/codeql-action's releases.

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

v3.33.0

  • Upcoming change: Starting April 2026, the CodeQL Action will skip collecting file coverage information on pull requests to improve analysis performance. File coverage information will still be computed on non-PR analyses. Pull request analyses will log a warning about this upcoming change. #3562 To opt out of this change:
    • Repositories owned by an organization: Create a custom repository property with the name github-codeql-file-coverage-on-prs and the type "True/false", then set this property to true in the repository's settings. For more information, see Managing custom properties for repositories in your organization. Alternatively, if you are using an advanced setup workflow, you can set the CODEQL_ACTION_FILE_COVERAGE_ON_PRS environment variable to true in your workflow.
    • User-owned repositories using default setup: Switch to an advanced setup workflow and set the CODEQL_ACTION_FILE_COVERAGE_ON_PRS environment variable to true in your workflow.
    • User-owned repositories using advanced setup: Set the CODEQL_ACTION_FILE_COVERAGE_ON_PRS environment variable to true in your workflow.
  • Fixed a bug which caused the CodeQL Action to fail loading repository properties if a "Multi select" repository property was configured for the repository. #3557
  • The CodeQL Action now loads custom repository properties on GitHub Enterprise Server, enabling the customization of features such as github-codeql-disable-overlay that was previously only available on GitHub.com. #3559
  • Once private package registries can be configured with OIDC-based authentication for organizations, the CodeQL Action will now be able to accept such configurations. #3563
  • Fixed the retry mechanism for database uploads. Previously this would fail with the error "Response body object should not be disturbed or locked". #3564
  • A warning is now emitted if the CodeQL Action detects a repository property whose name suggests that it relates to the CodeQL Action, but which is not one of the properties recognised by the current version of the CodeQL Action. #3570

v3.32.6

  • Update default CodeQL bundle version to 2.24.3. #3548

v3.32.5

  • Repositories owned by an organization can now set up the github-codeql-disable-overlay custom repository property to disable improved incremental analysis for CodeQL. First, create a custom repository property with the name github-codeql-disable-overlay and the type "True/false" in the organization's settings. Then in the repository's settings, set this property to true to disable improved incremental analysis. For more information, see Managing custom properties for repositories in your organization. This feature is not yet available on GitHub Enterprise Server. #3507
  • Added an experimental change so that when improved incremental analysis fails on a runner — potentially due to insufficient disk space — the failure is recorded in the Actions cache so that subsequent runs will automatically skip improved incremental analysis until something changes (e.g. a larger runner is provisioned or a new CodeQL version is released). We expect to roll this change out to everyone in March. #3487
  • The minimum memory check for improved incremental analysis is now skipped for CodeQL 2.24.3 and later, which has reduced peak RAM usage. #3515
  • Reduced log levels for best-effort private package registry connection check failures to reduce noise from workflow annotations. #3516
  • Added an experimental change which lowers the minimum disk space requirement for improved incremental analysis, enabling it to run on standard GitHub Actions runners. We expect to roll this change out to everyone in March. #3498
  • Added an experimental change which allows the start-proxy action to resolve the CodeQL CLI version from feature flags instead of using the linked CLI bundle version. We expect to roll this change out to everyone in March. #3512
  • The previously experimental changes from versions 4.32.3, 4.32.4, 3.32.3 and 3.32.4 are now enabled by default. #3503, #3504

v3.32.4

... (truncated)

Changelog

Sourced from github/codeql-action's changelog.

4.32.3 - 13 Feb 2026

  • Added experimental support for testing connections to private package registries. This feature is not currently enabled for any analysis. In the future, it may be enabled by default for Default Setup. #3466

4.32.2 - 05 Feb 2026

  • Update default CodeQL bundle version to 2.24.1. #3460

4.32.1 - 02 Feb 2026

  • A warning is now shown in Default Setup workflow logs if a private package registry is configured using a GitHub Personal Access Token (PAT), but no username is configured. #3422
  • Fixed a bug which caused the CodeQL Action to fail when repository properties cannot successfully be retrieved. #3421

4.32.0 - 26 Jan 2026

  • Update default CodeQL bundle version to 2.24.0. #3425

4.31.11 - 23 Jan 2026

  • When running a Default Setup workflow with Actions debugging enabled, the CodeQL Action will now use more unique names when uploading logs from the Dependabot authentication proxy as workflow artifacts. This ensures that the artifact names do not clash between multiple jobs in a build matrix. #3409
  • Improved error handling throughout the CodeQL Action. #3415
  • Added experimental support for automatically excluding generated files from the analysis. This feature is not currently enabled for any analysis. In the future, it may be enabled by default for some GitHub-managed analyses. #3318
  • The changelog extracts that are included with releases of the CodeQL Action are now shorter to avoid duplicated information from appearing in Dependabot PRs. #3403

4.31.10 - 12 Jan 2026

  • Update default CodeQL bundle version to 2.23.9. #3393

4.31.9 - 16 Dec 2025

No user facing changes.

4.31.8 - 11 Dec 2025

  • Update default CodeQL bundle version to 2.23.8. #3354

4.31.7 - 05 Dec 2025

  • Update default CodeQL bundle version to 2.23.7. #3343

4.31.6 - 01 Dec 2025

No user facing changes.

4.31.5 - 24 Nov 2025

  • Update default CodeQL bundle version to 2.23.6. #3321

4.31.4 - 18 Nov 2025

... (truncated)

Commits
  • 43d8420 Do not run Swift in debug artifacts after failure check
  • 76a687e Merge pull request #3804 from github/dependabot/npm_and_yarn/npm-minor-e84c60...
  • 751f3e2 Bump eslint-plugin-jsdoc from 62.8.1 to 62.9.0 in the npm-minor group
  • 808513f Update language aliases test
  • e452857 Throw error early rather than warning
  • b623f5f Merge pull request #3799 from github/mario-campos/test-multiple-registries
  • See full diff in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

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 @github

dependabot Bot commented on behalf of github Apr 22, 2026

Copy link
Copy Markdown
Author

Labels

The following labels could not be found: dependencies, github-actions. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot Bot requested a review from rlogger as a code owner April 22, 2026 04:49
rlogger added a commit that referenced this pull request Apr 28, 2026
…lassifiers, jit-friendly cleanup, JMLR paper restructure, honest BENCHMARKS framing, real-data path on activity_recognition

Five concrete fixes flagged by an independent JMLR-MLOSS-style review.

API hole (#2):
- Public logits() method on BayesianCentroidClassifier, BayesianAdaptiveHDC, StreamingBayesianHDC. Returns pre-softmax cosine-similarity scores; canonical input to TemperatureCalibrator.fit and ConformalClassifier.fit. Closes the leak where the three classification examples and pvsa_quickstart had to call jax.vmap(clf._similarity_row) — a private method — to get logits. New test in tests/test_bayesian_models.py confirms shape, single-vs-batch dispatch, and softmax(logits) == predict_proba.
- Examples updated to clf.logits(hv) instead of jax.vmap(clf._similarity_row)(hv).

Performance claims contradicted by implementation (#5):
- BayesianAdaptiveHDC.fit and StreamingBayesianHDC.fit rewritten as a single jax.lax.scan per epoch. The full pass JIT-compiles into one XLA computation and composes with vmap / pmap; no Python loop over observations.
- New tests/test_v05_v06.py::test_streaming_fit_runs_under_jit and ::test_adaptive_fit_runs_under_jit confirm fit() now compiles end-to-end under jax.jit.
- New cleanup_gaussian_stacked: JIT-friendly mirror of cleanup_gaussian that takes a stacked GaussianHV (mu/var arrays of shape (N, D)) and returns JAX scalars rather than Python int/float. The list-form cleanup_gaussian is preserved for the convenient API and now delegates internally. Two new tests in tests/test_mixture_and_derived.py.
- TemperatureCalibrator: silent-fallback fix. The previous code caught broad Exception around jax.scipy.optimize.minimize and silently fell back to gradient descent — including when BFGS produced a non-finite result. Now catches only ImportError, additionally checks for non-finite candidate, and emits a RuntimeWarning when the fallback is taken. The fitted-temperature MLE guarantee in the docstring now reflects what the code actually does.

JMLR paper (#1):
- Body shrunk from ~10 pages to ~4 (533 → 336 lines of TeX).
- Section 2 ("The Bayes-HDC System") rewritten as Section 2 "Probabilistic VSA" with five subsections (Distribution types · Closed-form moment propagation · KL divergences and reparameterisation gradients · Group action and equivariance · Uncertainty layer). The PVSA discussion now leads the body, matching the abstract's promise.
- The eight per-module subsubsections (~120 lines of bulleted module descriptions) collapsed into Table 1 (one row per module, two columns: purpose + key components). Probabilistic-layer modules listed first, deterministic substrate below.
- Three usage-example listings collapsed into one PVSA pipeline that exercises the full stack (encode → BayesianCentroidClassifier → clf.logits → TemperatureCalibrator → ConformalClassifier). Demonstrates the new public logits API.
- Comparison-with-existing-software paragraph reframed: feature comparison rather than performance contest. Axes are descriptive of capability (XLA, TPU, PVSA, Conformal, Calibration), not framed as competitive wins.
- Intro contribution list compressed to one paragraph; conclusion shortened; related-work section compressed to one paragraph.
- Implementation Notes appendix removed (deferred to DESIGN.md to respect the 4-page MLOSS limit).
- Abstract revised: dropped "first open-source library implementing PVSA" and the "5–25× ECE reduction" / "accuracy parity" benchmark claims; replaced with a description of the algebraic and uncertainty layers.

Marketing tone (#3):
- BENCHMARKS.md: "wins 5 of 5" replaced with an honest description of the methodology — "the Bayes-HDC column reports the best of an ensemble of four classifiers (ridge, logistic, centroid-LVQ, GBT) with the per-task winner chosen by held-out calibration-set accuracy; TorchHD reports its default centroid classifier on the same encoder." Multi-seed sweep flagged as a planned addition. Numbers stay; framing is now reviewer-defensible.
- ORIGINALITY.md: "first HDC library to ship X" softened to "to the author's knowledge, no comparable HDC library ships X as a built-in primitive at time of writing" for TemperatureCalibrator and ConformalClassifier. The "first HDC library to provide" framing on calibration metrics removed.
- README hero: "A JAX library with serious algebraic depth" replaced with a description of what the library does — "Probabilistic hyperdimensional computing in JAX". "the claims are theorems" softened to "the algebraic and coverage claims are property-tested" in the About paragraph.
- MLOSS_COVER_LETTER: bracketed placeholders filled. New "Maturity and community adoption" section honestly acknowledges the project is at 0.4.0a0, was first published April 15, 2026, and that community adoption is the weakest dimension at submission time. Suggested-reviewer brackets replaced with descriptors of relevant subfield expertise (deferring assignment to the action editor).

Real-data path on at least one example (#4):
- examples/activity_recognition.py: --real-data flag loads UCIHAR via bayes_hdc.datasets.load_ucihar() (one-time OpenML download). Default remains synthetic so the example always runs offline. Try/except surfaces download failures and falls back gracefully. Docstring and Run:: stanza updated. The encoder/classifier code paths are identical between the two modes; only the data source changes.

CI green: 480 tests pass (up from 475 with the new tests for logits + cleanup_gaussian_stacked + lax.scan-jit-compatibility); ruff and ruff format clean across bayes_hdc/, tests/, examples/, benchmarks/.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants