chore(deps): bump github/codeql-action from 3.36.2 to 4.36.2#3
Open
dependabot[bot] wants to merge 1 commit into
Open
chore(deps): bump github/codeql-action from 3.36.2 to 4.36.2#3dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Author
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
McSpace
pushed a commit
that referenced
this pull request
Jun 4, 2026
…ncel text Two audit-3 follow-ups: 1. `field-fontFamily` — the previous override `'Courier New, monospace'` never rasterised in the Playwright Chromium image (the font isn't installed and the stack fell through to the headless default sans-serif), so the visual audit kept flagging the tooltip text as proportional even though the DOM-verify's family-string match passed. Swap the override to `'Times New Roman, serif'` — Times New Roman ships with most Chromium font sets, and the trailing `serif` generic guarantees a visually-distinct serif render on any platform. Update the verify assertion to match. 2. `field-tooltipCancelButtonTextColor` — audit #3 read the Cancel label as "clearly white on dark grey" and reclassified it as a real bug. A runtime DOM probe (computed `color` and inline `style.color`) confirmed the override IS applied — the text is black, identical issue to the previously-fixed Select-button case (audit #2 also misread it). Add a DOM-verify that pins computed `color` to `rgb(0, 0, 0)`, mirroring the Select sibling — visual LLMs cannot discriminate near-invisible black text on baseline dark-grey, and the DOM is the ground truth here. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.36.2 to 4.36.2. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@dd903d2...8aad20d) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
fbab489 to
bff5c50
Compare
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 from 3.36.2 to 4.36.2.
Release notes
Sourced from github/codeql-action's releases.
... (truncated)
Changelog
Sourced from github/codeql-action's changelog.
... (truncated)
Commits
0ad7c1fRebuild25c25b5Update changelog and version after v4.36.187557b9Merge pull request #3940 from github/update-v4.36.1-2a1689ed49431011Update changelog for v4.36.12a1689eMerge pull request #3939 from github/henrymercer/skip-overlay-revert-when-exp...d40e417Only do initial wait when not running tests5245323Disable missing diff-ranges fallback when overlay enabled manually948a63aAdd FF to force JGit-based Git backend