build(deps): bump github/codeql-action/init from 4.37.0 to 4.37.1 - #61
Closed
dependabot[bot] wants to merge 1 commit into
Closed
build(deps): bump github/codeql-action/init from 4.37.0 to 4.37.1#61dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [github/codeql-action/init](https://github.com/github/codeql-action) from 4.37.0 to 4.37.1. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@99df26d...7188fc3) --- updated-dependencies: - dependency-name: github/codeql-action/init dependency-version: 4.37.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
|
You are seeing this message because GitHub Code Scanning has recently been set up for this repository, or this pull request contains the workflow file for the Code Scanning tool. What Enabling Code Scanning Means:
For more information about GitHub Code Scanning, check out the documentation. |
Contributor
There was a problem hiding this comment.
Pull request overview
OpenCode could not approve from deterministic current-head evidence because GitHub Checks have failed.
Findings
1. HIGH Current-head GitHub Checks - Fix failed required checks before approval
- Problem: Failed same-head checks remain for
0c5d425faf9d60331afe4b7e6d1a48930368bee3. - Root cause: The model-unavailable evidence fallback is allowed only when peer GitHub Checks are complete and clean.
- Fix: Read and fix the failed check logs below, then rerun the current-head checks.
- Regression test: Keep the model-unavailable fallback gated on an empty failed-check rollup.
Failed checks:
- CodeQL analysis check run: failure (https://github.com/ContextualWisdomLab/contextual-orchestrator/actions/runs/29700649005/job/88229024543)
- SAST Semgrep/Semgrep (multi-language SAST): FAILURE (https://github.com/ContextualWisdomLab/contextual-orchestrator/actions/runs/29700649039/job/88229024695)
- Security/CodeQL analysis: FAILURE (https://github.com/ContextualWisdomLab/contextual-orchestrator/actions/runs/29700649005/job/88229024543)
- Semgrep (multi-language SAST) check run: failure (https://github.com/ContextualWisdomLab/contextual-orchestrator/actions/runs/29700649039/job/88229024695)
Changed-File Evidence Map
flowchart LR
PR["PR changed files"] --> Evidence["OpenCode bounded evidence"]
Evidence --> S1["Workflow: security.yml"]
S1 --> I1["GitHub Actions review job"]
I1 --> R1["Review risk: Workflow: security.yml"]
R1 --> V1["actionlint plus required checks"]
Contributor
OpenCode Review Overview
Pull request overviewOpenCode could not approve from deterministic current-head evidence because GitHub Checks have failed. Findings1. HIGH Current-head GitHub Checks - Fix failed required checks before approval
Failed checks:
Changed-File Evidence Mapflowchart LR
PR["PR changed files"] --> Evidence["OpenCode bounded evidence"]
Evidence --> S1["Workflow: security.yml"]
S1 --> I1["GitHub Actions review job"]
I1 --> R1["Review risk: Workflow: security.yml"]
R1 --> V1["actionlint plus required checks"]
|
Contributor
There was a problem hiding this comment.
Pull request overview
OpenCode could not approve from deterministic current-head evidence because GitHub Checks have failed.
Findings
1. HIGH Current-head GitHub Checks - Fix failed required checks before approval
- Problem: Failed same-head checks remain for
0c5d425faf9d60331afe4b7e6d1a48930368bee3. - Root cause: The model-unavailable evidence fallback is allowed only when peer GitHub Checks are complete and clean.
- Fix: Read and fix the failed check logs below, then rerun the current-head checks.
- Regression test: Keep the model-unavailable fallback gated on an empty failed-check rollup.
Failed checks:
- CodeQL analysis check run: failure (https://github.com/ContextualWisdomLab/contextual-orchestrator/actions/runs/29700649005/job/88229024543)
- SAST Semgrep/Semgrep (multi-language SAST): FAILURE (https://github.com/ContextualWisdomLab/contextual-orchestrator/actions/runs/29700649039/job/88229024695)
- Security/CodeQL analysis: FAILURE (https://github.com/ContextualWisdomLab/contextual-orchestrator/actions/runs/29700649005/job/88229024543)
- Semgrep (multi-language SAST) check run: failure (https://github.com/ContextualWisdomLab/contextual-orchestrator/actions/runs/29700649039/job/88229024695)
Changed-File Evidence Map
flowchart LR
PR["PR changed files"] --> Evidence["OpenCode bounded evidence"]
Evidence --> S1["Workflow: security.yml"]
S1 --> I1["GitHub Actions review job"]
I1 --> R1["Review risk: Workflow: security.yml"]
R1 --> V1["actionlint plus required checks"]
Contributor
Author
|
Superseded by #70. |
dependabot
Bot
deleted the
dependabot/github_actions/github/codeql-action/init-4.37.1
branch
July 26, 2026 19:03
seonghobae
added a commit
that referenced
this pull request
Aug 19, 2026
This Dependabot PR only bumped codeql-action/init to v4.37.6, leaving
codeql-action/analyze pinned at v4.37.0 -- CodeQL requires init and
analyze to run the same version and fails fast otherwise ("Loaded a
configuration file for version '4.37.6', but running version '4.37.0'"),
confirmed by this PR's own failing CodeQL check. This exact split-bump
problem has recurred several times in this repo's Dependabot history
(#61/#62, #67/#70, #80/#81, and an unmerged #106 attempting the same
alignment) since Dependabot treats the init and analyze action references
as independent update targets even though they must move together.
Bumped analyze to the same v4.37.6 commit (5595ccaf, resolved from the
annotated v4.37.6 tag) so both steps match.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
seonghobae
added a commit
that referenced
this pull request
Aug 19, 2026
…together Root cause of the recurring split-bump problem this session hit (and that recurred at least 3 times before: #61/#62, #67/#70, #80/#81, plus an unmerged #106 manual-alignment attempt): Dependabot treats github/codeql-action/init and github/codeql-action/analyze as independent update targets, proposing them as separate PRs. Merging just one breaks CodeQL (it requires both steps on the same version) until the other lands. Group them so Dependabot proposes a single PR bumping both together. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps github/codeql-action/init from 4.37.0 to 4.37.1.
Release notes
Sourced from github/codeql-action/init's releases.
Changelog
Sourced from github/codeql-action/init's changelog.
... (truncated)
Commits
7188fc3Merge pull request #4020 from github/update-v4.37.1-9e7c07009c8b5f69Update changelog for v4.37.19e7c070Merge pull request #4014 from github/mbg/explicit-remote-prefix3492b7eChangeREMOTE_PATH_PREFIXtoremote=3654baaMerge remote-tracking branch 'origin/main' into mbg/explicit-remote-prefix2d682acMerge pull request #4017 from github/dependabot/github_actions/dot-github/wor...23f6a50Merge pull request #4009 from github/mbg/action-state/additions1ee3c75Merge pull request #4018 from github/dependabot/github_actions/dot-github/wor...e053684Merge pull request #4015 from github/dependabot/npm_and_yarn/npm-minor-fd2e83...6803c56Merge pull request #4019 from github/update-bundle/codeql-bundle-v2.26.1Dependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)