Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 2, 2024

Note: This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Type Update Change
github/codeql-action action minor v3.23.2 -> v3.31.9

Release Notes

github/codeql-action (github/codeql-action)

v3.31.9

Compare Source

v3.31.8

Compare Source

CodeQL Action Changelog

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

3.31.8 - 11 Dec 2025
  • Update default CodeQL bundle version to 2.23.8. #​3354

See the full CHANGELOG.md for more information.

v3.31.7

Compare Source

CodeQL Action Changelog

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

3.31.7 - 05 Dec 2025
  • Update default CodeQL bundle version to 2.23.7. #​3343

See the full CHANGELOG.md for more information.

v3.31.6

Compare Source

CodeQL Action Changelog

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

3.31.6 - 01 Dec 2025

No user facing changes.

See the full CHANGELOG.md for more information.

v3.31.5

Compare Source

CodeQL Action Changelog

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

3.31.5 - 24 Nov 2025

  • Update default CodeQL bundle version to 2.23.6. #​3321

See the full CHANGELOG.md for more information.

v3.31.4

Compare Source

CodeQL Action Changelog

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

3.31.4 - 18 Nov 2025

No user facing changes.

See the full CHANGELOG.md for more information.

v3.31.3

Compare Source

CodeQL Action Changelog

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

3.31.3 - 13 Nov 2025

  • CodeQL Action v3 will be deprecated in December 2026. The Action now logs a warning for customers who are running v3 but could be running v4. For more information, see Upcoming deprecation of CodeQL Action v3.
  • Update default CodeQL bundle version to 2.23.5. #​3288

See the full CHANGELOG.md for more information.

v3.31.2

Compare Source

v3.31.1

Compare Source

v3.31.0

Compare Source

CodeQL Action Changelog

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

3.31.0 - 24 Oct 2025
  • Bump minimum CodeQL bundle version to 2.17.6. #​3223
  • When SARIF files are uploaded by the analyze or upload-sarif actions, the CodeQL Action automatically performs post-processing steps to prepare the data for the upload. Previously, these post-processing steps were only performed before an upload took place. We are now changing this so that the post-processing steps will always be performed, even when the SARIF files are not uploaded. This does not change anything for the upload-sarif action. For analyze, this may affect Advanced Setup for CodeQL users who specify a value other than always for the upload input. #​3222

See the full CHANGELOG.md for more information.

v3.30.9

Compare Source

CodeQL Action Changelog

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

3.30.9 - 17 Oct 2025
  • Update default CodeQL bundle version to 2.23.3. #​3205
  • Experimental: A new setup-codeql action has been added which is similar to init, except it only installs the CodeQL CLI and does not initialize a database. Do not use this in production as it is part of an internal experiment and subject to change at any time. #​3204

See the full CHANGELOG.md for more information.

v3.30.8

Compare Source

CodeQL Action Changelog

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

3.30.8 - 10 Oct 2025

No user facing changes.

See the full CHANGELOG.md for more information.

v3.30.7

Compare Source

CodeQL Action Changelog

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

3.30.7 - 06 Oct 2025

No user facing changes.

See the full CHANGELOG.md for more information.

v3.30.6

Compare Source

CodeQL Action Changelog

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

3.30.6 - 02 Oct 2025

  • Update default CodeQL bundle version to 2.23.2. #​3168

See the full CHANGELOG.md for more information.

v3.30.5

Compare Source

CodeQL Action Changelog

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

3.30.5 - 26 Sep 2025

  • We fixed a bug that was introduced in 3.30.4 with upload-sarif which resulted in files without a .sarif extension not getting uploaded. #​3160

See the full CHANGELOG.md for more information.

v3.30.4

Compare Source

CodeQL Action Changelog

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

3.30.4 - 25 Sep 2025

  • We have improved the CodeQL Action's ability to validate that the workflow it is used in does not use different versions of the CodeQL Action for different workflow steps. Mixing different versions of the CodeQL Action in the same workflow is unsupported and can lead to unpredictable results. A warning will now be emitted from the codeql-action/init step if different versions of the CodeQL Action are detected in the workflow file. Additionally, an error will now be thrown by the other CodeQL Action steps if they load a configuration file that was generated by a different version of the codeql-action/init step. #​3099 and #​3100
  • We added support for reducing the size of dependency caches for Java analyses, which will reduce cache usage and speed up workflows. This will be enabled automatically at a later time. #​3107
  • You can now run the latest CodeQL nightly bundle by passing tools: nightly to the init action. In general, the nightly bundle is unstable and we only recommend running it when directed by GitHub staff. #​3130
  • Update default CodeQL bundle version to 2.23.1. #​3118

See the full CHANGELOG.md for more information.

v3.30.3

Compare Source

CodeQL Action Changelog

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

3.30.3 - 10 Sep 2025

No user facing changes.

See the full CHANGELOG.md for more information.

v3.30.2

Compare Source

CodeQL Action Changelog

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

3.30.2 - 09 Sep 2025

  • Fixed a bug which could cause language autodetection to fail. #​3084
  • Experimental: The quality-queries input that was added in 3.29.2 as part of an internal experiment is now deprecated and will be removed in an upcoming version of the CodeQL Action. It has been superseded by a new analysis-kinds input, which is part of the same internal experiment. Do not use this in production as it is subject to change at any time. #​3064

See the full CHANGELOG.md for more information.

v3.30.1

Compare Source

CodeQL Action Changelog

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

3.30.1 - 05 Sep 2025

  • Update default CodeQL bundle version to 2.23.0. #​3077

See the full CHANGELOG.md for more information.

v3.30.0

Compare Source

CodeQL Action Changelog

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

3.30.0 - 01 Sep 2025

  • Reduce the size of the CodeQL Action, speeding up workflows by approximately 4 seconds. #​3054

See the full CHANGELOG.md for more information.

v3.29.11

Compare Source

CodeQL Action Changelog

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

3.29.11 - 21 Aug 2025

  • Update default CodeQL bundle version to 2.22.4. #​3044

See the full CHANGELOG.md for more information.

v3.29.10

Compare Source

CodeQL Action Changelog

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

3.29.10 - 18 Aug 2025

No user facing changes.

See the full CHANGELOG.md for more information.

v3.29.9

Compare Source

CodeQL Action Changelog

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

3.29.9 - 12 Aug 2025

No user facing changes.

See the full CHANGELOG.md for more information.

v3.29.8

Compare Source

CodeQL Action Changelog

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

