From 5f956e236d85fa48dd54d48b2273dbc15fde1718 Mon Sep 17 00:00:00 2001 From: Pol Dellaiera Date: Mon, 27 Dec 2021 11:37:42 +0100 Subject: [PATCH] Fix `scrutinizer/ocular` upload. (cherry picked from commit 59c8dc1e17a86b9bdcce4b2702239b110bb5c8b9) --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 51b0883b2..cee78a4c4 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -27,7 +27,7 @@ jobs: - name: Checkout uses: actions/checkout@v2.4.0 with: - fetch-depth: 1 + fetch-depth: 2 - name: Install PHP uses: shivammathur/setup-php@2.16.0