From cd03eae31623e70c916a2b9421ec9e5d1c6ae961 Mon Sep 17 00:00:00 2001 From: Daniel Adams Date: Fri, 19 Apr 2024 22:50:04 +0200 Subject: [PATCH 1/3] Remove link underline setting beta notice (#50231) --- .../managing-accessibility-settings.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/content/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-user-account-settings/managing-accessibility-settings.md b/content/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-user-account-settings/managing-accessibility-settings.md index fa89d78e3d..336dfd29d5 100644 --- a/content/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-user-account-settings/managing-accessibility-settings.md +++ b/content/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-user-account-settings/managing-accessibility-settings.md @@ -22,12 +22,6 @@ You can decide whether you want to use some or all keyboard shortcuts on {% ifve You can control whether links in text blocks on {% data variables.location.product_location %} are underlined and therefore more distinguishable. -{% note %} - -**Note:** The option to show link underlines is currently in beta and subject to change. - -{% endnote %} - {% data reusables.user-settings.access_settings %} {% data reusables.user-settings.accessibility_settings %} 1. Under "Content", manage settings for link appearance. From f7f89751f6bde69f2885f067f35d506d1d6877ed Mon Sep 17 00:00:00 2001 From: Chad Bentz <1760475+felickz@users.noreply.github.com> Date: Fri, 19 Apr 2024 17:08:55 -0400 Subject: [PATCH 2/3] adding python sample for bulk enablement (#50241) Co-authored-by: Sarita Iyer <66540150+saritai@users.noreply.github.com> --- ...ng-advanced-setup-for-code-scanning-with-codeql-at-scale.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/configuring-advanced-setup-for-code-scanning-with-codeql-at-scale.md b/content/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/configuring-advanced-setup-for-code-scanning-with-codeql-at-scale.md index 739c49e0a7..45a4cefb46 100644 --- a/content/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/configuring-advanced-setup-for-code-scanning-with-codeql-at-scale.md +++ b/content/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/configuring-advanced-setup-for-code-scanning-with-codeql-at-scale.md @@ -32,9 +32,10 @@ Alternatively, if you do not need granular control over the {% data variables.pr 1. Identify a group of repositories that can be analyzed using the same {% data variables.product.prodname_code_scanning %} configuration. For example, all repositories that build Java artifacts using the production environment. 1. Create and test a {% data variables.product.prodname_actions %} workflow to call the {% data variables.product.prodname_codeql %} action with the appropriate configuration. For more information, see {% ifversion code-scanning-without-workflow %}"[AUTOTITLE](/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-advanced-setup-for-code-scanning#configuring-advanced-setup-for-code-scanning-with-codeql)."{% else %}"[AUTOTITLE](/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-advanced-setup-for-code-scanning#configuring-code-scanning-using-the-codeql-action)."{% endif %} -1. Use one of the example scripts create a custom script to add the workflow to each repository in the group. +1. Use one of the example scripts or create a custom script to add the workflow to each repository in the group. - PowerShell example: [`jhutchings1/Create-ActionsPRs`](https://github.com/jhutchings1/Create-ActionsPRs) repository - NodeJS example: [`nickliffen/ghas-enablement`](https://github.com/NickLiffen/ghas-enablement) repository + - Python example: [`Malwarebytes/ghas-cli`](https://github.com/Malwarebytes/ghas-cli) repository {% ifversion codeql-model-packs-org %} From 1c26d2baa158757503641f2e330a4c7535d96c7a Mon Sep 17 00:00:00 2001 From: Devin Dooley Date: Fri, 19 Apr 2024 14:14:05 -0700 Subject: [PATCH 3/3] Remove known issue that was addressed in 3.11.5 (#50244) Co-authored-by: Rachael Rose Renk <91027132+rachaelrenk@users.noreply.github.com> --- data/release-notes/enterprise-server/3-11/5.yml | 2 -- data/release-notes/enterprise-server/3-11/6.yml | 2 -- data/release-notes/enterprise-server/3-11/7.yml | 2 -- data/release-notes/enterprise-server/3-11/8.yml | 2 -- 4 files changed, 8 deletions(-) diff --git a/data/release-notes/enterprise-server/3-11/5.yml b/data/release-notes/enterprise-server/3-11/5.yml index 5ebcf340a5..4c7e0ea0c3 100644 --- a/data/release-notes/enterprise-server/3-11/5.yml +++ b/data/release-notes/enterprise-server/3-11/5.yml @@ -68,8 +68,6 @@ sections: {% data reusables.release-notes.2023-12-backup-utils-exit-early-redis %} - | {% data reusables.release-notes.2024-01-haproxy-upgrade-causing-increased-errors %} - - | - Pre-receive hooks which utilize `git rev-list` fail with an `fatal: Invalid revision range` error message. - | {% data reusables.release-notes.2024-02-pages-deployment-error %} [Updated: 2024-03-07] - | diff --git a/data/release-notes/enterprise-server/3-11/6.yml b/data/release-notes/enterprise-server/3-11/6.yml index c3b5b6bef3..8140eeccf3 100644 --- a/data/release-notes/enterprise-server/3-11/6.yml +++ b/data/release-notes/enterprise-server/3-11/6.yml @@ -36,7 +36,5 @@ sections: {% data reusables.release-notes.2023-12-backup-utils-exit-early-redis %} - | {% data reusables.release-notes.2024-01-haproxy-upgrade-causing-increased-errors %} - - | - Pre-receive hooks which utilize `git rev-list` fail with an `fatal: Invalid revision range` error message. - | {% data reusables.release-notes.2024-02-pages-deployment-error %} diff --git a/data/release-notes/enterprise-server/3-11/7.yml b/data/release-notes/enterprise-server/3-11/7.yml index 5b643f2525..5cb4d67b06 100644 --- a/data/release-notes/enterprise-server/3-11/7.yml +++ b/data/release-notes/enterprise-server/3-11/7.yml @@ -90,5 +90,3 @@ sections: {% data reusables.release-notes.2023-12-backup-utils-exit-early-redis %} - | {% data reusables.release-notes.2024-01-haproxy-upgrade-causing-increased-errors %} - - | - Pre-receive hooks which utilize `git rev-list` fail with an `fatal: Invalid revision range` error message. diff --git a/data/release-notes/enterprise-server/3-11/8.yml b/data/release-notes/enterprise-server/3-11/8.yml index dc4fd6e451..37bb57c504 100644 --- a/data/release-notes/enterprise-server/3-11/8.yml +++ b/data/release-notes/enterprise-server/3-11/8.yml @@ -84,8 +84,6 @@ sections: {% data reusables.release-notes.2023-12-backup-utils-exit-early-redis %} - | {% data reusables.release-notes.2024-01-haproxy-upgrade-causing-increased-errors %} - - | - Pre-receive hooks which utilize `git rev-list` fail with an `fatal: Invalid revision range` error message. - | {% data reusables.release-notes.2024-02-pages-deployment-error %} - |