From 3735a22690933007c7b620c71deb1b6177ee6dbb Mon Sep 17 00:00:00 2001 From: Brendan Kenny Date: Wed, 10 Feb 2021 17:24:16 -0600 Subject: [PATCH] misc(ci): increase fetch-depth for codecov SHA (#12079) --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 33ed547b0ae4..2399d5117b55 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -83,6 +83,8 @@ jobs: steps: - name: git clone uses: actions/checkout@v2 + with: + fetch-depth: 2 - name: Use Node.js 12.x uses: actions/setup-node@v1 @@ -150,6 +152,8 @@ jobs: steps: - name: git clone uses: actions/checkout@v2 + with: + fetch-depth: 2 - name: Use Node.js 12.x uses: actions/setup-node@v1