Skip to content

ci(github-action): update github/codeql-action action ( v3.36.0 → v3.38.0 ) - #177

Open
dependa-jr[bot] wants to merge 1 commit into
mainfrom
renovate/github-codeql-action-3.x
Open

dependa-jr[bot] wants to merge 1 commit into
mainfrom
renovate/github-codeql-action-3.x

Conversation

@dependa-jr

@dependa-jr dependa-jr Bot commented Jun 9, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change Pending
github/codeql-action action minor v3.36.0v3.38.0 v3.38.1

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

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

v3.38.0

Compare Source

  • On GitHub-hosted runners, the CodeQL Action now deletes unused CodeQL bundles from the toolcache before downloading a different bundle, which frees up disk space for the analysis. We expect to roll this change out to everyone in September. #​4124
  • The CodeQL Action now supports CodeQL releases that are compatible with Linux Arm64 and downloads the native linux-arm64 CodeQL bundle when available. #​4072
  • Update default CodeQL bundle version to 2.27.0. #​4129

v3.37.9

Compare Source

v3.37.8

Compare Source

No user facing changes.

v3.37.7

Compare Source

v3.37.6

Compare Source

  • Changed the default filepath for the new remote file address format that was introduced in CodeQL Action 4.37.0 / 3.37.0 to .github/codeql-config.yml to align it with the suggested path that is used elsewhere. #​4070

v3.37.5

Compare Source

  • Fixed a bug where a network error while streaming the download of the CodeQL bundle could terminate the init Action instead of falling back to downloading the bundle before extracting it. #​4061

v3.37.4

Compare Source

  • This version of the CodeQL Action adds support for the tools input for the codeql-action/init step to be specified using a github-codeql-tools repository property. This feature will gradually be rolled out following the release of this version. Once rolled out, this allows for the CodeQL CLI version that is used in GitHub-managed workflows, such as Default Setup, to be set to a custom value. For example, customers who run into issues with rate limits when a new CodeQL CLI version is released can set the value to toolcache to always use the CodeQL CLI version that is available in the runner toolcache. For Advanced Setup workflows, the value provided for tools in the workflow definition always takes precedence unless the value of the repository property starts with !. #​4037
  • Update default CodeQL bundle version to 2.26.2. #​4051

v3.37.3

Compare Source

No user facing changes.

v3.37.2

Compare Source

  • The new address format for the config-file input that was introduced in CodeQL Action 4.37.0 is now enabled by default. In addition to the format described there, the remote= prefix can now be used to explicitly indicate that the input refers to a remote file. All previous input formats continue to be accepted as well. #​4023
  • The CodeQL Action can now make use of configured private registries in Default Setup to retrieve CodeQL configuration files from remote repositories that require authentication. This will allow customers to store their CodeQL configuration in a single repository that can then be referenced by Default Setup workflows in other repositories. We expect to roll this and other, related changes out to everyone in July. #​4007

v3.37.1

Compare Source

  • Upcoming breaking change: Add a deprecation warning for customers using CodeQL version 2.20.6 and earlier. These versions of CodeQL were discontinued on 1 July 2026 alongside GitHub Enterprise Server 3.16, and will be unsupported by the next minor release of the CodeQL Action. #​3956
  • Update default CodeQL bundle version to 2.26.1. #​4019

v3.37.0

Compare Source

  • Update default CodeQL bundle version to 2.26.0. #​3995
  • In addition to the existing input format, the config-file input for the codeql-action/init step will soon support a new [owner/]repo[@ref][:path] format. All components except the repository name are optional. If omitted, owner defaults to the same owner as the repository the analysis is running for, ref to main, and path to .github/codeql-action.yaml. Support for this format ships in this version of the CodeQL Action, but will only be enabled over the coming weeks. #​3973

v3.36.3

Compare Source

No user facing changes.

v3.36.2

Compare Source

  • Cache CodeQL CLI version information across Actions steps. #​3943
  • Reduce requests while waiting for analysis processing by using exponential backoff when polling SARIF processing status. #​3937
  • Update default CodeQL bundle version to 2.25.6. #​3948

v3.36.1

Compare Source

No user facing changes.


Configuration

📅 Schedule: (UTC)

  • 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 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 has been generated by Mend Renovate CLI.

