Skip to content

ci(deps): bump github/codeql-action from 4.33.0 to 4.34.1#98

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/github_actions/github/codeql-action-4.34.1
Closed

ci(deps): bump github/codeql-action from 4.33.0 to 4.34.1#98
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/github_actions/github/codeql-action-4.34.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Mar 23, 2026

Bumps github/codeql-action from 4.33.0 to 4.34.1.

Release notes

Sourced from github/codeql-action's releases.

v4.34.1

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

v4.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
Changelog

Sourced from github/codeql-action's changelog.

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

[UNRELEASED]

No user facing changes.

4.34.1 - 20 Mar 2026

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

4.34.0 - 20 Mar 2026

  • 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

4.33.0 - 16 Mar 2026

  • 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

4.32.6 - 05 Mar 2026

  • Update default CodeQL bundle version to 2.24.3. #3548

4.32.5 - 02 Mar 2026

  • 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

4.32.4 - 20 Feb 2026

  • 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

... (truncated)

Commits
  • 3869755 Merge pull request #3763 from github/update-v4.34.1-095e0fe50
  • 20e68ac Update changelog for v4.34.1
  • 095e0fe Merge pull request #3762 from github/henrymercer/downgrade-default-bundle
  • 47b94fe Add changelog note
  • 51a1d69 Downgrade default bundle to codeql-bundle-v2.24.3
  • 510cf73 Merge pull request #3589 from github/mergeback/v4.34.0-to-main-c6f93110
  • 89f0c86 Rebuild
  • c3f90ba Update changelog and version after v4.34.0
  • c6f9311 Merge pull request #3588 from github/update-v4.34.0-30c555a52
  • eeb9b3f Update changelog for v4.34.0
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot 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 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)

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.33.0 to 4.34.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@b1bff81...3869755)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-version: 4.34.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Mar 23, 2026

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 darach as a code owner March 23, 2026 09:33
@github-actions github-actions Bot enabled auto-merge (squash) March 23, 2026 09:36
auto-merge was automatically disabled March 23, 2026 09:45

Tried to create or update workflow without `workflows` permission

@github-actions
Copy link
Copy Markdown
Contributor

✅ Benchmark Results: No significant regressions

