From bb31798be60ba07824ba9a59af642935da69a1e3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 27 Nov 2025 17:35:14 +0100 Subject: [PATCH] chore(deps): pin mcr.microsoft.com/playwright docker tag to 6aca677 (#1884) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3d0f15a98..fa9766914 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -362,7 +362,7 @@ jobs: ports: - 5556:5556 container: - image: mcr.microsoft.com/playwright:v1.57.0-jammy + image: mcr.microsoft.com/playwright:v1.57.0-jammy@sha256:6aca677c27a967caf7673d108ac67ffaf8fed134f27e17b27a05464ca0ace831 options: --user 1001 steps: - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5