build(deps): bump github/codeql-action/analyze from 4.37.7 to 4.37.9 - #81
build(deps): bump github/codeql-action/analyze from 4.37.7 to 4.37.9#81dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [github/codeql-action/analyze](https://github.com/github/codeql-action) from 4.37.7 to 4.37.9. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@ff2f1c6...cdf488f) --- updated-dependencies: - dependency-name: github/codeql-action/analyze dependency-version: 4.37.9 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
Pull request overview
This PR updates the GitHub Actions workflow to use a newer pinned revision of the CodeQL analyze action (v4.37.9), aligning the workflow with the latest CodeQL bundle default (2.26.4) from upstream.
Changes:
- Bump
github/codeql-action/analyzefrom v4.37.7 to v4.37.9 (pinned by commit SHA).
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
|
|
||
| - name: Analyze | ||
| uses: github/codeql-action/analyze@ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd # v4.37.7 | ||
| uses: github/codeql-action/analyze@cdf488f595d80d6e07e03d4674febd5ab45fa938 # v4.37.9 |
There was a problem hiding this comment.
This is an auto review done by revuto.
This bumps only the analyze step of the CodeQL workflow. One consistency issue, noted inline (Copilot flagged the same thing — agreeing with it):
github/codeql-action/init(line 57, stillff2f1c62…/ v4.37.7) andgithub/codeql-action/analyze(this line,cdf488f5…/ v4.37.9) must be the same version within a workflow — the sub-actions pass database/env state between steps, and GitHub only supports lockstep versions. 4.37.9's own change is "default bundle → 2.26.4", so this PR as-is would create databases with the 2.26.3 bundle (init 4.37.7) and analyze with 2.26.4. The workflow was created in #70 with both pins at the identical commit, and its whole purpose is to keep thecode_scanningrequired check green for fork PRs, so it's worth keeping them in sync here rather than relying on a separateinitbump landing later. Minimal fix: update the line 57initpin tocdf488f595d80d6e07e03d4674febd5ab45fa938in this PR too (or merge the companion dependabotinitPR together with this one).
|
|
||
| - name: Analyze | ||
| uses: github/codeql-action/analyze@ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd # v4.37.7 | ||
| uses: github/codeql-action/analyze@cdf488f595d80d6e07e03d4674febd5ab45fa938 # v4.37.9 |
There was a problem hiding this comment.
This is an auto review done by revuto.
analyze is now v4.37.9, but the init step (line 57) is still pinned to ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd # v4.37.7. All github/codeql-action/* steps in a workflow must use the same action version — init writes the database/env state that analyze consumes, and mixed versions are unsupported (this workflow was created in #70 with both pins at the identical commit). Concretely, 4.37.9's only change is "default CodeQL bundle → 2.26.4", so a run would create databases with the 2.26.3 bundle via init 4.37.7 and analyze expecting 2.26.4. Since this workflow exists to keep the required code_scanning check satisfiable for fork PRs, please bump the line 57 init pin to cdf488f595d80d6e07e03d4674febd5ab45fa938 in this same PR (dependabot tracks the two sub-actions as separate deps, so waiting for the companion init PR leaves a mixed-version window on main).
|
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 If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
Bumps github/codeql-action/analyze from 4.37.7 to 4.37.9.
Release notes
Sourced from github/codeql-action/analyze's releases.
Changelog
Sourced from github/codeql-action/analyze's changelog.
... (truncated)
Commits
cdf488fMerge pull request #4107 from github/update-v4.37.9-920ba7cd17243f38Update changelog for v4.37.9920ba7cMerge pull request #4106 from github/update-bundle/codeql-bundle-v2.26.4ecfa6e1Add changelog noteadcdf4aUpdate default bundle to codeql-bundle-v2.26.4486fec2Merge pull request #4099 from github/update-supported-enterprise-server-versions134624cMerge pull request #4101 from github/dependabot/npm_and_yarn/npm-minor-457d82...ff43db8Merge pull request #4103 from github/mergeback/v4.37.8-to-main-db488dde4605e03Rebuild099c869Update changelog and version after v4.37.8Dependabot 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)