You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Medium issue found: the pinned Playwright container digest appears to point at the wrong image version.
Medium
.github/workflows/ci.yml:270 and .github/workflows/ci.yml:399
The updated digest does not match the declared v1.60.0-noble Playwright image. The review reports that mcr.microsoft.com/playwright:v1.60.0-noble resolves to sha256:9bd26ad900bb5e0f4dee75839e957a89ae89c2b7ab1e76050e559790e946b948, while the new sha256:02810c... digest resolves to v1.46.1-jammy.
Because these jobs run inside the container before checkout/setup/test steps, the container is part of the CI trust boundary. A mismatched digest can downgrade or swap the runtime while the comment still claims v1.60.0-noble, leaving the existing version check satisfied.
Suggested remediation: restore the digest for mcr.microsoft.com/playwright:v1.60.0-noble, or intentionally update the package pins, image version comment, and digest together. Prefer a tag@sha256 reference and make the guard verify that the digest resolves to the declared tag.
renovateBot
changed the title
Update mcr.microsoft.com/playwright Docker digest to 02810c9
chore(deps): update mcr.microsoft.com/playwright docker digest to 02810c9
Jun 22, 2026
renovateBot
changed the title
chore(deps): update mcr.microsoft.com/playwright docker digest to 02810c9
Update mcr.microsoft.com/playwright Docker digest to 02810c9
Jun 22, 2026
renovateBot
changed the title
Update mcr.microsoft.com/playwright Docker digest to 02810c9
chore(deps): update mcr.microsoft.com/playwright docker digest to 02810c9
Jun 25, 2026
renovateBot
changed the title
chore(deps): update mcr.microsoft.com/playwright docker digest to 02810c9
Update mcr.microsoft.com/playwright Docker digest to 02810c9
Jun 25, 2026
renovateBot
changed the title
Update mcr.microsoft.com/playwright Docker digest to 02810c9
chore(deps): update mcr.microsoft.com/playwright docker digest to 02810c9
Jun 26, 2026
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
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.
This PR contains the following updates:
9bd26ad→02810c9Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.