diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index 8566facc8..ed194dd92 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -55,6 +55,8 @@ jobs: steps: - name: Checkout source code uses: actions/checkout@v4 + with: + fetch-depth: 0 - name: Set up Go uses: actions/setup-go@v5