Gitea Actions runner cannot resolve the internal hostname git.sysloggh.net during CI checkout, causing all pipeline runs to fail at clone step.
Fix
Replaced hostname with IP in all 4 checkout steps across auth, validate, lint, and ai-review jobs.
## Problem
Gitea Actions runner cannot resolve the internal hostname git.sysloggh.net during CI checkout, causing all pipeline runs to fail at clone step.
## Fix
Replaced hostname with IP in all 4 checkout steps across auth, validate, lint, and ai-review jobs.
The Gitea Actions runner cannot resolve the internal hostname
git.sysloggh.net during checkout. Using the direct IP address
resolves the DNS resolution issue in CI pipeline steps.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Problem
Gitea Actions runner cannot resolve the internal hostname git.sysloggh.net during CI checkout, causing all pipeline runs to fail at clone step.
Fix
Replaced hostname with IP in all 4 checkout steps across auth, validate, lint, and ai-review jobs.