3.29.8 - 08 Aug 2025

  • Fix an issue where the Action would autodetect unsupported languages such as HTML. #​3015

See the full CHANGELOG.md for more information.

v3.29.7

Compare Source

This is a re-release of v3.29.5 to mitigate an issue that was discovered with v3.29.6.

v3.29.6

Compare Source

CodeQL Action Changelog

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

3.29.6 - 07 Aug 2025

  • The cleanup-level input to the analyze Action is now deprecated. The CodeQL Action has written a limited amount of intermediate results to the database since version 2.2.5, and now automatically manages cleanup. #​2999
  • Update default CodeQL bundle version to 2.22.3. #​3000

See the full CHANGELOG.md for more information.

v3.29.5

Compare Source

CodeQL Action Changelog

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

3.29.5 - 29 Jul 2025

  • Update default CodeQL bundle version to 2.22.2. #​2986

See the full CHANGELOG.md for more information.

v3.29.4

Compare Source

CodeQL Action Changelog

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

3.29.4 - 23 Jul 2025

No user facing changes.

See the full CHANGELOG.md for more information.

v3.29.3

Compare Source

CodeQL Action Changelog

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

3.29.3 - 21 Jul 2025

No user facing changes.

See the full CHANGELOG.md for more information.

v3.29.2

Compare Source

CodeQL Action Changelog

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

3.29.2 - 30 Jun 2025

  • Experimental: When the quality-queries input for the init action is provided with an argument, separate .quality.sarif files are produced and uploaded for each language with the results of the specified queries. Do not use this in production as it is part of an internal experiment and subject to change at any time. #​2935

See the full CHANGELOG.md for more information.

v3.29.1

Compare Source

CodeQL Action Changelog

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

3.29.1 - 27 Jun 2025

  • Fix bug in PR analysis where user-provided include query filter fails to exclude non-included queries. #​2938
  • Update default CodeQL bundle version to 2.22.1. #​2950

See the full CHANGELOG.md for more information.

v3.29.0

Compare Source

CodeQL Action Changelog

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

3.29.0 - 11 Jun 2025

  • Update default CodeQL bundle version to 2.22.0. #​2925
  • Bump minimum CodeQL bundle version to 2.16.6. #​2912

See the full CHANGELOG.md for more information.

v3.28.21

Compare Source

CodeQL Action Changelog

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

3.28.21 - 28 July 2025

No user facing changes.

See the full CHANGELOG.md for more information.

v3.28.20

Compare Source

CodeQL Action Changelog

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

3.28.20 - 21 July 2025

See the full CHANGELOG.md for more information.

v3.28.19

Compare Source

CodeQL Action Changelog

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

3.28.19 - 03 Jun 2025

  • The CodeQL Action no longer includes its own copy of the extractor for the actions language, which is currently in public preview.
    The actions extractor has been included in the CodeQL CLI since v2.20.6. If your workflow has enabled the actions language and you have pinned
    your tools: property to a specific version of the CodeQL CLI earlier than v2.20.6, you will need to update to at least CodeQL v2.20.6 or disable
    actions analysis.
  • Update default CodeQL bundle version to 2.21.4. #​2910

See the full CHANGELOG.md for more information.

v3.28.18

Compare Source

CodeQL Action Changelog

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

3.28.18 - 16 May 2025

  • Update default CodeQL bundle version to 2.21.3. #​2893
  • Skip validating SARIF produced by CodeQL for improved performance. #​2894
  • The number of threads and amount of RAM used by CodeQL can now be set via the CODEQL_THREADS and CODEQL_RAM runner environment variables. If set, these environment variables override the threads and ram inputs respectively. #​2891

See the full CHANGELOG.md for more information.

v3.28.17

Compare Source

CodeQL Action Changelog

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

3.28.17 - 02 May 2025

  • Update default CodeQL bundle version to 2.21.2. #​2872

See the full CHANGELOG.md for more information.

v3.28.16

Compare Source

CodeQL Action Changelog

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

3.28.16 - 23 Apr 2025

  • Update default CodeQL bundle version to 2.21.1. #​2863

See the full CHANGELOG.md for more information.

v3.28.15

Compare Source

CodeQL Action Changelog

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

3.28.15 - 07 Apr 2025

  • Fix bug where the action would fail if it tried to produce a debug artifact with more than 65535 files. #​2842

See the full CHANGELOG.md for more information.

v3.28.14

Compare Source

CodeQL Action Changelog

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

3.28.14 - 07 Apr 2025

  • Update default CodeQL bundle version to 2.21.0. #​2838

See the full CHANGELOG.md for more information.

v3.28.13

Compare Source

CodeQL Action Changelog

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

3.28.13 - 24 Mar 2025

No user facing changes.

See the full CHANGELOG.md for more information.

v3.28.12

Compare Source

CodeQL Action Changelog

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

3.28.12 - 19 Mar 2025

  • Dependency caching should now cache more dependencies for Java build-mode: none extractions. This should speed up workflows and avoid inconsistent alerts in some cases.
  • Update default CodeQL bundle version to 2.20.7. #​2810

See the full CHANGELOG.md for more information.

v3.28.11

Compare Source

CodeQL Action Changelog

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

3.28.11 - 07 Mar 2025

  • Update default CodeQL bundle version to 2.20.6. #​2793

See the full CHANGELOG.md for more information.

v3.28.10

Compare Source

CodeQL Action Changelog

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

3.28.10 - 21 Feb 2025

  • Update default CodeQL bundle version to 2.20.5. #​2772
  • Address an issue where the CodeQL Bundle would occasionally fail to decompress on macOS. #​2768

See the full CHANGELOG.md for more information.

v3.28.9

Compare Source

CodeQL Action Changelog

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

3.28.9 - 07 Feb 2025

  • Update default CodeQL bundle version to 2.20.4. #​2753

See the full CHANGELOG.md for more information.

v3.28.8

Compare Source

CodeQL Action Changelog

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

3.28.8 - 29 Jan 2025

  • Enable support for Kotlin 2.1.10 when running with CodeQL CLI v2.20.3. #​2744

See the full CHANGELOG.md for more information.

v3.28.7

Compare Source

CodeQL Action Changelog

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

3.28.7 - 29 Jan 2025

No user facing changes.

See the full CHANGELOG.md for more information.

v3.28.6

Compare Source

CodeQL Action Changelog

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

3.28.6 - 27 Jan 2025

  • Re-enable debug artifact upload for CLI versions 2.20.3 or greater. #​2726

