Skip to content

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

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

build(deps): Bump github/codeql-action from 3 to 4#3
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 15, 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 dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Apr 15, 2026
spektre-labs pushed a commit that referenced this pull request Apr 16, 2026
…ubagents, σ-triangulated convergence, disagreement abstention, automatic profile learning; Claude/GPT/Gemini/DeepSeek as σ-characterized subagents

Scaffold-tier (C) + interpretive (I) integration. No network calls from
src/v54/ (creation.md invariant #3); callers supply per-agent responses +
σ, the scaffold encodes the orchestration policy and the aggregation /
abstention logic. 14/14 deterministic, offline, embeddings-free self-test.

Shipped surfaces
- src/v54/proconductor.{c,h}: v54_subagent_t, v54_proconductor_t,
  registry + five hand-tuned reference profiles (claude, gpt, gemini,
  deepseek, local_bitnet) across 5 domains (logic/factual/creative/
  code/meta). Profiles are illustrative, not measured.
- src/v54/dispatch.{c,h}: keyword-heuristic classifier →
  v54_query_profile_t (primary+secondary domain, complexity, stakes);
  deterministic top-K selector with stakes-scaled K ∈ {1, 2, 4} and
  easy-query shortcut when σ_primary < 0.10; σ-weighted aggregator
  with five outcomes (CONSENSUS / SIGMA_WINNER / ABSTAIN_SIGMA /
  ABSTAIN_DISAGREE / EMPTY).
- src/v54/disagreement.{c,h}: Jaccard-over-tokens similarity with
  outlier detection. Pluggable; a real runtime swaps in an embedding
  backend without touching the rest of the pipeline.
- src/v54/learn_profiles.{c,h}: EWMA updater (α = 0.05) for per-domain
  σ + observed-accuracy; v54_learn_from_aggregation() attributes
  ground truth to the winner only (others get 'unknown').
- src/v54/creation_os_v54.c: --self-test (14/14) + --architecture
  banner. No network, no embeddings, no tokenizer — by design.

Docs + positioning
- docs/v54/ARCHITECTURE.md: full wire map (classify → select → caller
  dispatch → aggregate → learn), selection scoring formula, outcome
  table, reference profile table (marked illustrative).
- docs/v54/POSITIONING.md: side-by-side vs MoA (ICLR '25), RouteLLM
  (ICLR '25), MoMA (2025), FrugalGPT, LLMRouterBench / RouterArena
  (2026), Bayesian Orchestration (Jan 2026), MoErging (2026). Three
  structural axes where v54 differs: σ-profile routing (not
  question-type routing), σ-weighted aggregation (exponential
  suppression with independent channels, not majority vote), explicit
  disagreement abstention (not tiebreaker).
- docs/v54/paper_draft.md: 'σ-Proconductor: σ as the Missing Routing
  Signal for Multi-LLM Ensembles' (I-tier position paper). Testable
  prediction: σ-observing router strictly dominates σ-blind router on
  runaway_rate + high_confidence_wrong_rate. Benchmark arm on
  LLMRouterBench / RouterArena deferred to follow-up.

Build + docs wiring
- Makefile: standalone-v54 / test-v54 / check-v54; help + .PHONY
  updated. Not part of merge-gate; merge-gate stays clean (v6..v29,
  unchanged).
- .gitignore: exclude creation_os_v54 binary.
- README.md, CHANGELOG.md, docs/WHAT_IS_REAL.md, docs/DOC_INDEX.md,
  docs/SIGMA_FULL_STACK.md, CONTRIBUTING.md,
  scripts/generate_trust_report.sh: v54 row added; version range
  v31–v51 / v33–v51 → v31–v54 / v33–v54; tier tags applied
  consistently.
- creation.md: last landed milestone bumped to v54; check-v54 added
  to live optional labs; v54 architecture / positioning / paper
  pointers linked.

Honest scope (tier discipline)
- M: make check-v54 (14/14) — orchestration policy is deterministic
  and measurable offline.
- I: docs/v54/ARCHITECTURE.md, POSITIONING.md, paper_draft.md —
  structural argument; no router benchmark run in this commit.
- P: live Claude / GPT / Gemini / DeepSeek ensemble with real
  billing, embedding similarity, and measured σ-profiles — requires
  HTTP client, embedding backend, billing layer, measured profile
  corpus (out of scope).

K_eff = (1 − σ) · K. Also in the proconductor.

Made-with: Cursor
spektre-labs pushed a commit that referenced this pull request Apr 18, 2026
- specs/constitution.toml: seed constitution with 7 axioms
  (1=1, σ-honesty, no silent failure, no auth w/o measurement,
  human primacy, resonance, no firmware), each carrying a
  machine-checkable predicate name.
- src/v191/constitution.{h,c} + main.c: constitutional checker
  over 24-sample fixture spanning every flaw type
  (FIRMWARE / OVERCONFIDENT / UNLOGGED / UNMEASURED / BLOCKS /
  SUPPRESSES_DISAGREEMENT / DECLARED_NE_REALIZED).
- each candidate output is ACCEPTED only when all 7 predicates
  pass; otherwise REVISED (low σ) or ABSTAINED (σ > 0.5).
- every verdict appends an FNV-1a hashed record into an
  append-only chain so axiom #3 (no silent failure) is itself
  auditable; chain replay verifies byte-identically.
- anti-firmware: outputs that carry disclaimers σ doesn't
  warrant are rejected (axiom #7).
- benchmarks/v191/check_v191_constitutional_check.sh:
  * self-test PASSES
  * 7 axioms + specs/constitution.toml match
  * every FLAW_NONE output accepted with 7/7 axioms
  * every flawed output rejected (not ACCEPT)
  * ≥ 1 firmware rejection, ≥ 1 safe acceptance
  * chain_valid == true
  * byte-deterministic
- Makefile: check-v191-constitutional-check wired up
- v191.1 (named): SHA-256-signed constitution, live v148 +
  v150 + v183 axiom-proposal pipeline with TLA+ consistency
  check before merge.

Made-with: Cursor
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 changed the title Bump github/codeql-action from 3 to 4 build(deps): Bump github/codeql-action from 3 to 4 Apr 20, 2026
@dependabot
dependabot Bot force-pushed the dependabot/github_actions/github/codeql-action-4 branch from 87e88b2 to 442256b Compare April 20, 2026 21:03
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.

0 participants