diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index a5c4790b8d037..05b2c1d49ef50 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -774,6 +774,10 @@ jobs: contents: read actions: read steps: + - name: Checkout + uses: actions/checkout@v4 + with: + fetch-depth: 2 - name: Install Codecov CLI run: | curl -Os https://uploader.codecov.io/latest/linux/codecov