From 5fdfcb9a81e4d9c9ef0f8ede973d0b357f85378f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Mar 2024 20:06:04 +0000 Subject: [PATCH] chore(deps): pin cypress/browsers docker tag to cd90991 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6efecba39fb..bdbfeb3fa53 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -98,7 +98,7 @@ jobs: e2e-test: runs-on: ubuntu-latest container: - image: cypress/browsers:node-20.6.1-chrome-116.0.5845.187-1-ff-117.0-edge-116.0.1938.76-1 + image: cypress/browsers:node-20.6.1-chrome-116.0.5845.187-1-ff-117.0-edge-116.0.1938.76-1@sha256:cd909915e1a0aa24dbd3eaf95feb2a7be6cf9961fa425ffa06cd5a44d211451c options: --user 1001 timeout-minutes: 10 name: 'E2E Doc Test: node-20, ubuntu-latest'