I'm running a DAST scanner via github actions and it has failed due to timeout because the job took longer than 6 hours. Reading through the documentation I see the limit should not be applied to self hosted runners, and there is no entry for job execution timeout in the self-hosted runner limitations. Is there a way to disable the 360 minute timeout for job execution?
Under job:
add timeout-minutes: NUMBER