Click to expand benchmark comparison
group                                               main                                   pr
-----                                               ----                                   --
diff_patch_merge/crdt_processor/merge_single/10     1.28     41.1±4.66ns        ? ?/sec    1.00     32.1±0.65ns        ? ?/sec
diff_patch_merge/crdt_processor/merge_single/100    1.28     41.2±4.66ns        ? ?/sec    1.00     32.1±0.62ns        ? ?/sec
diff_patch_merge/crdt_processor/merge_single/50     1.28     41.1±4.64ns        ? ?/sec    1.00     32.1±0.67ns        ? ?/sec
format/comparison/csv/simd                          1.38     11.8±0.09µs 82.6 KElem/sec    1.00      8.6±0.29µs 113.8 KElem/sec
format/csv/parsing/structural/large                 1.37    120.9±0.95µs   780.4 MB/sec    1.00     88.3±0.60µs  1069.2 MB/sec
format/csv/parsing/structural/medium                1.33     11.9±0.24µs   715.0 MB/sec    1.00      9.0±0.15µs   950.0 MB/sec
format/csv/parsing/structural/small                 1.23  1561.8±31.85ns   534.3 MB/sec    1.00  1274.2±11.45ns   654.9 MB/sec
format/json/baseline/fionn/large                    1.00     79.2±0.61µs   508.9 MB/sec    1.15     91.2±0.99µs   442.3 MB/sec
format/scaling/csv/records/100                      1.32     11.9±0.11µs   321.8 MB/sec    1.00      9.0±0.07µs   425.6 MB/sec
format/scaling/csv/records/1000                     1.36    120.9±1.05µs   333.6 MB/sec    1.00     88.6±1.63µs   455.1 MB/sec
format/scaling/csv/records/10000                    1.39  1301.2±37.21µs   324.5 MB/sec    1.00    936.7±8.84µs   450.8 MB/sec
format/scaling/csv/records/500                      1.37     60.6±1.35µs   330.9 MB/sec    1.00     44.3±0.84µs   452.5 MB/sec
format/scaling/csv/records/5000                     1.38    646.9±8.21µs   324.7 MB/sec    1.00   468.6±17.63µs   448.3 MB/sec
format/scaling/ison/records/500                     1.00     20.7±0.29µs   968.8 MB/sec    1.18     24.5±0.30µs   820.2 MB/sec
format/scaling/json/records/10000                   1.20      2.3±0.01ms   183.0 MB/sec    1.00  1919.4±20.12µs   220.0 MB/sec
format/toml/features/inline_table_detection         1.00      2.3±0.04µs     3.0 GB/sec    1.25      2.9±0.05µs     2.4 GB/sec
format/toml/parsing/structural/medium               1.00      2.6±0.11µs   522.2 MB/sec    1.33      3.4±0.03µs   392.2 MB/sec
format/toml/parsing/structural/small                1.00   644.9±13.19ns   383.0 MB/sec    1.18   758.7±55.57ns   325.5 MB/sec
format/toon/parsing/indent/large                    1.00      2.3±0.07µs     2.1 GB/sec    1.46      3.4±0.03µs  1441.3 MB/sec
format/toon/parsing/indent/medium                   1.00  1767.0±55.24ns     2.1 GB/sec    1.66      2.9±0.06µs  1320.8 MB/sec
format/toon/parsing/indent/small                    1.00    134.1±5.28ns  1699.9 MB/sec    1.36    182.3±3.26ns  1250.6 MB/sec
format/toon/parsing/indent/tiny                     1.00     10.5±0.38ns  1907.8 MB/sec    1.41     14.8±0.14ns  1352.5 MB/sec
format/toon/parsing/structural/tiny                 1.00     68.1±0.44ns   294.0 MB/sec    1.18     80.3±1.09ns   249.5 MB/sec
format/yaml/features/anchor_detection               1.35      2.9±0.04µs  1514.0 MB/sec    1.00      2.2±0.03µs  2040.8 MB/sec
format/yaml/parsing/indent/large                    1.00     15.9±0.43µs  1432.0 MB/sec    1.24     19.7±0.36µs  1152.1 MB/sec
format/yaml/parsing/indent/medium                   1.00  1599.7±35.37ns  1392.6 MB/sec    1.22  1956.6±35.01ns  1138.6 MB/sec
format/yaml/parsing/indent/small                    1.00    132.5±4.32ns  1720.3 MB/sec    1.38    182.2±1.47ns  1250.9 MB/sec
format/yaml/parsing/indent/tiny                     1.00     10.6±0.44ns  1896.2 MB/sec    1.42     15.0±0.36ns  1337.2 MB/sec
format/yaml/parsing/structural/small                1.00   656.5±68.16ns   347.2 MB/sec    1.17    767.9±8.76ns   296.8 MB/sec
streaming/allocation/fresh_processor                1.00    289.8±8.35µs   398.0 MB/sec    1.19    344.9±8.31µs   334.5 MB/sec
streaming/allocation/reused_processor               1.00    289.8±8.12µs   398.0 MB/sec    1.19    345.1±6.77µs   334.2 MB/sec
streaming/chunk_throughput/chunk_size/1000          1.00      2.9±0.06ms   407.9 MB/sec    1.20      3.5±0.03ms   340.5 MB/sec
streaming/chunk_throughput/chunk_size/2000          1.00      2.9±0.05ms   408.2 MB/sec    1.19      3.5±0.21ms   341.9 MB/sec
streaming/chunk_throughput/chunk_size/500           1.00      3.0±0.06ms   395.5 MB/sec    1.16      3.5±0.02ms   340.1 MB/sec
streaming/jsonl_batch_size/optimized/10             1.00      3.1±0.10µs   347.6 MB/sec    1.15      3.6±0.06µs   301.1 MB/sec
streaming/jsonl_batch_size/optimized/100            1.00     29.6±0.68µs   377.1 MB/sec    1.15     34.1±0.26µs   327.1 MB/sec
streaming/jsonl_batch_size/optimized/1000           1.00    284.2±7.60µs   405.9 MB/sec    1.19    337.7±7.30µs   341.6 MB/sec
streaming/schema_selectivity/fields/1               1.00    248.8±5.48µs   463.7 MB/sec    1.22    303.2±6.59µs   380.5 MB/sec
streaming/schema_selectivity/fields/2               1.00    289.1±9.15µs   399.0 MB/sec    1.19    345.0±7.40µs   334.4 MB/sec
streaming/schema_selectivity/fields/4               1.00   367.5±10.99µs   313.9 MB/sec    1.17    429.8±6.65µs   268.4 MB/sec
streaming/schema_selectivity/fields/6               1.00   449.0±10.32µs   256.9 MB/sec    1.16   518.9±10.21µs   222.3 MB/sec
streaming/simd_comparison/simd_batch/100            1.00     30.3±0.69µs   368.6 MB/sec    1.16     35.0±0.27µs   318.7 MB/sec
streaming/simd_comparison/simd_batch/1000           1.00    285.1±4.78µs   404.6 MB/sec    1.21    344.9±6.81µs   334.5 MB/sec
streaming/variable_lines/uniform_1k                 1.00    289.9±6.01µs   398.0 MB/sec    1.20    347.3±6.33µs   332.2 MB/sec

Threshold: 15% regression triggers warning


Benchmarks compare this PR against main branch

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Mar 30, 2026

Superseded by #101.

@dependabot dependabot Bot closed this Mar 30, 2026
@dependabot dependabot Bot deleted the dependabot/github_actions/github/codeql-action-4.34.1 branch March 30, 2026 09:39
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