Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ We published the first iteration of a [journey landing page](https://docs.github

<hr>

**15 May 2026**

We've published a new [GitHub Secret Protection adoption journey landing page](https://docs.github.com/en/code-security/tutorials/secret-protection-adoption-path) for AppSec administrators. Our content audit found that while individual GHSP articles existed, there was no clear end-to-end path from evaluation to organization-wide rollout.

The new page organizes existing content into a 5-phase adoption journey: assess secret risk, evaluate fit and cost, pilot with selected repositories, monitor metrics, and scale protection across your organization 🎉

<hr>

**12 May 2026**

We have now published the GitHub Enterprise Server (GHES) 3.21 release candidate notes. You can read the full notes here:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,9 @@ If you want your new organization to use your current personal account username,

## Further reading

{% ifversion fpt or ghec %}
- [AUTOTITLE](/organizations/managing-membership-in-your-organization/inviting-users-to-join-your-organization)
{% else %}
- [AUTOTITLE](/organizations/managing-membership-in-your-organization/adding-people-to-your-organization)
{% endif %}
- [AUTOTITLE](/organizations/managing-peoples-access-to-your-organization-with-roles/maintaining-ownership-continuity-for-your-organization)
8 changes: 8 additions & 0 deletions content/actions/how-tos/troubleshoot-workflows.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,14 @@ If you use self-hosted runners, you can view their activity and diagnose common

For more information, see [AUTOTITLE](/actions/how-tos/manage-runners/self-hosted-runners/monitor-and-troubleshoot).

{% ifversion fpt or ghec %}

### Runner IP addresses flagged by security scanners

{% data reusables.actions.runner-ip-reputation %}

{% endif %}

## Networking troubleshooting suggestions

Our support is limited for network issues that involve:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@ We make changes to our IP addresses from time to time. We do not recommend allow

For applications to function, you must allow TCP ports 22, 80, and 443 via our IP ranges for `github.com` and `{% data variables.enterprise.data_residency_domain %}`.

## {% data variables.product.prodname_actions %} runner IP addresses and third-party IP reputation services

{% data reusables.actions.runner-ip-reputation %}

For more information about {% data variables.product.prodname_actions %} runner IP ranges, see [AUTOTITLE](/actions/how-tos/troubleshoot-workflows#runner-ip-addresses-flagged-by-security-scanners).

## Further reading

* [AUTOTITLE](/get-started/using-github/troubleshooting-connectivity-problems)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Additionally, creating an immutable release automatically generates a **release
> [!NOTE]
> Immutable releases include protection against repository resurrection attacks. Even if you delete a repository and create a new one with the same name, you cannot reuse tags that were associated with immutable releases in the original repository.

If a release is immutable, you will see "{% octicon "lock" aria-hidden="true" %} Immutable" below the title on the release page.
If a release is immutable, you will see {% octicon "lock" aria-hidden="true" %} **Immutable**" below the title on the release page.

## Best practices for publishing immutable releases

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,12 @@ You found suspicious code in your repository, a security researcher reported an

* [Containment actions](/code-security/tutorials/secure-your-organization/responding-to-security-incidents#step-2-contain-the-threat)

{% ifversion fpt or ghec %}

{% data reusables.actions.runner-ip-reputation-note %}

{% endif %}

## Malware and supply chain attacks

This section may apply when:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,12 @@ Try to identify the nature of the signal you're seeing. For example, does the si

For help identifying these threat signals across your organization or enterprise, consult [AUTOTITLE](/code-security/reference/security-incident-response/investigation-areas).

{% ifversion fpt or ghec %}

{% data reusables.actions.runner-ip-reputation-note %}

{% endif %}

We suggest you don't spend too much time on deep inspection in the earlier stages of your investigation, since the initial goal is to **identify** the threat signal in order to **validate** it and strategize your response.

### 2. Validate
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,15 @@ redirect_from:
- /copilot/copilot-chat-cookbook/functionality-analysis-and-feature-suggestions/analyzing-and-incorporating-user-feedback
- /copilot/tutorials/copilot-chat-cookbook/functionality-analysis-and-feature-suggestions/analyzing-and-incorporating-user-feedback
- /copilot/tutorials/copilot-chat-cookbook/functionality-analysis-and-feature-suggestions/analyze-feedback
- /copilot/tutorials/copilot-chat-cookbook/analyze-functionality/analyze-feedback
versions:
feature: copilot
category:
- Functionality analysis
- Author and optimize with Copilot
- Scale institutional knowledge
complexity:
- Intermediate
surface:
- Chat
octicon: lightbulb
contentType: tutorials
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,15 @@ redirect_from:
- /copilot/copilot-chat-cookbook/functionality-analysis-and-feature-suggestions/exploring-potential-feature-implementations
- /copilot/tutorials/copilot-chat-cookbook/functionality-analysis-and-feature-suggestions/exploring-potential-feature-implementations
- /copilot/tutorials/copilot-chat-cookbook/functionality-analysis-and-feature-suggestions/explore-implementations
- /copilot/tutorials/copilot-chat-cookbook/analyze-functionality/explore-implementations
versions:
feature: copilot
category:
- Functionality analysis
- Author and optimize with Copilot
- Scale institutional knowledge
complexity:
- Intermediate
surface:
- Chat
octicon: lightbulb
contentType: tutorials
---
Expand Down
Loading
Loading