From ede1bd4efb6414be4e05866efdf86757c8eb3e91 Mon Sep 17 00:00:00 2001 From: Sarah Edwards Date: Tue, 2 Jan 2024 00:38:22 -0800 Subject: [PATCH 1/6] Clarify workflow additional permissions (#48195) --- .../rest/authentication/permissions-required-for-github-apps.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/rest/authentication/permissions-required-for-github-apps.md b/content/rest/authentication/permissions-required-for-github-apps.md index 4e9d7aa54a9d..fc960075efaf 100644 --- a/content/rest/authentication/permissions-required-for-github-apps.md +++ b/content/rest/authentication/permissions-required-for-github-apps.md @@ -24,6 +24,6 @@ autogenerated: github-apps These permissions are required to access private resources with the following endpoints. Some endpoints can also be used to access public resources without these permissions. -Some endpoints require additional permissions. When this is the case, the "Additional permissions" column will indicate the other permissions that are required to use the endpoint. +Some endpoints require additional permissions. When this is the case, the "Additional permissions" column will indicate the other permissions that are required to use the endpoint. Some endpoints that require write access to the repository "Contents" permission also require write access to the repository "Workflows" permission if the request will affect workflow files. In these cases, the repository "Workflows" permission is indicated as an additional permission even though it is not always required to use the endpoint. From 51d12ef296adc56f0b211c3757b0d462848a2723 Mon Sep 17 00:00:00 2001 From: Kevin Glowacz Date: Tue, 2 Jan 2024 02:38:22 -0600 Subject: [PATCH 2/6] Add missing with to latest release notes (#48317) Co-authored-by: Vanessa --- data/release-notes/enterprise-server/3-10/4.yml | 2 +- data/release-notes/enterprise-server/3-11/1.yml | 2 +- data/release-notes/enterprise-server/3-7/19.yml | 2 +- data/release-notes/enterprise-server/3-8/12.yml | 2 +- data/release-notes/enterprise-server/3-9/7.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/data/release-notes/enterprise-server/3-10/4.yml b/data/release-notes/enterprise-server/3-10/4.yml index 4e49c2333d46..49134a81183d 100644 --- a/data/release-notes/enterprise-server/3-10/4.yml +++ b/data/release-notes/enterprise-server/3-10/4.yml @@ -101,7 +101,7 @@ sections: - | An administrator could enable GitHub Connect on an instance with a license that does not support GitHub Connect. - | - On an instance GitHub Connect enabled, some system users were incorrectly counted as consuming a license following license sync. + On an instance with GitHub Connect enabled, some system users were incorrectly counted as consuming a license following license sync. - | The enterprise account pages on some installations rendered very slowly. - | diff --git a/data/release-notes/enterprise-server/3-11/1.yml b/data/release-notes/enterprise-server/3-11/1.yml index 5adc150f9af1..b19553009660 100644 --- a/data/release-notes/enterprise-server/3-11/1.yml +++ b/data/release-notes/enterprise-server/3-11/1.yml @@ -59,7 +59,7 @@ sections: - | An administrator could enable GitHub Connect on an instance with a license that does not support GitHub Connect. - | - On an instance GitHub Connect enabled, some system users were incorrectly counted as consuming a license following license sync. + On an instance with GitHub Connect enabled, some system users were incorrectly counted as consuming a license following license sync. - | A user in the process of being converted into an organization could be added as a collaborator on a repository. This resulted in the new organizations owners unexpectedly receiving access to the repository. - | diff --git a/data/release-notes/enterprise-server/3-7/19.yml b/data/release-notes/enterprise-server/3-7/19.yml index d99bf0af7ae9..5fb768deb123 100644 --- a/data/release-notes/enterprise-server/3-7/19.yml +++ b/data/release-notes/enterprise-server/3-7/19.yml @@ -37,7 +37,7 @@ sections: - | A missing executable on the PATH caused the `ghe-spokesctl ssh` command to fail. - | - On an instance GitHub Connect enabled, some system users were incorrectly counted as consuming a license following license sync. + On an instance with GitHub Connect enabled, some system users were incorrectly counted as consuming a license following license sync. - | A user in the process of being converted into an organization could be added as a collaborator on a repository. This resulted in the new organizations owners unexpectedly receiving access to the repository. - | diff --git a/data/release-notes/enterprise-server/3-8/12.yml b/data/release-notes/enterprise-server/3-8/12.yml index f90fecedba56..f0b1711f7807 100644 --- a/data/release-notes/enterprise-server/3-8/12.yml +++ b/data/release-notes/enterprise-server/3-8/12.yml @@ -66,7 +66,7 @@ sections: - | An administrator could enable GitHub Connect on an instance with a license that does not support GitHub Connect. - | - On an instance GitHub Connect enabled, some system users were incorrectly counted as consuming a license following license sync. + On an instance with GitHub Connect enabled, some system users were incorrectly counted as consuming a license following license sync. - | A user in the process of being converted into an organization could be added as a collaborator on a repository. This resulted in the new organizations owners unexpectedly receiving access to the repository. - | diff --git a/data/release-notes/enterprise-server/3-9/7.yml b/data/release-notes/enterprise-server/3-9/7.yml index 8117b2c73866..a2a4234c0992 100644 --- a/data/release-notes/enterprise-server/3-9/7.yml +++ b/data/release-notes/enterprise-server/3-9/7.yml @@ -95,7 +95,7 @@ sections: - | An administrator could enable GitHub Connect on an instance with a license that does not support GitHub Connect. - | - On an instance GitHub Connect enabled, some system users were incorrectly counted as consuming a license following license sync. + On an instance with GitHub Connect enabled, some system users were incorrectly counted as consuming a license following license sync. - | The enterprise account pages on some installations rendered very slowly. - | From 39e3f35d4b71bee5605209c0591fcfe4113cfe03 Mon Sep 17 00:00:00 2001 From: Grace Park Date: Tue, 2 Jan 2024 00:38:22 -0800 Subject: [PATCH 3/6] Update overview rest link (#48249) From 4c8430977256809e56908b909b9f7680442c0cc9 Mon Sep 17 00:00:00 2001 From: Jake Coffman Date: Tue, 2 Jan 2024 02:38:22 -0600 Subject: [PATCH 4/6] Dependabot - suggest more general NuGet URLs (#48204) --- .../configuration-options-for-the-dependabot.yml-file.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/content/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file.md b/content/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file.md index 225c6e39712f..125fbdbbbb8e 100644 --- a/content/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file.md +++ b/content/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file.md @@ -1192,13 +1192,15 @@ For security reasons, {% data variables.product.prodname_dependabot %} does not The `nuget-feed` type supports username and password, or token. {% data reusables.dependabot.password-definition %} +{% data reusables.dependabot.dependabot-updates-path-match %} + {% raw %} ```yaml registries: nuget-example: type: nuget-feed - url: https://nuget.example.com/v3/index.json + url: https://nuget.pkg.github.com/my-org username: octocat@example.com password: ${{secrets.MY_NUGET_PASSWORD}} ``` @@ -1211,7 +1213,7 @@ registries: registries: nuget-azure-devops: type: nuget-feed - url: https://pkgs.dev.azure.com/.../_packaging/My_Feed/nuget/v3/index.json + url: https://pkgs.dev.azure.com username: octocat@example.com password: ${{secrets.MY_AZURE_DEVOPS_TOKEN}} ``` From e0b5382c432b48772de0246d5530dd9e9cdb5b4c Mon Sep 17 00:00:00 2001 From: docs-bot <77750099+docs-bot@users.noreply.github.com> Date: Tue, 2 Jan 2024 03:38:22 -0500 Subject: [PATCH 5/6] Update audit log event data (#48431) --- src/audit-logs/lib/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/audit-logs/lib/config.json b/src/audit-logs/lib/config.json index 7f204aa2221d..9af11181fa60 100644 --- a/src/audit-logs/lib/config.json +++ b/src/audit-logs/lib/config.json @@ -1,4 +1,4 @@ { "apiOnlyEventsAdditionalDescription": "This event is not available in the web interface, only via the REST API, audit log streaming, or JSON/CSV exports.", - "sha": "cfd6b7de7b0a76e5ea640dcb36d60bf167184ac4" + "sha": "ec17d5a77a2124a31114229e0e740063750bf31a" } \ No newline at end of file From 0ef00c4addac0f4c01c073809d0f0bb566b21e23 Mon Sep 17 00:00:00 2001 From: Sophie <29382425+sophietheking@users.noreply.github.com> Date: Tue, 2 Jan 2024 10:12:09 +0100 Subject: [PATCH 6/6] [Improvement]: Clarify that the only type of searches that work in forks are repository searches and code searches (#48302) --- content/search-github/searching-on-github/searching-in-forks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/search-github/searching-on-github/searching-in-forks.md b/content/search-github/searching-on-github/searching-in-forks.md index 25359a3b613d..a45790fb234a 100644 --- a/content/search-github/searching-on-github/searching-in-forks.md +++ b/content/search-github/searching-on-github/searching-in-forks.md @@ -20,7 +20,7 @@ To show forks in repository search results, add `fork:true` or `fork:only` to yo {% note %} -**Note:** Searching for commits is not supported for forks. +**Note:** Forks can only be included in repository and code searches. {% endnote %}