ci: fetch full history in golangci-lint job
revgrep needs pull_request.base.sha in the local clone to compute the diff against new code. With fetch-depth: 2, only HEAD and one parent are fetched, so a stale base SHA (when main moves between PR syncs) is not reachable and revgrep falls through, surfacing pre-existing issues outside the PR scope.
K
Kristoffer Dalby committed
795a1efe9bd9cb86310124aa6ba0a86b907381aa
Parent: dc73376