class Dependabot::Clients::GitlabWithRetries

def fetch_commit(repo, branch)

def fetch_commit(repo, branch)
  T.unsafe(self).branch(repo, branch).commit.id
end