Skip to content

Commit

Permalink
Bump actions/checkout fetch-depth to 2
Browse files Browse the repository at this point in the history
The default of 1 (only HEAD, no parents) is not enough for Scrutinizer,
it seems. Problem witnessed in #59.
  • Loading branch information
lucaswerkmeister committed Dec 6, 2022
1 parent 4e95e7d commit 33ceab0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:

steps:
- uses: actions/checkout@v2
with:
fetch-depth: 2

- name: Setup PHP
uses: shivammathur/setup-php@v2
Expand Down

0 comments on commit 33ceab0

Please sign in to comment.