diff --git a/.github/workflows/build-and-test-differential.yaml b/.github/workflows/build-and-test-differential.yaml index 2785839ae..665176298 100644 --- a/.github/workflows/build-and-test-differential.yaml +++ b/.github/workflows/build-and-test-differential.yaml @@ -19,6 +19,8 @@ jobs: steps: - name: Check out repository uses: actions/checkout@v3 + with: + fetch-depth: 0 - name: Remove exec_depend uses: autowarefoundation/autoware-github-actions/remove-exec-depend@v1 @@ -86,6 +88,8 @@ jobs: - name: Check out repository if: ${{ steps.download-compile-db.outcome == 'success' }} uses: actions/checkout@v3 + with: + fetch-depth: 0 - name: Install FB Infer id: fb-infer-install