Skip to content

chore(deps): bump github/codeql-action/analyze from 9cea5827c668a1fe7165dbce6e80c3f9cf3f83ac to 1cd4d01d58f636bbdbffbfd3c121b3446d07e9f3 - #89

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/github/codeql-action/analyze-5d3eb98e4a780bfe1a53f57fbdc278ea5da1274b
Open

chore(deps): bump github/codeql-action/analyze from 9cea5827c668a1fe7165dbce6e80c3f9cf3f83ac to 1cd4d01d58f636bbdbffbfd3c121b3446d07e9f3#89
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/github/codeql-action/analyze-5d3eb98e4a780bfe1a53f57fbdc278ea5da1274b

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 31, 2026

Copy link
Copy Markdown
Contributor

Bumps github/codeql-action/analyze from 9cea5827c668a1fe7165dbce6e80c3f9cf3f83ac to 1cd4d01d58f636bbdbffbfd3c121b3446d07e9f3.

Changelog

Sourced from github/codeql-action/analyze's changelog.

CodeQL Action Changelog

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

[UNRELEASED]

  • 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

4.37.4 - 29 Jul 2026

  • 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

4.37.3 - 22 Jul 2026

No user facing changes.

4.37.2 - 21 Jul 2026

  • 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

4.37.1 - 16 Jul 2026

  • 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

4.37.0 - 08 Jul 2026

  • 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

4.36.3 - 01 Jul 2026

No user facing changes.

4.36.2 - 04 Jun 2026

  • 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

4.36.1 - 02 Jun 2026

No user facing changes.

4.36.0 - 22 May 2026

  • Breaking change: Bump the minimum required CodeQL bundle version to 2.19.4. #3894
  • Add support for SHA-256 Git object IDs. #3893

... (truncated)

Commits
  • 1cd4d01 Merge pull request #4061 from github/henrymercer/turbo-system
  • d2bfc30 Merge pull request #4050 from github/mbg/status/registries
  • 68028fc Merge pull request #4062 from github/sam-robson/migrate-enterprise-release-pat
  • c29563e ci: use federated enterprise release PAT
  • 155e522 Link the PR from the changelog entry
  • 2d3b351 Handle network errors when streaming the CodeQL bundle download
  • 5d3eb98 Merge pull request #4055 from github/dependabot/npm_and_yarn/npm-minor-203262...
  • c5f739b Merge branch 'main' into dependabot/npm_and_yarn/npm-minor-2032624187
  • 2e53f1c Merge pull request #4056 from github/dependabot/github_actions/dot-github/wor...
  • d0ee43a Merge pull request #4057 from github/mergeback/v4.37.4-to-main-f205ea1c
  • Additional commits viewable in compare view

Note

Bump github/codeql-action/analyze to commit 1cd4d01

Updates the pinned commit hash for github/codeql-action/analyze in both codeql.yml and codeql-rust.yml.

Macroscope summarized cc96d66.

@dependabot @github

dependabot Bot commented on behalf of github Jul 31, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: ci, dependencies. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 69874b2404

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

Comment thread .github/workflows/codeql-rust.yml Outdated
uses: github/codeql-action/autobuild@9cea5827c668a1fe7165dbce6e80c3f9cf3f83ac # v3
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@9cea5827c668a1fe7165dbce6e80c3f9cf3f83ac # v3
uses: github/codeql-action/analyze@5d3eb98e4a780bfe1a53f57fbdc278ea5da1274b # v3

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Bump CodeQL init/autobuild with analyze

Checked this workflow sequence: init and autobuild still run github/codeql-action at 9cea5827c668a1fe7165dbce6e80c3f9cf3f83ac (package 4.36.3), but analyze now runs 5d3eb98e4a780bfe1a53f57fbdc278ea5da1274b (package 4.37.5). CodeQL's config loader throws when the saved config version from init differs from the running action version (config.version !== getActionVersion()), so every PR/push/scheduled execution of this workflow reaches analysis with a version-mismatch error unless all CodeQL steps are pinned to the same SHA.

Useful? React with 👍 / 👎.

Comment thread .github/workflows/codeql.yml Outdated

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@9cea5827c668a1fe7165dbce6e80c3f9cf3f83ac # v4
uses: github/codeql-action/analyze@5d3eb98e4a780bfe1a53f57fbdc278ea5da1274b # v4

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Bump CodeQL init/autobuild with analyze

This second CodeQL workflow has the same new mismatch: init and autobuild still use 9cea5827c668a1fe7165dbce6e80c3f9cf3f83ac while analyze now uses 5d3eb98e4a780bfe1a53f57fbdc278ea5da1274b. The CodeQL action persists the initializing action version and refuses to load that config from a different action version, so this job will fail at the analysis step on PR, push, and scheduled runs until the CodeQL action SHAs are updated together.

Useful? React with 👍 / 👎.

@dependabot dependabot Bot changed the title chore(deps): bump github/codeql-action/analyze from 9cea5827c668a1fe7165dbce6e80c3f9cf3f83ac to 5d3eb98e4a780bfe1a53f57fbdc278ea5da1274b chore(deps): bump github/codeql-action/analyze from 9cea5827c668a1fe7165dbce6e80c3f9cf3f83ac to 1cd4d01d58f636bbdbffbfd3c121b3446d07e9f3 Aug 1, 2026
@dependabot
dependabot Bot force-pushed the dependabot/github_actions/github/codeql-action/analyze-5d3eb98e4a780bfe1a53f57fbdc278ea5da1274b branch 2 times, most recently from 4155385 to ebcb09a Compare August 2, 2026 00:00
Bumps [github/codeql-action/analyze](https://github.com/github/codeql-action) from 9cea5827c668a1fe7165dbce6e80c3f9cf3f83ac to 1cd4d01d58f636bbdbffbfd3c121b3446d07e9f3.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@9cea582...1cd4d01)

---
updated-dependencies:
- dependency-name: github/codeql-action/analyze
  dependency-version: 5d3eb98e4a780bfe1a53f57fbdc278ea5da1274b
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/github_actions/github/codeql-action/analyze-5d3eb98e4a780bfe1a53f57fbdc278ea5da1274b branch from ebcb09a to cc96d66 Compare August 2, 2026 03:18
@sonarqubecloud

sonarqubecloud Bot commented Aug 2, 2026

Copy link
Copy Markdown

❌ The last analysis has failed.

See analysis details on SonarQube Cloud

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