From 1c2d5483c2e06d9d812cf0dbabde068736e54e4b Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Thu, 5 Mar 2026 23:54:05 -0800 Subject: [PATCH] Chore: set fetch depth for bundle analysis (#12257) --- .github/workflows/ci-frontend.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci-frontend.yml b/.github/workflows/ci-frontend.yml index 02135c80d..6a5b88f9f 100644 --- a/.github/workflows/ci-frontend.yml +++ b/.github/workflows/ci-frontend.yml @@ -164,6 +164,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v6.0.2 + with: + fetch-depth: 2 - name: Install pnpm uses: pnpm/action-setup@v4.2.0 with: