Merge branch 'main' into codespaces-universe-megabranch
This commit is contained in:
@@ -3,5 +3,5 @@
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghec: '*'
|
||||
ghes: '>=3.6'
|
||||
ghae: '>= 3.8'
|
||||
ghes: '>=3.7'
|
||||
ghae: '>=3.7'
|
||||
|
||||
6
data/features/dependency-graph-dart-support.yml
Normal file
6
data/features/dependency-graph-dart-support.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
# Reference: Issue #7738 Dependency graph supports Dart (pub) - [GA]
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghec: '*'
|
||||
ghes: '>= 3.8'
|
||||
ghae: '>= 3.8'
|
||||
5
data/features/hide-individual-achievements.yml
Normal file
5
data/features/hide-individual-achievements.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
# Reference: #8225
|
||||
# Hide individual achievements on profile
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghec: '*'
|
||||
6
data/features/secret-scanning-enterprise-level.yml
Normal file
6
data/features/secret-scanning-enterprise-level.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
# Reference: #7526.
|
||||
# Secret scanning: Enable at Enterprise level
|
||||
versions:
|
||||
ghec: '*'
|
||||
ghes: '>=3.7'
|
||||
ghae: '>=3.7'
|
||||
@@ -2,3 +2,5 @@
|
||||
# Documentation for audit log streaming to a Datadog endpoint
|
||||
versions:
|
||||
ghec: '*'
|
||||
ghes: '>= 3.8'
|
||||
ghae: '>= 3.8'
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
You can upgrade {% data variables.product.prodname_ghe_server %} to the latest patch release using a hotpatch, which does not require a maintenance window and usually does not require a reboot.
|
||||
You can upgrade {% data variables.product.prodname_ghe_server %} to the latest patch release using a hotpatch.
|
||||
|
||||
You can use hotpatching to upgrade to a newer patch release, but not a feature release. For example, you can upgrade from `2.10.1` to `2.10.5` because they are in the same feature series, but not from `2.10.9` to `2.11.0` because they are in a different feature series.
|
||||
|
||||
Hotpatches do not generally require a reboot. If a hotpatch does require a reboot, the {% data variables.product.product_name %} release notes will indicate the requirement.
|
||||
|
||||
Hotpatches require a configuration run, which can cause a brief period of errors or unresponsiveness for some or all services on {% data variables.product.product_location %}. You are not required to enable maintenance mode during installation of a hotpatch, but doing so will guarantee that users see a maintenance page instead of errors or timeouts. For more information, see "[Enabling and scheduling maintenance mode](/admin/configuration/configuring-your-enterprise/enabling-and-scheduling-maintenance-mode)."
|
||||
|
||||
5
data/reusables/gpg/configure-gpg-signing.md
Normal file
5
data/reusables/gpg/configure-gpg-signing.md
Normal file
@@ -0,0 +1,5 @@
|
||||
1. If you have previously configured Git to use a different key format when signing with `--gpg-sign`, unset this configuration so the default format of `openpgp` will be used.
|
||||
|
||||
```Shell
|
||||
$ git config --global --unset gpg.format
|
||||
```
|
||||
@@ -0,0 +1 @@
|
||||
If you don't see **Configure SSO**, ensure that you have authenticated at least once through your SAML IdP to access resources on {% data variables.product.product_location %}. For more information, see "[About authentication with SAML single sign-on](/authentication/authenticating-with-saml-single-sign-on/about-authentication-with-saml-single-sign-on)."
|
||||
3
data/reusables/webhooks/dependabot_alert_availability.md
Normal file
3
data/reusables/webhooks/dependabot_alert_availability.md
Normal file
@@ -0,0 +1,3 @@
|
||||
- Repository webhooks
|
||||
- Organization webhooks
|
||||
- {% data variables.product.prodname_github_apps %} with **Dependabot alerts** permission
|
||||
9
data/reusables/webhooks/dependabot_alert_description.md
Normal file
9
data/reusables/webhooks/dependabot_alert_description.md
Normal file
@@ -0,0 +1,9 @@
|
||||
{% note %}
|
||||
|
||||
**Note:** Webhook events for {% data variables.product.prodname_dependabot_alerts %} are currently in beta and subject to change.
|
||||
|
||||
{% endnote %}
|
||||
|
||||
Activity related to {% data variables.product.prodname_dependabot_alerts %}.
|
||||
{% data reusables.webhooks.action_type_desc %}
|
||||
For more information, see "[About Dependabot alerts](/code-security/dependabot/dependabot-alerts/about-dependabot-alerts)."
|
||||
8
data/reusables/webhooks/dependabot_alert_payload.md
Normal file
8
data/reusables/webhooks/dependabot_alert_payload.md
Normal file
@@ -0,0 +1,8 @@
|
||||
Key | Type | Description
|
||||
---|---|---
|
||||
`action` | `string` | The action that was performed. Can be one of `created`, `dismissed`, `reopened`, `fixed`, or `reintroduced`.
|
||||
`alert` | `object` | The Dependabot [`alert`](/rest/dependabot/alerts#get-a-dependabot-alert) involved in the event.
|
||||
{% data reusables.webhooks.repo_desc %}
|
||||
{% data reusables.webhooks.org_desc %}
|
||||
{% data reusables.webhooks.app_desc %}
|
||||
`sender` | `object` | If the `action` is `dismissed` or `reopened`, the `sender` is the [`user`](/rest/users/users#get-a-user) that triggered the event. The `sender` is {% ifversion ghes or ghae %}`github-enterprise`{% else %}`github`{% endif %} for all other actions.
|
||||
@@ -1 +1,7 @@
|
||||
{% warning %}
|
||||
|
||||
**Deprecation note**: The `repository_vulnerability_alert` webhook events described below are deprecated and are documented here for reference only. Use [`dependabot_alert`](#dependabot_alert) as an alternative.
|
||||
|
||||
{% endwarning %}
|
||||
|
||||
Activity related to security vulnerability alerts in a repository. {% data reusables.webhooks.action_type_desc %} For more information, see the "[About {% data variables.product.prodname_dependabot_alerts %}](/github/managing-security-vulnerabilities/about-alerts-for-vulnerable-dependencies/)".
|
||||
|
||||
Reference in New Issue
Block a user