@dependa-jr
dependa-jr Bot requested a review from a team as a code owner June 9, 2026 11:01
@dependa-jr
dependa-jr Bot force-pushed the renovate/github-codeql-action-3.x branch from f3960a8 to 6c02254 Compare June 11, 2026 15:08
@dependa-jr dependa-jr Bot changed the title ci(github-action): update github/codeql-action action ( v3.36.0 → v3.36.1 ) ci(github-action): update github/codeql-action action ( v3.36.0 → v3.36.2 ) Jun 11, 2026
@dependa-jr
dependa-jr Bot force-pushed the renovate/github-codeql-action-3.x branch from 6c02254 to 12197c8 Compare July 9, 2026 12:04
@dependa-jr dependa-jr Bot changed the title ci(github-action): update github/codeql-action action ( v3.36.0 → v3.36.2 ) ci(github-action): update github/codeql-action action ( v3.36.0 → v3.36.3 ) Jul 9, 2026
@dependa-jr
dependa-jr Bot force-pushed the renovate/github-codeql-action-3.x branch from 12197c8 to d7cb8ad Compare July 15, 2026 13:31
@dependa-jr dependa-jr Bot changed the title ci(github-action): update github/codeql-action action ( v3.36.0 → v3.36.3 ) ci(github-action): update github/codeql-action action ( v3.36.0 → v3.37.0 ) Jul 15, 2026
@dependa-jr
dependa-jr Bot force-pushed the renovate/github-codeql-action-3.x branch from d7cb8ad to 22a80eb Compare July 23, 2026 18:24
@dependa-jr dependa-jr Bot changed the title ci(github-action): update github/codeql-action action ( v3.36.0 → v3.37.0 ) ci(github-action): update github/codeql-action action ( v3.36.0 → v3.37.1 ) Jul 23, 2026
@dependa-jr
dependa-jr Bot force-pushed the renovate/github-codeql-action-3.x branch from 22a80eb to 876c223 Compare July 28, 2026 15:44
@dependa-jr dependa-jr Bot changed the title ci(github-action): update github/codeql-action action ( v3.36.0 → v3.37.1 ) ci(github-action): update github/codeql-action action ( v3.36.0 → v3.37.2 ) Jul 28, 2026
@dependa-jr
dependa-jr Bot force-pushed the renovate/github-codeql-action-3.x branch from 876c223 to 87a7fe6 Compare July 29, 2026 07:03
@dependa-jr dependa-jr Bot changed the title ci(github-action): update github/codeql-action action ( v3.36.0 → v3.37.2 ) ci(github-action): update github/codeql-action action ( v3.36.0 → v3.37.3 ) Jul 29, 2026
@dependa-jr
dependa-jr Bot force-pushed the renovate/github-codeql-action-3.x branch from 87a7fe6 to 866795c Compare August 6, 2026 14:46
@dependa-jr dependa-jr Bot changed the title ci(github-action): update github/codeql-action action ( v3.36.0 → v3.37.3 ) ci(github-action): update github/codeql-action action ( v3.36.0 → v3.37.4 ) Aug 6, 2026
@dependa-jr
dependa-jr Bot force-pushed the renovate/github-codeql-action-3.x branch from 866795c to dfad1c6 Compare August 10, 2026 12:13
@dependa-jr dependa-jr Bot changed the title ci(github-action): update github/codeql-action action ( v3.36.0 → v3.37.4 ) ci(github-action): update github/codeql-action action ( v3.36.0 → v3.37.5 ) Aug 10, 2026
@dependa-jr
dependa-jr Bot force-pushed the renovate/github-codeql-action-3.x branch from dfad1c6 to 45889e1 Compare August 11, 2026 15:20
@dependa-jr dependa-jr Bot changed the title ci(github-action): update github/codeql-action action ( v3.36.0 → v3.37.5 ) ci(github-action): update github/codeql-action action ( v3.36.0 → v3.37.6 ) Aug 11, 2026
@dependa-jr
dependa-jr Bot force-pushed the renovate/github-codeql-action-3.x branch from 45889e1 to 8270547 Compare August 20, 2026 14:12
@dependa-jr dependa-jr Bot changed the title ci(github-action): update github/codeql-action action ( v3.36.0 → v3.37.6 ) ci(github-action): update github/codeql-action action ( v3.36.0 → v3.37.7 ) Aug 20, 2026
@dependa-jr
dependa-jr Bot force-pushed the renovate/github-codeql-action-3.x branch from 8270547 to f27b777 Compare August 28, 2026 14:00
@dependa-jr dependa-jr Bot changed the title ci(github-action): update github/codeql-action action ( v3.36.0 → v3.37.7 ) ci(github-action): update github/codeql-action action ( v3.36.0 → v3.37.8 ) Aug 28, 2026
@dependa-jr
dependa-jr Bot force-pushed the renovate/github-codeql-action-3.x branch from f27b777 to 853dd66 Compare September 2, 2026 18:05
@dependa-jr dependa-jr Bot changed the title ci(github-action): update github/codeql-action action ( v3.36.0 → v3.37.8 ) ci(github-action): update github/codeql-action action ( v3.36.0 → v3.37.9 ) Sep 2, 2026
…38.0 )

| datasource  | package              | from    | to      |
| ----------- | -------------------- | ------- | ------- |
| github-tags | github/codeql-action | v3.36.0 | v3.38.0 |
@dependa-jr
dependa-jr Bot force-pushed the renovate/github-codeql-action-3.x branch from 853dd66 to a53b3c2 Compare September 16, 2026 15:04
@dependa-jr dependa-jr Bot changed the title ci(github-action): update github/codeql-action action ( v3.36.0 → v3.37.9 ) ci(github-action): update github/codeql-action action ( v3.36.0 → v3.38.0 ) Sep 16, 2026
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.

0 participants