From 84129b8240222aa0eac9fc42922069c14cabb3ba Mon Sep 17 00:00:00 2001 From: "thomas.layh" Date: Tue, 30 Apr 2024 11:56:07 +0200 Subject: [PATCH] chore: fix scrutinizer --- .github/workflows/Tests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/Tests.yml b/.github/workflows/Tests.yml index 2a503c1..94867f8 100644 --- a/.github/workflows/Tests.yml +++ b/.github/workflows/Tests.yml @@ -20,6 +20,8 @@ jobs: - name: Checkout uses: actions/checkout@v4 + with: + fetch-depth: 10 - name: Set up PHP Version ${{ matrix.php }} uses: shivammathur/setup-php@v2