Skip to content

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

Closed
dependabot[bot] wants to merge 24 commits intomasterfrom
dependabot/github_actions/github/codeql-action-4
Closed

chore(deps): bump github/codeql-action from 3 to 4#2
dependabot[bot] wants to merge 24 commits intomasterfrom
dependabot/github_actions/github/codeql-action-4

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot bot commented on behalf of github Apr 3, 2026

Bumps github/codeql-action from 3 to 4.

Release notes

Sourced from github/codeql-action's releases.

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

  • Update default CodeQL bundle version to 2.24.2. #3493
  • Added an experimental change which improves how certificates are generated for the authentication proxy that is used by the CodeQL Action in Default Setup when private package registries are configured. This is expected to generate more widely compatible certificates and should have no impact on analyses which are working correctly already. We expect to roll this change out to everyone in February. #3473
  • When the CodeQL Action is run with debugging enabled in Default Setup and private package registries are configured, the "Setup proxy for registries" step will output additional diagnostic information that can be used for troubleshooting. #3486
  • Added a setting which allows the CodeQL Action to enable network debugging for Java programs. This will help GitHub staff support customers with troubleshooting issues in GitHub-managed CodeQL workflows, such as Default Setup. This setting can only be enabled by GitHub staff. #3485
  • Added a setting which enables GitHub-managed workflows, such as Default Setup, to use a nightly CodeQL CLI release instead of the latest, stable release that is used by default. This will help GitHub staff support customers whose analyses for a given repository or organization require early access to a change in an upcoming CodeQL CLI release. This setting can only be enabled by GitHub staff. #3484

v3.32.3

  • 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

v3.32.2

... (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
  • 5cc552f Merge pull request #3768 from github/dependabot/npm_and_yarn/npm-minor-3536e7...
  • 6b1a9f2 Merge branch 'main' into dependabot/npm_and_yarn/npm-minor-3536e7c6f0
  • 9d3ec57 Merge pull request #3770 from github/dependabot/github_actions/dot-github/wor...
  • 3ff82aa Merge pull request #3575 from github/mbg/ts/sync-checks
  • 4bdd4e7 Merge pull request #3554 from github/sam-robson/overlay-include-diff
  • 23a0098 fix: improve error handling and logging for diff range path resolution
  • ea7b090 Rebuild
  • a663d01 Bump ruby/setup-ruby
  • b659882 Bump the npm-minor group with 5 updates
  • d5bb39f refactor: single source of truth for getDiffRangesJsonFilePath and simplified...
  • Additional commits viewable in compare view

Srikanth Patchava added 22 commits April 1, 2026 00:46
- Fix path resolution in conftest.py and test_cortex_r5_integration.py
  (_EBUILD_ROOT was pointing to tests/ instead of repo root)
- Add pytest skip markers for tests requiring eboot/eos sibling repos
- Create missing ebuild/build/ module (toolchain, ninja_backend, dispatch)
  to satisfy imports from commands.py
- Fix simulation-test.yml: replace broken eosim validate/test/artifact
  commands (expected file paths, got platform names)
- Update .gitignore: /build/ instead of build/ to allow ebuild/build/
…lash

- Fix simulation-test.yml YAML syntax (remove broken orphaned steps)
- Fix include guard clash: eos_config.h (product config) and config.h
  (core types) both used EOS_CONFIG_H guard, causing core types like
  EosResult, EosConfig to be silently undefined. Renamed product config
  guard to EOS_PRODUCT_CONFIG_H
- Unified core/eos/include/eos/package.h: added proper includes
  (eos/error.h, eos/config.h, eos/graph.h) and full struct definition
- Removed duplicate core/eos/pkg/include/eos/package.h that conflicted
  with the global header due to same EOS_PACKAGE_H include guard
- Updated pkg/CMakeLists.txt to use unified header path
- Added registry API functions (register, find, init_all) to package.c
…, eosuite include path

- multicore.c: eos_core_stop sets state to EOS_CORE_OFFLINE (was HALTED)
- net.c: eos_net_socket returns valid pseudo-socket instead of INVALID
- net.c: bind/listen/close stubs return success when initialized
- eosuite CMakeLists: use CMAKE_CURRENT_SOURCE_DIR for include path
- multicore.c: eos_core_stop() now sets EOS_CORE_OFFLINE (was EOS_CORE_HALTED)
- multicore.c: eos_task_set/get_affinity() now stores and retrieves mask
- net.c: eos_net_socket() returns valid stub handles instead of EOS_SOCKET_INVALID
- coredump.c: skip raw pointer stack capture to prevent segfault in hosted tests
- Switch from wheel install to source install for nested simulation jobs
- Replace 'eosim simulate' with 'eosim run' (correct CLI command)
- Fix nested-guest-install platform names (x86_64 -> x86_64-linux, etc.)
- Switch simulation-test.yml to install EoSim from source
Phase 1 - Documentation:
  - Overhauled README.md with Quick Start, workflow examples, hardware table
  - Created docs/architecture.md with Mermaid system diagram
  - Created docs/guides/customization.md (plugin dev + build profiles)
  - Created docs/guides/adding_a_board.md (step-by-step board contribution)
  - Fixed duplicated CHANGELOG entry
  - Fixed duplicated EBUILD_ROOT in conftest.py

Phase 2 - Testing & CI:
  - Created .github/workflows/ci.yml (lint, unit tests, integration, build check)
  - Created .github/workflows/nightly.yml (full matrix, QEMU, SBOM, lockfile)
  - Created tests/test_qemu_targets.py (QEMU smoke tests for ARM/AArch64/RISC-V)
  - Applied pytest markers to all test classes (eboot, eos, ebuild, integration, cross_repo)
  - Added qemu and cross_repo markers to pytest.ini

Phase 3 - Extensibility:
  - Created ebuild/plugins/base.py (PluginBase with 5 lifecycle hooks)
  - Created ebuild/plugins/__init__.py (entry-point discovery + notification system)
  - Created docs/guides/adding_a_board.md (board contribution checklist)
  - Shipped 5 sample recipes: zlib, mbedtls, freertos, littlefs, lwip

Phase 4 - Ecosystem Support:
  - Created docs/guides/overlays.md (overlay directory structure, sharing, resolution)
  - Created docs/compatibility.md (OS, Python, toolchain, QEMU version matrix)

Phase 5 - Package Management:
  - Created ebuild/packages/repository.py (remote index, search, info, export)
  - Created ebuild/packages/profiles.py (4 builtin profiles, YAML loading, inheritance)
  - Added plugin entry-points config to pyproject.toml

Phase 6 - Naming Clarity:
  - Added Gentoo ebuild disambiguation notice to README and architecture doc
  - Created .gitignore (Python, C/C++, IDE, QEMU, deliverables)
The weekly workflow runs flake8 for linting but it was not listed as
a dev dependency, causing 'command not found' errors.
…r, fix wrong board mappings in sdk_generator (rp2040, vexpress), add null-safety checks and encoding params
The multi-line python -c blocks in build-sdk and build-deliverable had
0-indentation lines that broke the YAML literal block scalar, causing
GitHub Actions to fail with 'log not found' (workflow file issue).

Collapsed the multi-line python -c commands into single-line semicolon-
separated statements to keep all content properly indented within the
run: | blocks.
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Apr 3, 2026
Srikanth Patchava and others added 2 commits April 3, 2026 12:43
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 e1135aa to b0d212a Compare April 3, 2026 19:50
@dependabot @github
Copy link
Copy Markdown
Author

dependabot bot commented on behalf of github Apr 3, 2026

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 April 3, 2026 21:26
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