From 334c8c2962c26a6e95ad7c5bc6ea9b74f79f6008 Mon Sep 17 00:00:00 2001 From: shubham-mermaid Date: Fri, 20 Jun 2025 13:12:56 +0530 Subject: [PATCH] use depth 0 --- .github/workflows/validate-lockfile.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/validate-lockfile.yml b/.github/workflows/validate-lockfile.yml index 3ac5b5314..3d978ef03 100644 --- a/.github/workflows/validate-lockfile.yml +++ b/.github/workflows/validate-lockfile.yml @@ -14,6 +14,9 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v4 + with: + # so we have both base and head SHAs to diff + fetch-depth: 0 - name: Set up Node.js uses: actions/setup-node@v4