See the full CHANGELOG.md for more information.

v3.28.5

Compare Source

CodeQL Action Changelog

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

3.28.5 - 24 Jan 2025

  • Update default CodeQL bundle version to 2.20.3. #​2717

See the full CHANGELOG.md for more information.

v3.28.4

Compare Source

CodeQL Action Changelog

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

3.28.4 - 23 Jan 2025

No user facing changes.

See the full CHANGELOG.md for more information.

v3.28.3

Compare Source

CodeQL Action Changelog

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

3.28.3 - 22 Jan 2025

  • Update default CodeQL bundle version to 2.20.2. #​2707
  • Fix an issue downloading the CodeQL Bundle from a GitHub Enterprise Server instance which occurred when the CodeQL Bundle had been synced to the instance using the CodeQL Action sync tool and the Actions runner did not have Zstandard installed. #​2710
  • Uploading debug artifacts for CodeQL analysis is temporarily disabled. #​2712

See the full CHANGELOG.md for more information.

v3.28.2

Compare Source

CodeQL Action Changelog

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

3.28.2 - 21 Jan 2025

No user facing changes.

See the full CHANGELOG.md for more information.

v3.28.1

Compare Source

CodeQL Action Changelog

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

3.28.1 - 10 Jan 2025

  • CodeQL Action v2 is now deprecated, and is no longer updated or supported. For better performance, improved security, and new features, upgrade to v3. For more information, see this changelog post. #​2677
  • Update default CodeQL bundle version to 2.20.1. #​2678

See the full CHANGELOG.md for more information.

v3.28.0

Compare Source

CodeQL Action Changelog

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

Note that the only difference between v2 and v3 of the CodeQL Action is the node version they support, with v3 running on node 20 while we continue to release v2 to support running on node 16. For example 3.22.11 was the first v3 release and is functionally identical to 2.22.11. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.

3.28.0 - 20 Dec 2024

  • Bump the minimum CodeQL bundle version to 2.15.5. #​2655
  • Don't fail in the unusual case that a file is on the search path. #​2660.

See the full CHANGELOG.md for more information.

v3.27.9

Compare Source

CodeQL Action Changelog

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

Note that the only difference between v2 and v3 of the CodeQL Action is the node version they support, with v3 running on node 20 while we continue to release v2 to support running on node 16. For example 3.22.11 was the first v3 release and is functionally identical to 2.22.11. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.

3.27.9 - 12 Dec 2024

No user facing changes.

See the full CHANGELOG.md for more information.

v3.27.8

Compare Source

v3.27.7

Compare Source

CodeQL Action Changelog

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

Note that the only difference between v2 and v3 of the CodeQL Action is the node version they support, with v3 running on node 20 while we continue to release v2 to support running on node 16. For example 3.22.11 was the first v3 release and is functionally identical to 2.22.11. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.

3.27.7 - 10 Dec 2024

  • We are rolling out a change in December 2024 that will extract the CodeQL bundle directly to the toolcache to improve performance. #​2631
  • Update default CodeQL bundle version to 2.20.0. #​2636

See the full CHANGELOG.md for more information.

v3.27.6

Compare Source

CodeQL Action Changelog

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

Note that the only difference between v2 and v3 of the CodeQL Action is the node version they support, with v3 running on node 20 while we continue to release v2 to support running on node 16. For example 3.22.11 was the first v3 release and is functionally identical to 2.22.11. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.

3.27.6 - 03 Dec 2024

  • Update default CodeQL bundle version to 2.19.4. #​2626

See the full CHANGELOG.md for more information.

v3.27.5

Compare Source

CodeQL Action Changelog

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

Note that the only difference between v2 and v3 of the CodeQL Action is the node version they support, with v3 running on node 20 while we continue to release v2 to support running on node 16. For example 3.22.11 was the first v3 release and is functionally identical to 2.22.11. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.

3.27.5 - 19 Nov 2024

No user facing changes.

See the full CHANGELOG.md for more information.

v3.27.4

Compare Source

CodeQL Action Changelog

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

Note that the only difference between v2 and v3 of the CodeQL Action is the node version they support, with v3 running on node 20 while we continue to release v2 to support running on node 16. For example 3.22.11 was the first v3 release and is functionally identical to 2.22.11. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.

3.27.4 - 14 Nov 2024

No user facing changes.

See the full CHANGELOG.md for more information.

v3.27.3

Compare Source

CodeQL Action Changelog

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

Note that the only difference between v2 and v3 of the CodeQL Action is the node version they support, with v3 running on node 20 while we continue to release v2 to support running on node 16. For example 3.22.11 was the first v3 release and is functionally identical to 2.22.11. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.

3.27.3 - 12 Nov 2024

No user facing changes.

See the full CHANGELOG.md for more information.

v3.27.2

Compare Source

CodeQL Action Changelog

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

Note that the only difference between v2 and v3 of the CodeQL Action is the node version they support, with v3 running on node 20 while we continue to release v2 to support running on node 16. For example 3.22.11 was the first v3 release and is functionally identical to 2.22.11. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.

3.27.2 - 12 Nov 2024

  • Fixed an issue where setting up the CodeQL tools would sometimes fail with the message "Invalid value 'undefined' for header 'authorization'". #​2590

See the full CHANGELOG.md for more information.

v3.27.1

Compare Source

CodeQL Action Changelog

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

Note that the only difference between v2 and v3 of the CodeQL Action is the node version they support, with v3 running on node 20 while we continue to release v2 to support running on node 16. For example 3.22.11 was the first v3 release and is functionally identical to 2.22.11. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.

3.27.1 - 08 Nov 2024

  • The CodeQL Action now downloads bundles compressed using Zstandard on GitHub Enterprise Server when using Linux or macOS runners. This speeds up the installation of the CodeQL tools. This feature is already available to GitHub.com users. #​2573
  • Update default CodeQL bundle version to 2.19.3. #​2576

See the full CHANGELOG.md for more information.

v3.27.0

Compare Source

CodeQL Action Changelog

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

Note that the only difference between v2 and v3 of the CodeQL Action is the node version they support, with v3 running on node 20 while we continue to release v2 to support running on node 16. For example 3.22.11 was the first v3 release and is functionally identical to 2.22.11. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.

