From 2962c295e81ea886f57811c6910fa471ca0ef33e Mon Sep 17 00:00:00 2001 From: Patrick McCann Date: Sat, 8 Jun 2024 06:49:01 -0400 Subject: [PATCH] Update jscpd.yml --- .github/workflows/jscpd.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/jscpd.yml b/.github/workflows/jscpd.yml index 53b7123d2aa..4362eb2660e 100644 --- a/.github/workflows/jscpd.yml +++ b/.github/workflows/jscpd.yml @@ -12,6 +12,8 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v3 + with: + fetch-depth: 0 # Fetch all history for all branches - name: Set up Node.js uses: actions/setup-node@v3