Would it be possible for the git-clone
step to have an input parameter to fetch all history for all branches?
The use-case I have is when I do PR analysis with sonarcloud, it requires to have all branches history being fetched, otherwise, it reports no data on the PR.
For example, on GHA, the checkout action has a fetch-depth
input that do that if set to 0: GitHub - actions/checkout: Action for checking out a repo