3.27.0 - 22 Oct 2024

  • Bump the minimum CodeQL bundle version to 2.14.6. #​2549
  • Fix an issue where the upload-sarif Action would fail with "upload-sarif post-action step failed: Input required and not supplied: token" when called in a composite Action that had a different set of inputs to the ones expected by the upload-sarif Action. #​2557
  • Update default CodeQL bundle version to 2.19.2. #​2552

See the full CHANGELOG.md for more information.

v3.26.13

Compare Source

CodeQL Action Changelog

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

Note that the only difference between v2 and v3 of the CodeQL Action is the node version they support, with v3 running on node 20 while we continue to release v2 to support running on node 16. For example 3.22.11 was the first v3 release and is functionally identical to 2.22.11. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.

3.26.13 - 14 Oct 2024

No user facing changes.

See the full CHANGELOG.md for more information.

v3.26.12

Compare Source

CodeQL Action Changelog

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

Note that the only difference between v2 and v3 of the CodeQL Action is the node version they support, with v3 running on node 20 while we continue to release v2 to support running on node 16. For example 3.22.11 was the first v3 release and is functionally identical to 2.22.11. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.

3.26.12 - 07 Oct 2024

  • Upcoming breaking change: Add a deprecation warning for customers using CodeQL version 2.14.5 and earlier. These versions of CodeQL were discontinued on 24 September 2024 alongside GitHub Enterprise Server 3.10, and will be unsupported by CodeQL Action versions 3.27.0 and later and versions 2.27.0 and later. #​2520

    • If you are using one of these versions, please update to CodeQL CLI version 2.14.6 or later. For instance, if you have specified a custom version of the CLI using the 'tools' input to the 'init' Action, you can remove this input to use the default version.

    • Alternatively, if you want to continue using a version of the CodeQL CLI between 2.13.5 and 2.14.5, you can replace github/codeql-action/*@​v3 by github/codeql-action/*@​v3.26.11 and github/codeql-action/*@​v2 by github/codeql-action/*@​v2.26.11 in your code scanning workflow to ensure you continue using this version of the CodeQL Action.

See the full CHANGELOG.md for more information.

v3.26.11

Compare Source

CodeQL Action Changelog

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

Note that the only difference between v2 and v3 of the CodeQL Action is the node version they support, with v3 running on node 20 while we continue to release v2 to support running on node 16. For example 3.22.11 was the first v3 release and is functionally identical to 2.22.11. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.

3.26.11 - 03 Oct 2024

  • Upcoming breaking change: Add support for using actions/download-artifact@v4 to programmatically consume CodeQL Action debug artifacts.

    Starting November 30, 2024, GitHub.com customers will no longer be able to use actions/download-artifact@v3. Therefore, to avoid breakage, customers who programmatically download the CodeQL Action debug artifacts should set the CODEQL_ACTION_ARTIFACT_V4_UPGRADE environment variable to true and bump actions/download-artifact@v3 to actions/download-artifact@v4 in their workflows. The CodeQL Action will enable this behavior by default in early November and workflows that have not yet bumped to actions/download-artifact@v3 to actions/download-artifact@v4 will begin failing then.

    This change is currently unavailable for GitHub Enterprise Server customers, as actions/upload-artifact@v4 and actions/download-artifact@v4 are not yet compatible with GHES.

See the full CHANGELOG.md for more information.

v3.26.10

Compare Source

CodeQL Action Changelog

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

Note that the only difference between v2 and v3 of the CodeQL Action is the node version they support, with v3 running on node 20 while we continue to release v2 to support running on node 16. For example 3.22.11 was the first v3 release and is functionally identical to 2.22.11. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.

3.26.10 - 30 Sep 2024

  • We are rolling out a feature in September/October 2024 that sets up CodeQL using a bundle compressed with Zstandard. Our aim is to improve the performance of setting up CodeQL. #​2502

See the full CHANGELOG.md for more information.

v3.26.9

Compare Source

CodeQL Action Changelog

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

Note that the only difference between v2 and v3 of the CodeQL Action is the node version they support, with v3 running on node 20 while we continue to release v2 to support running on node 16. For example 3.22.11 was the first v3 release and is functionally identical to 2.22.11. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.

3.26.9 - 24 Sep 2024

No user facing changes.

See the full CHANGELOG.md for more information.

v3.26.8

Compare Source

CodeQL Action Changelog

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

Note that the only difference between v2 and v3 of the CodeQL Action is the node version they support, with v3 running on node 20 while we continue to release v2 to supp


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from kilpatty as a code owner February 2, 2024 18:38
@renovate renovate bot added the auto-update label Feb 2, 2024
@renovate renovate bot requested a review from a team as a code owner February 2, 2024 18:38
@github-actions
Copy link

github-actions bot commented Feb 2, 2024

🤠 Cargo bloat for toolchain stable-x86_64-unknown-linux-gnu 🤠

@@ Size breakdown @@

- Size       8.38 MB
+ Size       8.37 MB  -18.99 KB
- Text Size  2.15 MB
+ Text Size  2.14 MB  -11.94 KB
Size difference per crate

Note: The numbers below are not 100% accurate, use them as a rough estimate.

@@ Breakdown per crate @@

- (stratum_server) hyper::proto::h1::conn::Conn<I,B,T>::write_trailers       681 B
+ (stratum_server) hyper::proto::h1::conn::Conn<I,B,T>::write_trailers       4.78 KB
+ (stratum_server) tower_layer::tuple::<impl tower_layer::Layer<S> for (...  1.48 KB
+ (tokio) tokio::runtime::signal::Driver::shutdown                           759 B
+ (http) <http::header::value::HeaderValue as core::convert::From<u64>>:...  631 B
- (num_cpus) num_cpus::linux::init_cgroups                                   6.08 KB
- (stratum_server) hyper::proto::h1::encode::Encoder::encode_trailers        5.11 KB
- (tokio) alloc::collections::btree::map::BTreeMap<K,V,A>::insert            3.05 KB
- (stratum_server) <http::header::map::HeaderMap<T> as core::iter::trait...  2.26 KB
- (tokio) core::slice::sort::merge_sort                                      2.04 KB
- (stratum_server) <&T as tower_layer::Layer<S>>::layer                      1.55 KB
- (tokio) tokio::runtime::scheduler::current_thread::CurrentThread::shut...  1.29 KB
- (tokio) tokio::runtime::time::wheel::Wheel::poll                           935 B
- (num_cpus) std::io::append_to_string                                       849 B
- (num_cpus) core::str::<impl str>::trim_matches                             685 B
- (http) <http::header::value::HeaderValue as core::convert::From<usize>...  631 B
- (hyper) core::fmt::num::<impl core::fmt::Debug for usize>::fmt             29 B
- (num_cpus) num_cpus::linux::get_num_cpus                                   480 B
- (tokio) tokio::runtime::io::registration_set::RegistrationSet::shutdow...  418 B
- (num_cpus) std::sys::sync::once::futex::Once::call                         415 B
- (tower_http) tower_http::cors::CorsLayer::new                              394 B
- (std) std::path::Path::_join                                               382 B
- (stratum_server) hyper::proto::h1::encode::Encoder::encode_and_end         381 B
- (tokio) tokio::runtime::io::driver::Driver::shutdown                       379 B
- (num_cpus) num_cpus::linux::Cgroup::raw_param                              369 B
- (serde_json) serde_json::de::from_trait                                    369 B
- (tokio) tokio::runtime::io::registration_set::RegistrationSet::release     367 B
- (stratum_server) <std::collections::hash::map::HashMap<K,V,S> as core:...  352 B
- (tokio) hashbrown::map::HashMap<K,V,S,A>::remove                           342 B
- (tokio) tokio::runtime::time::wheel::Wheel::remove                         331 B
- (tokio) tokio::runtime::time::Driver::shutdown                             315 B
- (mio) mio::sys::unix::selector::epoll::Selector::select                    290 B
- (tokio) tokio::runtime::time::wheel::Wheel::insert                         288 B
- (stratum_server) futures_channel::mpsc::queue::Queue<T>::pop_spin          268 B
- (std) core::ptr::drop_in_place<alloc::vec::into_iter::IntoIter<http::h...  271 B
- (num_cpus) <std::io::Lines<B> as core::iter::traits::iterator::Iterato...  254 B
- (tokio) core::ptr::drop_in_place<tokio::runtime::io::driver::Handle>       248 B
- (tokio) tokio::runtime::time::wheel::Wheel::new                            246 B
- (mio) mio::sys::unix::selector::epoll::Selector::new                       245 B
- (tokio) core::ptr::drop_in_place<alloc::vec::Vec<alloc::sync::Arc<toki...  243 B
- (tokio) core::ptr::drop_in_place<tokio::loom::std::parking_lot::Mutex<...  87 B
- (std) std::fs::OpenOptions::_open                                          214 B
- (mio) mio::sys::unix::waker::eventfd::WakerInternal::wake                  202 B
- (std) core::ptr::drop_in_place<alloc::vec::Vec<(usize,std::thread::Joi...  191 B
- (mio) mio::sys::unix::waker::fdbased::Waker::new                           186 B
- (std) std::path::PathBuf::_push                                            185 B
- (stratum_server) core::ptr::drop_in_place<futures_channel::oneshot::Re...  185 B
- (tokio) alloc::raw_vec::RawVec<T,A>::reserve::do_reserve_and_handle        177 B
- (num_cpus) num_cpus::linux::Cgroup::param                                  169 B
- (num_cpus) alloc::raw_vec::RawVec<T,A>::reserve::do_reserve_and_handle     156 B
- (tokio) core::ptr::drop_in_place<tokio::runtime::context::set_schedule...  155 B
- (stratum_server) axum::routing::route::Route<E>::oneshot_inner             155 B
- (tokio) core::ptr::drop_in_place<tokio::runtime::scheduler::inject::po...  150 B
- (tokio) core::ptr::drop_in_place<alloc::sync::ArcInner<tokio::runtime:...  148 B
- (num_cpus) alloc::raw_vec::finish_grow                                     141 B
- (tokio) core::ptr::drop_in_place<(usize,std::thread::JoinHandle<()>)>      133 B
- (std) <std::fs::File as std::io::Read>::read_buf                           129 B
- (tokio) tokio::runtime::task::Schedule::yield_now                          116 B
- (stratum_server) axum::boxed::BoxedIntoRoute<S,E>::into_route              110 B
- (mio) <mio::net::tcp::stream::TcpStream as mio::event::source::Source>...  51 B
- (mio) <mio::net::tcp::listener::TcpListener as mio::event::source::Sou...  109 B
- (num_cpus) alloc::vec::Vec<T,A>::extend_from_slice                         90 B
- (stratum_server) core::ptr::drop_in_place<futures_channel::mpsc::Recei...  88 B
- (std) core::ptr::drop_in_place<num_cpus::linux::MountInfo>                 54 B
- (std) core::ptr::drop_in_place<tokio::signal::unix::OsExtraData>           52 B
- (mio) <mio::net::uds::stream::UnixStream as mio::event::source::Source...  51 B
- (std) core::ptr::drop_in_place<core::iter::adapters::filter_map::Filte...  37 B
- (std) core::ptr::drop_in_place<std::io::Lines<std::io::buffered::bufre...  37 B
- (std) core::ptr::drop_in_place<axum::json::Json<core::option::Option<s...  37 B
- (std) core::ptr::drop_in_place<axum::json::Json<stratum_server::ban_ma...  37 B
- (mio) <mio::sys::unix::selector::epoll::Selector as core::ops::drop::D...  36 B
- (std) <std::fs::File as std::io::Read>::read_to_string                     28 B
- (tokio) tokio::util::rand::FastRand::new                                   28 B
- (serde_json) <serde_json::raw::ReferenceFromString as serde::de::Visit...  21 B
- (bytes) <*const T as core::fmt::Debug>::fmt                                9 B
- (axum_core) core::error::Error::source                                     3 B
- (std) core::ptr::drop_in_place<signal_hook_registry::register<tokio::s...  1 B
- (tokio) core::ptr::drop_in_place<&std::process::Child>                     1 B
- (tokio) core::ptr::drop_in_place<tokio::loom::std::parking_lot::RwLock...  1 B
- (std) core::ptr::drop_in_place<&lock_api::mutex::Mutex<parking_lot::ra...  1 B
- (std) core::ptr::drop_in_place<tokio::runtime::builder::Builder::new::...  1 B
- (axum_core) core::ptr::drop_in_place<http::header::map::MaxSizeReached...  1 B
- (hyper) core::ptr::drop_in_place<&http::header::value::HeaderValue>        1 B
- (stratum_server) core::ptr::drop_in_place<http::header::value::Invalid...  1 B
- (stratum_server) core::ptr::drop_in_place<hyper::proto::h1::encode::No...  1 B
- (std) core::ptr::drop_in_place<&tracing_core::span::Id>                    1 B
- (std) core::ptr::drop_in_place<serde_json::raw::BoxedFromString>           1 B
Dependency tree
@@ Dependency tree @@
- Count: 223
+ Count: 221

  ├─ async-trait v0.1.81 (proc-macro)
  │  ├─ proc-macro2 v1.0.86
  │  │  └─ unicode-ident v1.0.12
  │  ├─ quote v1.0.36
  │  │  └─ proc-macro2 v1.0.86 
- │  └─ syn v2.0.70
+ │  └─ syn v2.0.72
  │     ├─ proc-macro2 v1.0.86 
  │     ├─ quote v1.0.36 
  │     └─ unicode-ident v1.0.12
  ├─ axum v0.7.5
  │  ├─ async-trait v0.1.81 (proc-macro) 
  │  ├─ axum-core v0.4.3
  │  │  ├─ async-trait v0.1.81 (proc-macro) 
- │  │  ├─ bytes v1.6.0
+ │  │  ├─ bytes v1.6.1
  │  │  ├─ futures-util v0.3.30
  │  │  │  ├─ futures-channel v0.3.30
  │  │  │  │  ├─ futures-core v0.3.30
  │  │  │  │  └─ futures-sink v0.3.30
  │  │  │  ├─ futures-core v0.3.30
  │  │  │  ├─ futures-io v0.3.30
  │  │  │  ├─ futures-macro v0.3.30 (proc-macro)
  │  │  │  │  ├─ proc-macro2 v1.0.86 
  │  │  │  │  ├─ quote v1.0.36 
- │  │  │  │  └─ syn v2.0.70 
+ │  │  │  │  └─ syn v2.0.72 
  │  │  │  ├─ futures-sink v0.3.30
  │  │  │  ├─ futures-task v0.3.30
  │  │  │  ├─ memchr v2.7.4
  │  │  │  ├─ pin-project-lite v0.2.14
  │  │  │  ├─ pin-utils v0.1.0
  │  │  │  └─ slab v0.4.9
  │  │  │     └─ autocfg v1.3.0
  │  │  ├─ http v1.1.0
- │  │  │  ├─ bytes v1.6.0
+ │  │  │  ├─ bytes v1.6.1
  │  │  │  ├─ fnv v1.0.7
  │  │  │  └─ itoa v1.0.11
- │  │  ├─ http-body v1.0.0
- │  │  │  ├─ bytes v1.6.0
+ │  │  ├─ http-body v1.0.1
+ │  │  │  ├─ bytes v1.6.1
  │  │  │  └─ http v1.1.0 
  │  │  ├─ http-body-util v0.1.2
- │  │  │  ├─ bytes v1.6.0
+ │  │  │  ├─ bytes v1.6.1
  │  │  │  ├─ futures-util v0.3.30 
  │  │  │  ├─ http v1.1.0 
- │  │  │  ├─ http-body v1.0.0 
+ │  │  │  ├─ http-body v1.0.1 
  │  │  │  └─ pin-project-lite v0.2.14
  │  │  ├─ mime v0.3.17
  │  │  ├─ pin-project-lite v0.2.14
  │  │  ├─ sync_wrapper v0.1.2
  │  │  ├─ tower-layer v0.3.2
  │  │  ├─ tower-service v0.3.2
  │  │  ├─ tracing v0.1.40
  │  │  │  ├─ log v0.4.22
  │  │  │  ├─ pin-project-lite v0.2.14
  │  │  │  ├─ tracing-attributes v0.1.27 (proc-macro)
  │  │  │  │  ├─ proc-macro2 v1.0.86 
  │  │  │  │  ├─ quote v1.0.36 
- │  │  │  │  └─ syn v2.0.70 
+ │  │  │  │  └─ syn v2.0.72 
  │  │  │  └─ tracing-core v0.1.32
  │  │  │     └─ once_cell v1.19.0
  │  │  └─ rustversion v1.0.17 (proc-macro)
- │  ├─ bytes v1.6.0
+ │  ├─ bytes v1.6.1
  │  ├─ futures-util v0.3.30 
  │  ├─ http v1.1.0 
- │  ├─ http-body v1.0.0 
+ │  ├─ http-body v1.0.1 
  │  ├─ http-body-util v0.1.2 
  │  ├─ hyper v1.4.1
- │  │  ├─ bytes v1.6.0
+ │  │  ├─ bytes v1.6.1
  │  │  ├─ futures-channel v0.3.30 
  │  │  ├─ futures-util v0.3.30 
  │  │  ├─ http v1.1.0 
- │  │  ├─ http-body v1.0.0 
+ │  │  ├─ http-body v1.0.1 
  │  │  ├─ httparse v1.9.4
  │  │  ├─ httpdate v1.0.3
  │  │  ├─ itoa v1.0.11
  │  │  ├─ pin-project-lite v0.2.14
  │  │  ├─ smallvec v1.13.2
- │  │  └─ tokio v1.38.0
- │  │     ├─ bytes v1.6.0
+ │  │  └─ tokio v1.39.1
+ │  │     ├─ bytes v1.6.1
  │  │     ├─ libc v0.2.155
- │  │     ├─ mio v0.8.11
+ │  │     ├─ mio v1.0.1
  │  │     │  └─ libc v0.2.155
- │  │     ├─ num_cpus v1.16.0
- │  │     │  └─ libc v0.2.155
  │  │     ├─ parking_lot v0.12.3
  │  │     │  ├─ lock_api v0.4.12
  │  │     │  │  ├─ scopeguard v1.2.0
  │  │     │  │  └─ autocfg v1.3.0
  │  │     │  └─ parking_lot_core v0.9.10
  │  │     │     ├─ cfg-if v1.0.0
  │  │     │     ├─ libc v0.2.155
  │  │     │     └─ smallvec v1.13.2
  │  │     ├─ pin-project-lite v0.2.14
  │  │     ├─ signal-hook-registry v1.4.2
  │  │     │  └─ libc v0.2.155
  │  │     ├─ socket2 v0.5.7
  │  │     │  └─ libc v0.2.155
- │  │     └─ tokio-macros v2.3.0 (proc-macro)
+ │  │     └─ tokio-macros v2.4.0 (proc-macro)
  │  │        ├─ proc-macro2 v1.0.86 
  │  │        ├─ quote v1.0.36 
- │  │        └─ syn v2.0.70 
+ │  │        └─ syn v2.0.72 
  │  ├─ hyper-util v0.1.6
- │  │  ├─ bytes v1.6.0
+ │  │  ├─ bytes v1.6.1
  │  │  ├─ futures-util v0.3.30 
  │  │  ├─ http v1.1.0 
- │  │  ├─ http-body v1.0.0 
+ │  │  ├─ http-body v1.0.1 
  │  │  ├─ hyper v1.4.1 
  │  │  ├─ pin-project-lite v0.2.14
- │  │  └─ tokio v1.38.0 
+ │  │  └─ tokio v1.39.1 
  │  ├─ itoa v1.0.11
  │  ├─ matchit v0.7.3
  │  ├─ memchr v2.7.4
  │  ├─ mime v0.3.17
  │  ├─ percent-encoding v2.3.1
  │  ├─ pin-project-lite v0.2.14
  │  ├─ serde v1.0.204
  │  │  └─ serde_derive v1.0.204 (proc-macro)
  │  │     ├─ proc-macro2 v1.0.86 
  │  │     ├─ quote v1.0.36 
- │  │     └─ syn v2.0.70 
+ │  │     └─ syn v2.0.72 
  │  ├─ serde_json v1.0.120
  │  │  ├─ itoa v1.0.11
  │  │  ├─ ryu v1.0.18
  │  │  └─ serde v1.0.204 
  │  ├─ serde_path_to_error v0.1.16
  │  │  ├─ itoa v1.0.11
  │  │  └─ serde v1.0.204 
  │  ├─ serde_urlencoded v0.7.1
  │  │  ├─ form_urlencoded v1.2.1
  │  │  │  └─ percent-encoding v2.3.1
  │  │  ├─ itoa v1.0.11
  │  │  ├─ ryu v1.0.18
  │  │  └─ serde v1.0.204 
  │  ├─ sync_wrapper v1.0.1
- │  ├─ tokio v1.38.0 
+ │  ├─ tokio v1.39.1 
  │  ├─ tower v0.4.13
  │  │  ├─ futures-core v0.3.30
  │  │  ├─ futures-util v0.3.30 
  │  │  ├─ pin-project v1.1.5
  │  │  │  └─ pin-project-internal v1.1.5 (proc-macro)
  │  │  │     ├─ proc-macro2 v1.0.86 
  │  │  │     ├─ quote v1.0.36 
- │  │  │     └─ syn v2.0.70 
+ │  │  │     └─ syn v2.0.72 
  │  │  ├─ pin-project-lite v0.2.14
- │  │  ├─ tokio v1.38.0 
+ │  │  ├─ tokio v1.39.1 
  │  │  ├─ tower-layer v0.3.2
  │  │  ├─ tower-service v0.3.2
  │  │  └─ tracing v0.1.40 
  │  ├─ tower-layer v0.3.2
  │  ├─ tower-service v0.3.2
  │  ├─ tracing v0.1.40 
  │  └─ rustversion v1.0.17 (proc-macro)
  ├─ bit-set v0.5.3
  │  └─ bit-vec v0.6.3
- ├─ bytes v1.6.0
+ ├─ bytes v1.6.1
  ├─ dashmap v5.5.3
  │  ├─ cfg-if v1.0.0
  │  ├─ hashbrown v0.14.5
  │  ├─ lock_api v0.4.12 
  │  ├─ once_cell v1.19.0
  │  └─ parking_lot_core v0.9.10 
  ├─ extended-primitives v0.3.8
  │  ├─ encodings v0.1.0
- │  └─ thiserror v1.0.62
- │     └─ thiserror-impl v1.0.62 (proc-macro)
+ │  └─ thiserror v1.0.63
+ │     └─ thiserror-impl v1.0.63 (proc-macro)
  │        ├─ proc-macro2 v1.0.86 
  │        ├─ quote v1.0.36 
- │        └─ syn v2.0.70 
+ │        └─ syn v2.0.72 
  ├─ futures v0.3.30
  │  ├─ futures-channel v0.3.30 
  │  ├─ futures-core v0.3.30
  │  ├─ futures-executor v0.3.30
  │  │  ├─ futures-core v0.3.30
  │  │  ├─ futures-task v0.3.30
  │  │  └─ futures-util v0.3.30 
  │  ├─ futures-io v0.3.30
  │  ├─ futures-sink v0.3.30
  │  ├─ futures-task v0.3.30
  │  └─ futures-util v0.3.30 
  ├─ hyper v1.4.1 
  ├─ parking_lot v0.12.3 
  ├─ rlimit v0.10.1
  │  └─ libc v0.2.155
  ├─ serde v1.0.204 
  ├─ serde_json v1.0.120 
- ├─ thiserror v1.0.62 
- ├─ tokio v1.38.0 
+ ├─ thiserror v1.0.63 
+ ├─ tokio v1.39.1 
  ├─ tokio-stream v0.1.15
  │  ├─ futures-core v0.3.30
  │  ├─ pin-project-lite v0.2.14
- │  └─ tokio v1.38.0 
+ │  └─ tokio v1.39.1 
  ├─ tokio-util v0.7.11
- │  ├─ bytes v1.6.0
+ │  ├─ bytes v1.6.1
  │  ├─ futures-core v0.3.30
  │  ├─ futures-sink v0.3.30
  │  ├─ pin-project-lite v0.2.14
  │  ├─ slab v0.4.9 
- │  └─ tokio v1.38.0 
+ │  └─ tokio v1.39.1 
  ├─ tower-http v0.5.2
  │  ├─ bitflags v2.6.0
- │  ├─ bytes v1.6.0
+ │  ├─ bytes v1.6.1
  │  ├─ http v1.1.0 
- │  ├─ http-body v1.0.0 
+ │  ├─ http-body v1.0.1 
  │  ├─ http-body-util v0.1.2 
  │  ├─ pin-project-lite v0.2.14
  │  ├─ tower-layer v0.3.2
  │  └─ tower-service v0.3.2
  ├─ tracing v0.1.40 
  └─ uuid v1.10.0
     ├─ getrandom v0.2.15
     │  ├─ cfg-if v1.0.0
     │  └─ libc v0.2.155
     ├─ rand v0.8.5
     │  ├─ libc v0.2.155
     │  ├─ rand_chacha v0.3.1
     │  │  ├─ ppv-lite86 v0.2.17
     │  │  └─ rand_core v0.6.4
     │  │     └─ getrandom v0.2.15 
     │  └─ rand_core v0.6.4 
     ├─ serde v1.0.204 
     └─ uuid-macro-internal v1.10.0 (proc-macro)
        ├─ proc-macro2 v1.0.86 
        ├─ quote v1.0.36 
-       └─ syn v2.0.70 
+       └─ syn v2.0.72 

Commit: de408de (Compare with baseline commit)

@codecov
Copy link

codecov bot commented Feb 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 69.31%. Comparing base (d1a33db) to head (0e360d3).

Current head 0e360d3 differs from pull request most recent head 3beeee0

Please upload reports for the commit 3beeee0 to get more accurate results.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #678      +/-   ##
==========================================
+ Coverage   68.35%   69.31%   +0.96%     
==========================================
  Files          29       29              
  Lines        1839     1799      -40     
==========================================
- Hits         1257     1247      -10     
+ Misses        582      552      -30     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate
Copy link
Contributor Author

renovate bot commented Feb 2, 2024

bors: r+

@renovate renovate bot changed the title chore(deps): update github/codeql-action action to v3.24.0 chore(deps): update github/codeql-action action to v3.24.1 Feb 13, 2024
@renovate renovate bot force-pushed the renovate/github-codeql-action-3.x branch from e1aa763 to fb12c1f Compare February 13, 2024 15:41
@renovate renovate bot changed the title chore(deps): update github/codeql-action action to v3.24.1 chore(deps): update github/codeql-action action to v3.24.3 Feb 15, 2024
@renovate renovate bot force-pushed the renovate/github-codeql-action-3.x branch from fb12c1f to dc04046 Compare February 15, 2024 13:09
@renovate renovate bot changed the title chore(deps): update github/codeql-action action to v3.24.3 chore(deps): update github/codeql-action action to v3.24.4 Feb 22, 2024
@renovate renovate bot force-pushed the renovate/github-codeql-action-3.x branch from dc04046 to 95f9a67 Compare February 22, 2024 12:44
@renovate renovate bot changed the title chore(deps): update github/codeql-action action to v3.24.4 chore(deps): update github/codeql-action action to v3.24.5 Feb 23, 2024
@renovate renovate bot force-pushed the renovate/github-codeql-action-3.x branch from 95f9a67 to ef14877 Compare February 23, 2024 13:51
@renovate renovate bot changed the title chore(deps): update github/codeql-action action to v3.24.5 chore(deps): update github/codeql-action action to v3.24.6 Feb 29, 2024
@renovate renovate bot force-pushed the renovate/github-codeql-action-3.x branch from ef14877 to ade987a Compare February 29, 2024 15:32
@renovate renovate bot changed the title chore(deps): update github/codeql-action action to v3.24.6 chore(deps): update github/codeql-action action to v3.24.7 Mar 12, 2024
@renovate renovate bot force-pushed the renovate/github-codeql-action-3.x branch from ade987a to e9a18fd Compare March 12, 2024 20:04
@renovate renovate bot changed the title chore(deps): update github/codeql-action action to v3.24.7 chore(deps): update github/codeql-action action to v3.24.8 Mar 18, 2024
@renovate renovate bot force-pushed the renovate/github-codeql-action-3.x branch from e9a18fd to 5704219 Compare March 18, 2024 16:47
@renovate renovate bot changed the title chore(deps): update github/codeql-action action to v3.24.8 chore(deps): update github/codeql-action action to v3.24.9 Apr 3, 2024
@renovate renovate bot force-pushed the renovate/github-codeql-action-3.x branch from 5704219 to 8b77066 Compare April 3, 2024 17:44
@renovate renovate bot force-pushed the renovate/github-codeql-action-3.x branch from 5bbc138 to e9048de Compare October 24, 2025 22:06
@renovate renovate bot changed the title chore(deps): update github/codeql-action action to v3.31.0 chore(deps): update github/codeql-action action to v3.31.1 Oct 30, 2025
@renovate renovate bot force-pushed the renovate/github-codeql-action-3.x branch from e9048de to 331382c Compare October 30, 2025 14:01
@renovate renovate bot changed the title chore(deps): update github/codeql-action action to v3.31.1 chore(deps): update github/codeql-action action to v3.31.2 Oct 30, 2025
@renovate renovate bot force-pushed the renovate/github-codeql-action-3.x branch from 331382c to 0ba5ba1 Compare October 30, 2025 22:11
@renovate renovate bot force-pushed the renovate/github-codeql-action-3.x branch from 0ba5ba1 to 5f278e0 Compare November 14, 2025 00:55
@renovate renovate bot changed the title chore(deps): update github/codeql-action action to v3.31.2 chore(deps): update github/codeql-action action to v3.31.3 Nov 14, 2025
@renovate renovate bot changed the title chore(deps): update github/codeql-action action to v3.31.3 chore(deps): update github/codeql-action action to v3.31.4 Nov 19, 2025
@renovate renovate bot force-pushed the renovate/github-codeql-action-3.x branch from 5f278e0 to 741b6fd Compare November 19, 2025 14:51
@renovate renovate bot changed the title chore(deps): update github/codeql-action action to v3.31.4 chore(deps): update github/codeql-action action to v3.31.5 Nov 24, 2025
@renovate renovate bot force-pushed the renovate/github-codeql-action-3.x branch from 741b6fd to f99ac0c Compare November 24, 2025 13:08
@renovate renovate bot changed the title chore(deps): update github/codeql-action action to v3.31.5 chore(deps): update github/codeql-action action to v3.31.6 Dec 1, 2025
@renovate renovate bot force-pushed the renovate/github-codeql-action-3.x branch from f99ac0c to 8238ab5 Compare December 1, 2025 16:07
@renovate renovate bot changed the title chore(deps): update github/codeql-action action to v3.31.6 chore(deps): update github/codeql-action action to v3.31.7 Dec 9, 2025
@renovate renovate bot force-pushed the renovate/github-codeql-action-3.x branch from 8238ab5 to d0c587c Compare December 9, 2025 13:58
@renovate renovate bot changed the title chore(deps): update github/codeql-action action to v3.31.7 chore(deps): update github/codeql-action action to v3.31.8 Dec 12, 2025
@renovate renovate bot force-pushed the renovate/github-codeql-action-3.x branch from d0c587c to 4a0a9df Compare December 12, 2025 15:15
@renovate renovate bot changed the title chore(deps): update github/codeql-action action to v3.31.8 chore(deps): update github/codeql-action action to v3.31.9 Dec 16, 2025
@renovate renovate bot force-pushed the renovate/github-codeql-action-3.x branch from 4a0a9df to 0693cb4 Compare December 16, 2025 19:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant