chore(deps): bump github/codeql-action from 3 to 4.37.3 - #3429
chore(deps): bump github/codeql-action from 3 to 4.37.3#3429dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3 to 4.37.3. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@v3...v4.37.3) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.37.3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
|
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. |
|
renatomaurovtex
left a comment
There was a problem hiding this comment.
Reviewing as part of the daily PR sweep. CI-only: CodeQL action v3 → v4 on init/autobuild/analyze in codeql-analysis.yml. The major itself is safe to take — v3 is at end of support (it stopped receiving updates in 2026), v4 is functionally the continuation of the v3 line on a newer action runtime, and this repo analyzes javascript with the default bundle, so the v4-line minimum-CodeQL-bundle bumps (≥2.19.4, soon ≥2.20.6) don't affect it. No config/input changes required.
🟡 Pinning style changed: @v3 (floating major) → @v4.37.3 (exact). Every other action in this repo tracks the major tag (checkout@v6, setup-node@v7, chromaui@v18), and CodeQL specifically ships default-bundle updates through in-major releases — an exact pin freezes the analyzer version and turns every CodeQL patch release into a new dependabot PR. Suggest floating the major:
- uses: github/codeql-action/init@v4.37.3
+ uses: github/codeql-action/init@v4(same for autobuild and analyze — keep all three on the same ref).
💬 Red FastStore check = "Publish to Chromatic" missing-token pattern on dependabot PRs (#3361), unrelated. The CodeQL workflow itself runs on push/schedule, not on this PR, so the real proof is the first post-merge CodeQL run on dev.
Verdict: Approved with comments
Blocking (🔴/🟠):
- None.
Non-blocking (🟡/💬):
- 🟡 Prefer
@v4major tag over exact@v4.37.3(repo convention + automatic in-major analyzer updates, less dependabot noise).
Checks to confirm before merge: first post-merge CodeQL analysis run on dev goes green.

0 New Issues
0 Fixed Issues
0 Accepted Issues
No data about coverage (28.60% Estimated after merge)
Bumps github/codeql-action from 3 to 4.37.3.
Release notes
Sourced from github/codeql-action's releases.
... (truncated)
Changelog
Sourced from github/codeql-action's changelog.
... (truncated)
Commits
e4fba86Merge pull request #4031 from github/update-v4.37.3-72f6a9da0fb50ab5Update changelog for v4.37.372f6a9dMerge pull request #4030 from github/mbg/fix/no-proxy3b5ee58Use defaultrequestoptions instead ofundefinedbfb6be4Merge pull request #4028 from github/mergeback/v4.37.2-to-main-e0647621526ab84Rebuildd6217b9Update changelog and version after v4.37.2e064762Merge pull request #4027 from github/update-v4.37.2-385bcdc5ae0faed8Add a couple of change notes73aad0eUpdate changelog for v4.37.2Dependabot 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)