Skip to content

Commit 86df5ca

Browse files
authored
Merge pull request #39776 from github/repo-sync
Repo sync
2 parents faf6750 + d38b2b2 commit 86df5ca

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

content/actions/tutorials/use-containerized-services/create-redis-service-containers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ This guide shows you workflow examples that configure a service container using
3535
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:
3636

3737
* [AUTOTITLE](/actions/learn-github-actions)
38-
* [Getting Started with Redis](https://redislabs.com/get-started-with-redis/) in the Redis documentation
38+
* [Getting Started with Redis](https://redis.io/learn/howtos/quick-start) in the Redis documentation
3939

4040
## Running jobs in containers
4141

content/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-automatic-dependency-submission-for-your-repository.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,10 +105,9 @@ The .NET autosubmission action uses the open source [component-detection](https:
105105

106106
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.
107107

108-
> [!NOTE]
108+
> [!NOTE]
109109
> 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.
110110
111-
112111
## Further reading
113112

114113
* [AUTOTITLE](/code-security/supply-chain-security/understanding-your-software-supply-chain/about-supply-chain-security)

data/reusables/organizations/organization-rulesets-targeting-repositories-step.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ You can target repositories in your organization by custom properties. See [AUTO
1515

1616
#### Targeting all repositories in your organization
1717

18-
To target all repositories in your organization, in the "Target repositories" section, next to
19-
"Repository targeting criteria", select **All repositories**.
18+
To target all repositories in your organization, in the "Target repositories" section, next to "Repository targeting criteria", select **All repositories**.
2019

2120
#### Targeting select repositories in your organization
2221

0 commit comments

Comments
 (0)