Chore: rename VersionInfo to Info

Renames the VersionInfo struct to Info across the codebase to simplify the naming convention. This change affects:

  • RegisterRunnerRequest.Info field type
  • JobRequest.Info field type
  • UpdateJobRequest.Info field type
  • GitLabClient.getRunnerVersion() return type

The struct fields and JSON serialization remain unchanged, only the type name is simplified.

Closes #39020 (closed)

Edited by Davis Bickford

Merge request reports

Loading