1
0
mirror of synced 2025-12-19 18:10:59 -05:00

[FR task]: remove trailing spaces and duplicate newlines (#57060)

This commit is contained in:
mc
2025-08-11 13:20:50 +02:00
committed by GitHub
parent dccae2823a
commit c812850e37
2 changed files with 2 additions and 4 deletions

View File

@@ -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. 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. > 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 ## Further reading
* [AUTOTITLE](/code-security/supply-chain-security/understanding-your-software-supply-chain/about-supply-chain-security) * [AUTOTITLE](/code-security/supply-chain-security/understanding-your-software-supply-chain/about-supply-chain-security)

View File

@@ -15,8 +15,7 @@ You can target repositories in your organization by custom properties. See [AUTO
#### Targeting all repositories in your organization #### Targeting all repositories in your organization
To target all repositories in your organization, in the "Target repositories" section, next to To target all repositories in your organization, in the "Target repositories" section, next to "Repository targeting criteria", select **All repositories**.
"Repository targeting criteria", select **All repositories**.
#### Targeting select repositories in your organization #### Targeting select repositories in your organization