Skip to content

chore(deps): bump github/codeql-action/init from 4.37.0 to 4.37.6 - #922

Closed
dependabot[bot] wants to merge 5 commits into
mainfrom
dependabot/github_actions/main/github/codeql-action/init-4.37.6
Closed

chore(deps): bump github/codeql-action/init from 4.37.0 to 4.37.6#922
dependabot[bot] wants to merge 5 commits into
mainfrom
dependabot/github_actions/main/github/codeql-action/init-4.37.6

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 10, 2026

Copy link
Copy Markdown
Contributor

Bumps github/codeql-action/init from 4.37.0 to 4.37.6.

Release notes

Sourced from github/codeql-action/init's releases.

v4.37.6

  • 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

v4.37.5

  • 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

v4.37.4

  • 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

v4.37.3

No user facing changes.

v4.37.2

  • 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

v4.37.1

  • 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
Changelog

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

CodeQL Action Changelog

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

[UNRELEASED]

No user facing changes.

4.37.6 - 04 Aug 2026

  • 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

4.37.5 - 03 Aug 2026

  • 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

... (truncated)

Commits
  • 5595cca Merge pull request #4071 from github/update-v4.37.6-6a9359a1b
  • ec9c757 Add change note for PR 4070
  • 45c8742 Update changelog for v4.37.6
  • 6a9359a Merge pull request #4070 from github/mbg/remote-address/change-file-default
  • 065cdc0 Change DEFAULT_CONFIG_FILE_NAME
  • f99dd5a Merge pull request #4066 from github/dependabot/npm_and_yarn/js-yaml-5.2.2
  • 1804b21 Merge pull request #4068 from github/mergeback/v4.37.5-to-main-d1ba80a1
  • 3020a2f Rebuild
  • 93c3a5a Update changelog and version after v4.37.5
  • d1ba80a Merge pull request #4067 from github/update-v4.37.5-1cd4d01d5
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github/codeql-action/init](https://github.com/github/codeql-action) from 4.37.0 to 4.37.6.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@v4.37.0...5595cca)

---
updated-dependencies:
- dependency-name: github/codeql-action/init
  dependency-version: 4.37.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Aug 10, 2026
@dependabot
dependabot Bot requested a review from seonghobae as a code owner August 10, 2026 13:40
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Aug 10, 2026
@opencode-agent

Copy link
Copy Markdown
Contributor

OpenCode Review Overview

  • Head SHA: 6ed15824cf403c35702bec2fb44e6ddd8fcd2886
  • Workflow run: 31395713097
  • Workflow attempt: 1
  • Gate result: REQUEST_CHANGES (exit 0)

Changed-File Evidence Map

flowchart LR
  PR["PR changed files"] --> Evidence["OpenCode bounded evidence"]
  Evidence --> S1["Workflow (2 files)"]
  S1 --> I1["GitHub Actions review job"]
  I1 --> R1["Review risk: Workflow (2 files)"]
  R1 --> V1["actionlint plus required checks"]
Loading

Copy link
Copy Markdown
Contributor

CI RCA and root fix at exact head 0ec1895e110e2e9d9ebbed92684acfab94d947f7.

First failing boundary:

  • CodeQL run 31394055597, jobs 93472618331 and 93472618355;
  • hosted error: Loaded a configuration file for version '4.37.6', but running version '4.37.0';
  • immediate cause: Dependabot updated only github/codeql-action/init, while the same workflows retained analyze/ upload-sarif at 4.37.0 or 4.37.5;
  • root cause: CodeQL subactions share process/config state and must use one release commit inside a workflow.

Remedy: align init, analyze, and upload-sarif in both changed workflows to immutable 4.37.6 commit 5595ccaf912efad79be6eef63a5619ff05969be3.

Proof before publication:

  • permanent version-consistency regression: RED on predecessor exact head, then 3 passed after the fix;
  • complete repository tests: 977 passed + 16 subtests;
  • diff integrity: passed.

Fresh hosted exact-head checks remain authoritative; no approval claim is made.

Copy link
Copy Markdown
Contributor

@opencode-agent review

Evaluate exact current head 0ec1895e110e2e9d9ebbed92684acfab94d947f7 against independently resolved live main 6eb06cdd08c79a06f7b390069d4ffa49e2eb7dba. Every observed pull-request workflow on this exact head is terminal-success. Keep semantic judgment separate from qualifying independent human approval and merge authority.

Copy link
Copy Markdown
Contributor

Exact-head source review note for 0ec1895e110e2e9d9ebbed92684acfab94d947f7 against protected main@6eb06cdd08c79a06f7b390069d4ffa49e2eb7dba: the complete two-workflow diff updates only full-SHA CodeQL init, analyze, and scheduled upload-sarif pins to official signature-verified release commit 5595ccaf912efad79be6eef63a5619ff05969be3. Language matrices, build modes, categories, upload policy, permissions, and scheduled failure semantics remain unchanged. Eight directly observed exact-head workflows, including CodeQL PR, are terminal-success and no review thread exists. Because this changes security-analysis actions, a qualifying reviewer must submit formal approval through GitHub after independently checking this unchanged exact head. Required automated-review/status contexts, last-push policy, and branch protection remain mandatory.

@seonghobae
seonghobae enabled auto-merge (squash) August 12, 2026 10:52
seonghobae
seonghobae previously approved these changes Aug 12, 2026

@seonghobae seonghobae left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Independent exact-head review for Dependabot-authored 0ec1895e110e2e9d9ebbed92684acfab94d947f7 against protected main@6eb06cdd08c79a06f7b390069d4ffa49e2eb7dba.

Reviewed the complete two-workflow patch. It updates only full-SHA github/codeql-action/{init,analyze,upload-sarif} references from 4.37.0/4.37.5 to upstream 4.37.6 commit 5595ccaf912efad79be6eef63a5619ff05969be3; triggers, permissions, checkout refs, language/build matrices, categories, upload policy, and fail-closed behavior remain unchanged. The modified CodeQL PR workflow and all seven directly triggered exact-head security/supply-chain workflows are terminal-success, with no inline thread.

Approved as a non-author source review. This approval does not bypass any remaining last-push, automated-review, required-context, or protected-branch condition.

Copy link
Copy Markdown
Contributor

Exact-current-head automated review request for 0ec1895e110e2e9d9ebbed92684acfab94d947f7 over protected main@6eb06cdd08c79a06f7b390069d4ffa49e2eb7dba.

A qualifying non-author human approval is now anchored to this Dependabot-authored head. Independently review the exact two-workflow patch updating only full-SHA CodeQL init/analyze/upload-sarif pins to official 4.37.6 while preserving triggers, permissions, checkout identity, language/build matrices, categories, and upload behavior. All eight exact-head hosted workflows are terminal-success and no thread exists.

Keep the exact head unchanged. Do not synthesize author approval, update the branch, merge, release, or bypass protection.

@opencode-agent review
@cwl-noema-review review
@strix review
@coderabbitai review

@coderabbitai

coderabbitai Bot commented Aug 12, 2026

Copy link
Copy Markdown

Rate Limit Exceeded

@seonghobae have exceeded the limit for the number of chat messages per hour. Please wait 3 minutes and 21 seconds before sending another message.

@opencode-agent
opencode-agent Bot disabled auto-merge August 12, 2026 12:28
@seonghobae
seonghobae enabled auto-merge (squash) August 13, 2026 04:32
CWE-829: init, analyze, and upload-sarif must share one immutable SHA
so a Dependabot split cannot execute a second unreviewed control sphere.
Materialize a base Python lock only when every package line is an exact
SHA-256 pin or a two-token relative -r/--requirement include of a
candidate lock path. A lone --require-hashes directive, ./dotted paths,
and -r other-hashes.txt no longer enter the trusted build context.

Copy link
Copy Markdown
Contributor

Closing as superseded by the broader single-version CodeQL action update in #918.

#918 already carries the same CodeQL 4.37.6 init migration and the shared codeql-action-single-version contract, while also updates the remaining CodeQL/SARIF invocations that would otherwise leave the repository on mixed action SHAs. Merging both branches would duplicate the same doctoring/test surfaces and create ambiguous pin ownership.

#918 is intentionally Draft because its current branch also contains unrelated trusted-uv materializer changes. Rebuild the canonical update there from protected main as one clean, repository-wide CodeQL action pin migration.

@seonghobae seonghobae closed this Aug 14, 2026
auto-merge was automatically disabled August 14, 2026 08:55

Pull request was closed

@dependabot @github

dependabot Bot commented on behalf of github Aug 14, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/github_actions/main/github/codeql-action/init-4.37.6 branch August 14, 2026 08:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant