Skip to content

Commit 1289d9c

Browse files
corycalahanCopilotjc-clark
authored
Added additional troubleshooting recommendations for self-hosted ARC runners (#57755)
Co-authored-by: Copilot <[email protected]> Co-authored-by: Joe Clark <[email protected]>
1 parent d3eb448 commit 1289d9c

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

content/actions/reference/runners/self-hosted-runners.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ If you disable automatic updates, you will be required to update your runner ver
121121

122122
For instructions on how to install the latest runner version, see the installation instructions for [the latest release](https://github.com/actions/runner/releases).
123123

124-
>[!WARNING] Any updates released for the software, including major, minor or patch releases, are considered as an available update. If you do not perform a software update within 30 days, the {% data variables.product.prodname_actions %} service will not queue jobs to your runner. In addition, if a critical security update is required, the {% data variables.product.prodname_actions %} service will not queue jobs to your runner until it has been updated.
124+
{% data reusables.actions.self-hosted-runner-update-warning %}
125125

126126
### Webhooks for autoscaling
127127

content/actions/tutorials/use-actions-runner-controller/troubleshoot.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,14 @@ A `401 Unauthorized` error when attempting to obtain an access token for a {% da
157157

158158
{% data reusables.actions.self-hosted-runner-group-limit %}
159159

160+
## Runner updates
161+
162+
{% data reusables.actions.self-hosted-runner-update-warning %}
163+
164+
Validate that your runner software version and/or custom runner image(s) in use are running the latest version.
165+
166+
For more information, see [AUTOTITLE](/actions/reference/runners/self-hosted-runners).
167+
160168
## Legal notice
161169

162170
{% data reusables.actions.actions-runner-controller-legal-notice %}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
>[!WARNING] Any updates released for the software, including major, minor, or patch releases, are considered as an available update. If you do not perform a software update within 30 days, the {% data variables.product.prodname_actions %} service will not queue jobs to your runner. In addition, if a critical security update is required, the {% data variables.product.prodname_actions %} service will not queue jobs to your runner until it has been updated.

0 commit comments

Comments
 (0)