10000 Merge branch 'main' into discussions-edits · github/docs@c54e62e · GitHub
[go: up one dir, main page]

Skip to content

Commit c54e62e

Browse files
Merge branch 'main' into discussions-edits
2 parents 6b84e5a + 38c2403 commit c54e62e

File tree

14 files changed

+15
-15
lines changed

14 files changed

+15
-15
lines changed

content/actions/sharing-automations/reusing-workflows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ This example job below calls a reusable workflow and references the matrix conte
225225

226226
```yaml copy
227227
jobs:
228-
ReuseableMatrixJobForDeployment:
228+
ReusableMatrixJobForDeployment:
229229
strategy:
230230
matrix:
231231
target: [dev, stage, prod]

content/admin/administering-your-instance/administering-your-instance-from-the-command-line/command-line-utilities.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -849,7 +849,7 @@ nes set-node-adminaction approved HOSTNAME
849849
To revoke {% data variables.product.prodname_nes %}'s ability to take the node with hostname HOSTNAME offline:
850850
851851
```shell
852-
nes set-node-adminaction approved HOSTNAME
852+
nes set-node-adminaction none HOSTNAME
853853
```
854854
855855
To manually update a node's eligibility for re-addition to the cluster:

content/admin/managing-iam/configuring-authentication-for-enterprise-managed-users/configuring-saml-single-sign-on-for-enterprise-managed-users.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ To configure SAML SSO for your {% data variables.enterprise.prodname_emu_enterpr
7373
| ----------------- | ------------- | ------------------- |
7474
| Microsoft Entra ID | [Microsoft Learn](https://docs.microsoft.com/en-us/azure/active-directory/saas-apps/github-enterprise-managed-user-tutorial) | [Microsoft Learn](https://learn.microsoft.com/en-us/entra/identity/saas-apps/github-enterprise-managed-user-ghe-com-tutorial) |
7575
| Okta | [AUTOTITLE](/admin/identity-and-access-management/configuring-authentication-for-enterprise-managed-users/configuring-saml-single-sign-on-with-okta-for-enterprise-managed-users) | [AUTOTITLE](/admin/identity-and-access-management/configuring-authentication-for-enterprise-managed-users/configuring-saml-single-sign-on-with-okta-for-enterprise-managed-users) |
76-
| PingFederate | [AUTOTITLE](/admin/managing-iam/provisioning-user-accounts-with-scim/configuring-authentication-and-provisioning-with-pingfederate) ("Prerequisities" and "1. Configure SAML" sections) | [AUTOTITLE](/admin/managing-iam/provisioning-user-accounts-with-scim/configuring-authentication-and-provisioning-with-pingfederate) ("Prerequisities" and "1. Configure SAML" sections) |
76+
| PingFederate | [AUTOTITLE](/admin/managing-iam/provisioning-user-accounts-with-scim/configuring-authentication-and-provisioning-with-pingfederate) ("Prerequisites" and "1. Configure SAML" sections) | [AUTOTITLE](/admin/managing-iam/provisioning-user-accounts-with-scim/configuring-authentication-and-provisioning-with-pingfederate) ("Prerequisites" and "1. Configure SAML" sections) |
7777

7878
{% endrowheaders %}
7979

content/admin/managing-iam/understanding-iam-for-enterprises/about-enterprise-managed-users.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ If you cannot use a single partner IdP for both authentication and provisioning,
7474
The profile name and email address of a {% data variables.enterprise.prodname_managed_user %} is provided by the IdP:
7575
* {% data variables.enterprise.prodname_managed_users_caps %} _cannot_ change their profile name or email address on {% data variables.product.prodname_dotcom %}.
7676
* The IdP can only provide one email address.
77-
* Changing a user's email address in your IdP will delink the user from the contribution history associated with the old email address.
77+
* Changing a user's email address in your IdP will unlink the user from the contribution history associated with the old email address.
7878

7979
## Managing roles and access
8080

content/billing/managing-billing-for-your-products/managing-billing-for-github-advanced-security/signing-up-for-github-advanced-security.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Signing up for {% data variables.product.prodname_GHAS %}
3-
intro: "You can sign up for {% data variables.product.prodname_GHAS %} products from your {% data variables.enterprise.enterprise_or_org %} account's settings to prevent data leaks and keep vulnerablities out of your codebase."
3+
intro: "You can sign up for {% data variables.product.prodname_GHAS %} products from your {% data variables.enterprise.enterprise_or_org %} account's settings to prevent data leaks and keep vulnerabilities out of your codebase."
44
allowTitleToDifferFromFilename: true
55
permissions: '{% ifversion fpt %}Organization{% else %}Enterprise{% endif %} owners can sign up for {% data variables.product.prodname_GH_cs_or_sp %}'
66
product: '{% data reusables.gated-features.ghas-billing %}'

content/code-security/dependabot/working-with-dependabot/configuring-access-to-private-registries-for-dependabot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ updates:
153153

154154
{% endraw %}
155155

156-
## Supported private registeries
156+
## Supported private registries
157157

158158
Examples of how to configure access to the private registries supported by {% data variables.product.prodname_dependabot %}.
159159

content/code-security/dependabot/working-with-dependabot/dependabot-options-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -562,7 +562,7 @@ Define a specific branch to check for version updates and to target pull request
562562
When `target-branch` is defined:
563563

564564
* Only manifest files on the target branch are checked for version updates.
565-
* All pull requests for version updates are opened targetting the specified branch.
565+
* All pull requests for version updates are opened targeting the specified branch.
566566
* Options defined for this `package-ecosystem` no longer apply to security updates because security updates always use the default branch for the repository.
567567

568568
## `vendor` {% octicon "versions" aria-label="Version updates" height="24" %} {% octicon "shield-check" aria-label="Security updates" height="24" %}

content/code-security/securing-your-organization/fixing-security-alerts-at-scale/best-practice-fix-alerts-at-scale.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ For information about the developer experience, see [AUTOTITLE](/code-security/c
2929

3030
## Selecting security alerts for remediation
3131

32-
Your first thought may be to identify all the most urgent alerts and create a security campaign to fix them. If your developers already have a good understanding of secure coding and are keen to remediate potential vulnerabilities, this could be a successful approach for your company. However, if you need to build up knowledge of secure coding and common vulnerabilities, you will benefit from a more stategic approach.
32+
Your first thought may be to identify all the most urgent alerts and create a security campaign to fix them. If your developers already have a good understanding of secure coding and are keen to remediate potential vulnerabilities, this could be a successful approach for your company. However, if you need to build up knowledge of secure coding and common vulnerabilities, you will benefit from a more strategic approach.
3333

3434
For example, if you have many alerts for cross-site scripting vulnerabilities, you could:
3535

content/code-security/security-overview/filtering-alerts-in-security-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ All {% data variables.product.prodname_code_scanning %} alerts have one of the c
195195
| Qualifier | Description |
196196
| -------- | -------- |
197197
|`is`|Display {% data variables.product.prodname_code_scanning %} alerts that are open (`open`) or closed (`closed`).|
198-
|`resolution`| Display {% data variables.product.prodname_code_scanning %} alerts closed as "false positive" (`false-postive`), "fixed" (`fixed`), "used in tests" (`used-in-tests`), or "won't fix" (`wont-fix`).|
198+
|`resolution`| Display {% data variables.product.prodname_code_scanning %} alerts closed as "false positive" (`false-positive`), "fixed" (`fixed`), "used in tests" (`used-in-tests`), or "won't fix" (`wont-fix`).|
199199
|`rule`|Display {% data variables.product.prodname_code_scanning %} alerts identified by the specified rule.|
200200
|`severity`|Display {% data variables.product.prodname_code_scanning %} alerts categorized as `critical`, `high`, `medium`, or `low` security alerts. Alternatively, displays {% data variables.product.prodname_code_scanning %} alerts categorized as `error`, `warning`, `note` problems.|
201201
|`sort`| Display alerts from newest to oldest (`created-desc`), oldest to newest (`created-asc`), most recently updated (`updated-desc`), or least recently updated (`updated-asc`).

content/code-security/security-overview/viewing-security-insights.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ The "Pull request alerts fixed with autofix suggestions" metric shows the ratio
221221
{% endif %}
222222

223223
{% else %}
224-
<!--The remainder of this article has content for the dashboard without Detection, Remediation, and Preventation tabs GHES 3.13-3.15-->
224+
<!--The remainder of this article has content for the dashboard without Detection, Remediation, and Prevention tabs GHES 3.13-3.15-->
225225

226226
* [Alert trends graph](#alert-trends-graph)
227227
* [Age of alerts](#age-of-alerts)

0 commit comments

Comments
 (0)
0