From c812850e374c45420d3b04ef0331eaef410c2573 Mon Sep 17 00:00:00 2001 From: mc <42146119+mchammer01@users.noreply.github.com> Date: Mon, 11 Aug 2025 13:20:50 +0200 Subject: [PATCH 1/2] [FR task]: remove trailing spaces and duplicate newlines (#57060) --- ...ring-automatic-dependency-submission-for-your-repository.md | 3 +-- .../organization-rulesets-targeting-repositories-step.md | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/content/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-automatic-dependency-submission-for-your-repository.md b/content/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-automatic-dependency-submission-for-your-repository.md index b782cd164649..7dfb583d3356 100644 --- a/content/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-automatic-dependency-submission-for-your-repository.md +++ b/content/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-automatic-dependency-submission-for-your-repository.md @@ -105,10 +105,9 @@ The .NET autosubmission action uses the open source [component-detection](https: Python uses the open source [component-detection](https://github.com/microsoft/component-detection/) project as its underlying graph generation engine. The autosubmission action for Python will only run if there is a `requirements.txt` file in the root directory of the repository. Python autosubmission does not currently support private packages; packages referenced in `requirements.txt` which are not publicly available will cause the autosubmission action to fail. -> [!NOTE] +> [!NOTE] > This action uses [actions/setup-python](https://github.com/actions/setup-python) to install Python. You must include a .python-version file in your repository to specify the Python version to be installed. - ## Further reading * [AUTOTITLE](/code-security/supply-chain-security/understanding-your-software-supply-chain/about-supply-chain-security) diff --git a/data/reusables/organizations/organization-rulesets-targeting-repositories-step.md b/data/reusables/organizations/organization-rulesets-targeting-repositories-step.md index ce62cc4b4058..8026e46591cd 100644 --- a/data/reusables/organizations/organization-rulesets-targeting-repositories-step.md +++ b/data/reusables/organizations/organization-rulesets-targeting-repositories-step.md @@ -15,8 +15,7 @@ You can target repositories in your organization by custom properties. See [AUTO #### Targeting all repositories in your organization -To target all repositories in your organization, in the "Target repositories" section, next to -"Repository targeting criteria", select **All repositories**. +To target all repositories in your organization, in the "Target repositories" section, next to "Repository targeting criteria", select **All repositories**. #### Targeting select repositories in your organization From d38b2b254dab3195730e609c381b8b0804b08d2b Mon Sep 17 00:00:00 2001 From: mc <42146119+mchammer01@users.noreply.github.com> Date: Mon, 11 Aug 2025 14:09:51 +0200 Subject: [PATCH 2/2] [FR task]: Fix broken link (#57062) --- .../create-redis-service-containers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/actions/tutorials/use-containerized-services/create-redis-service-containers.md b/content/actions/tutorials/use-containerized-services/create-redis-service-containers.md index 9123be618543..a1dd765067f9 100644 --- a/content/actions/tutorials/use-containerized-services/create-redis-service-containers.md +++ b/content/actions/tutorials/use-containerized-services/create-redis-service-containers.md @@ -35,7 +35,7 @@ This guide shows you workflow examples that configure a service container using You may also find it helpful to have a basic understanding of YAML, the syntax for {% data variables.product.prodname_actions %}, and Redis. For more information, see: * [AUTOTITLE](/actions/learn-github-actions) -* [Getting Started with Redis](https://redislabs.com/get-started-with-redis/) in the Redis documentation +* [Getting Started with Redis](https://redis.io/learn/howtos/quick-start) in the Redis documentation ## Running jobs in containers