Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Apr 7, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence OpenSSF
github/codeql-action v3.28.13 -> v3.31.2 age adoption passing confidence OpenSSF Scorecard

Release Notes

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

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.


Configuration

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, 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 codeismyid as a code owner April 7, 2025 10:30
@renovate renovate bot added bot Bot involvement dependency Additions or changes involving dependency renovate Anything from renovatebot workflow Additions or changes involving workflow labels Apr 7, 2025
@codecov-commenter
Copy link

codecov-commenter commented Apr 7, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

✅ All tests successful. No failed tests found.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@renovate renovate bot changed the title ci: update action github/codeql-action from 1b549b9 to fc7e4a0 ci: update action github/codeql-action from 1b549b9 to 45775bd Apr 7, 2025
@renovate renovate bot force-pushed the renovate/github-tags/github-codeql-action-3.x branch from 2fdbe3c to b9db184 Compare April 7, 2025 22:15
@renovate renovate bot changed the title ci: update action github/codeql-action from 1b549b9 to 45775bd ci: update action github/codeql-action from 1b549b9 to 28deaed Apr 23, 2025
@renovate renovate bot force-pushed the renovate/github-tags/github-codeql-action-3.x branch from b9db184 to 23b43c7 Compare April 23, 2025 13:31
@renovate renovate bot changed the title ci: update action github/codeql-action from 1b549b9 to 28deaed ci: update action github/codeql-action from 1b549b9 to 60168ef May 2, 2025
@renovate renovate bot force-pushed the renovate/github-tags/github-codeql-action-3.x branch 2 times, most recently from c0d7fb4 to 3175b5a Compare May 9, 2025 07:37
@renovate renovate bot changed the title ci: update action github/codeql-action from 1b549b9 to 60168ef ci: update action github/codeql-action from 1b549b9 to ff0a06e May 16, 2025
@renovate renovate bot force-pushed the renovate/github-tags/github-codeql-action-3.x branch from 3175b5a to eab5d98 Compare May 16, 2025 11:04
@renovate renovate bot force-pushed the renovate/github-tags/github-codeql-action-3.x branch from eab5d98 to a860f34 Compare June 6, 2025 04:56
@renovate renovate bot changed the title ci: update action github/codeql-action from 1b549b9 to ff0a06e ci: update action github/codeql-action from 1b549b9 to fca7ace Jun 6, 2025
@renovate renovate bot force-pushed the renovate/github-tags/github-codeql-action-3.x branch from a860f34 to 1e5c49b Compare June 11, 2025 20:10
@renovate renovate bot changed the title ci: update action github/codeql-action from 1b549b9 to fca7ace ci: update action github/codeql-action from 1b549b9 to ce28f5b Jun 11, 2025
@renovate renovate bot changed the title ci: update action github/codeql-action from 1b549b9 to ce28f5b ci: update action github/codeql-action from 1b549b9 to 39edc49 Jun 27, 2025
@renovate renovate bot force-pushed the renovate/github-tags/github-codeql-action-3.x branch from 1e5c49b to 3cab5fc Compare June 27, 2025 16:57
@renovate renovate bot changed the title ci: update action github/codeql-action from 1b549b9 to 39edc49 ci: update action github/codeql-action from 1b549b9 to 181d5ee Jun 30, 2025
@renovate renovate bot force-pushed the renovate/github-tags/github-codeql-action-3.x branch from 3cab5fc to 0cf418e Compare June 30, 2025 13:38
@renovate renovate bot force-pushed the renovate/github-tags/github-codeql-action-3.x branch from 0cf418e to b6dd500 Compare July 21, 2025 12:46
@renovate renovate bot changed the title ci: update action github/codeql-action from 1b549b9 to 181d5ee ci: update action github/codeql-action from 1b549b9 to d6bbdef Jul 21, 2025
@renovate renovate bot force-pushed the renovate/github-tags/github-codeql-action-3.x branch from b6dd500 to 0862a80 Compare July 23, 2025 16:33
@renovate renovate bot changed the title ci: update action github/codeql-action from 1b549b9 to d6bbdef ci: update action github/codeql-action from 1b549b9 to 4e828ff Jul 23, 2025
@renovate renovate bot changed the title ci: update action github/codeql-action from 1b549b9 to 4e828ff ci: update action github/codeql-action from 1b549b9 to 51f7732 Jul 30, 2025
@renovate renovate bot force-pushed the renovate/github-tags/github-codeql-action-3.x branch from 0862a80 to c4199ef Compare July 30, 2025 01:42
@renovate renovate bot changed the title ci: update action github/codeql-action from 1b549b9 to 51f7732 ci: update action github/codeql-action from 1b549b9 to a4e1a01 Aug 7, 2025
@renovate renovate bot force-pushed the renovate/github-tags/github-codeql-action-3.x branch 2 times, most recently from 88f2af6 to 23371f7 Compare August 18, 2025 15:51
@renovate renovate bot changed the title ci: update action github/codeql-action from 1b549b9 to df55935 ci: update action github/codeql-action from 1b549b9 to 96f518a Aug 18, 2025
@renovate renovate bot force-pushed the renovate/github-tags/github-codeql-action-3.x branch from 23371f7 to 0ff7c3e Compare August 21, 2025 18:07
@renovate renovate bot changed the title ci: update action github/codeql-action from 1b549b9 to 96f518a ci: update action github/codeql-action from 1b549b9 to 3c3833e Aug 21, 2025
@renovate renovate bot force-pushed the renovate/github-tags/github-codeql-action-3.x branch from 0ff7c3e to 0bb5565 Compare September 6, 2025 19:13
@renovate renovate bot changed the title ci: update action github/codeql-action from 1b549b9 to 3c3833e ci: update action github/codeql-action from 1b549b9 to f1f6e5f Sep 6, 2025
@renovate renovate bot changed the title ci: update action github/codeql-action from 1b549b9 to f1f6e5f ci: update action github/codeql-action from 1b549b9 to d3678e2 Sep 9, 2025
@renovate renovate bot force-pushed the renovate/github-tags/github-codeql-action-3.x branch from 0bb5565 to 0646b06 Compare September 9, 2025 14:12
@renovate renovate bot changed the title ci: update action github/codeql-action from 1b549b9 to d3678e2 ci: update action github/codeql-action from 1b549b9 to 192325c Sep 10, 2025
@renovate renovate bot force-pushed the renovate/github-tags/github-codeql-action-3.x branch from 0646b06 to 909195d Compare September 10, 2025 21:56
@renovate renovate bot force-pushed the renovate/github-tags/github-codeql-action-3.x branch from 909195d to 57c0fe5 Compare September 25, 2025 10:40
@renovate renovate bot changed the title ci: update action github/codeql-action from 1b549b9 to 192325c ci: update action github/codeql-action from 1b549b9 to 303c0ae Sep 25, 2025
@renovate renovate bot force-pushed the renovate/github-tags/github-codeql-action-3.x branch from 57c0fe5 to 6ad9844 Compare September 26, 2025 17:39
@renovate renovate bot changed the title ci: update action github/codeql-action from 1b549b9 to 303c0ae ci: update action github/codeql-action from 1b549b9 to 3599b3b Sep 26, 2025
@renovate renovate bot force-pushed the renovate/github-tags/github-codeql-action-3.x branch from 6ad9844 to a0c0a43 Compare October 2, 2025 18:45
@renovate renovate bot changed the title ci: update action github/codeql-action from 1b549b9 to 3599b3b ci: update action github/codeql-action from 1b549b9 to 64d10c1 Oct 2, 2025
@renovate renovate bot force-pushed the renovate/github-tags/github-codeql-action-3.x branch from a0c0a43 to 5f8f373 Compare October 7, 2025 16:35
@renovate renovate bot changed the title ci: update action github/codeql-action from 1b549b9 to 64d10c1 ci: update action github/codeql-action from 1b549b9 to a8d1ac4 Oct 7, 2025
@renovate renovate bot changed the title ci: update action github/codeql-action from 1b549b9 to a8d1ac4 ci: update action github/codeql-action from 1b549b9 to 755f449 Oct 10, 2025
@renovate renovate bot force-pushed the renovate/github-tags/github-codeql-action-3.x branch 2 times, most recently from 61acdd4 to 984490e Compare October 17, 2025 17:12
@renovate renovate bot changed the title ci: update action github/codeql-action from 1b549b9 to 755f449 ci: update action github/codeql-action from 1b549b9 to 4221315 Oct 17, 2025
@renovate renovate bot force-pushed the renovate/github-tags/github-codeql-action-3.x branch from 984490e to cb41975 Compare October 24, 2025 21:46
@renovate renovate bot changed the title ci: update action github/codeql-action from 1b549b9 to 4221315 ci: update action github/codeql-action from 1b549b9 to d198d2f Oct 24, 2025
@renovate renovate bot force-pushed the renovate/github-tags/github-codeql-action-3.x branch from cb41975 to 4c4a39b Compare October 30, 2025 12:44
@renovate renovate bot changed the title ci: update action github/codeql-action from 1b549b9 to d198d2f ci: update action github/codeql-action from 1b549b9 to c503cb4 Oct 30, 2025
@renovate renovate bot changed the title ci: update action github/codeql-action from 1b549b9 to c503cb4 ci: update action github/codeql-action from 1b549b9 to 5d5cd55 Oct 30, 2025
@renovate renovate bot force-pushed the renovate/github-tags/github-codeql-action-3.x branch from 4c4a39b to a66e3c2 Compare October 30, 2025 22:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bot Bot involvement dependency Additions or changes involving dependency renovate Anything from renovatebot workflow Additions or changes involving workflow

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants