From bc7679f10749a5184327db40e8233c50711a67e3 Mon Sep 17 00:00:00 2001 From: Konrad Pabjan Date: Thu, 12 Dec 2024 09:32:30 -0500 Subject: [PATCH] Update required domains for actions runners as part of immutable actions (#53465) Co-authored-by: Sophie <29382425+sophietheking@users.noreply.github.com> --- .../about-self-hosted-runners.md | 3 +-- data/reusables/actions/runner-essential-communications.md | 7 ++++++- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/content/actions/hosting-your-own-runners/managing-self-hosted-runners/about-self-hosted-runners.md b/content/actions/hosting-your-own-runners/managing-self-hosted-runners/about-self-hosted-runners.md index fa7530f9d7c7..c6b063300ea7 100644 --- a/content/actions/hosting-your-own-runners/managing-self-hosted-runners/about-self-hosted-runners.md +++ b/content/actions/hosting-your-own-runners/managing-self-hosted-runners/about-self-hosted-runners.md @@ -185,8 +185,7 @@ If you have enabled automatic access to {% data variables.product.prodname_dotco github.com api.github.com codeload.github.com -ghcr.io -*.actions.githubusercontent.com +pkg.actions.githubusercontent.com ``` {% data reusables.actions.domain-name-cname-recursive-firewall-rules %} diff --git a/data/reusables/actions/runner-essential-communications.md b/data/reusables/actions/runner-essential-communications.md index 0ef1aeecf0a1..86b4fbd10899 100644 --- a/data/reusables/actions/runner-essential-communications.md +++ b/data/reusables/actions/runner-essential-communications.md @@ -10,8 +10,13 @@ api.github.com ```shell copy codeload.github.com +pkg.actions.githubusercontent.com +``` + +**Needed for publishing immutable actions:** + +```shell copy ghcr.io -*.actions.githubusercontent.com ``` **Needed for uploading/downloading job summaries, logs, workflow artifacts, and caches:**