Merge branch 'main' into repo-sync
This commit is contained in:
@@ -42,6 +42,10 @@ Click **Make a contribution** at the bottom of any docs page to make small chang
|
||||
|
||||
<img src="./assets/images/contribution_cta.png" width="300" height="150" />
|
||||
|
||||
#### Make changes in a codespace
|
||||
|
||||
For more information about using a codespace for working on GitHub documentation, see "[Working in a codespace](https://github.com/github/docs/blob/main/contributing/codespace.md)."
|
||||
|
||||
#### Make changes locally
|
||||
|
||||
1. [Install Git LFS](https://docs.github.com/en/github/managing-large-files/versioning-large-files/installing-git-large-file-storage).
|
||||
@@ -54,9 +58,6 @@ Click **Make a contribution** at the bottom of any docs page to make small chang
|
||||
- Using the command line:
|
||||
- [Fork the repo](https://docs.github.com/en/github/getting-started-with-github/fork-a-repo#fork-an-example-repository) so that you can make your changes without affecting the original project until you're ready to merge them.
|
||||
|
||||
- GitHub Codespaces:
|
||||
- [Fork, edit, and preview](https://docs.github.com/en/free-pro-team@latest/github/developing-online-with-codespaces/creating-a-codespace) using [GitHub Codespaces](https://github.com/features/codespaces) without having to install and run the project locally.
|
||||
|
||||
3. Install or update to **Node.js v16**. For more information, see [the development guide](contributing/development.md).
|
||||
|
||||
4. Create a working branch and start with your changes!
|
||||
|
||||
@@ -6,7 +6,7 @@ redirect_from:
|
||||
- /github/managing-security-vulnerabilities/viewing-and-updating-vulnerable-dependencies-in-your-repository
|
||||
- /code-security/supply-chain-security/viewing-and-updating-vulnerable-dependencies-in-your-repository
|
||||
- /code-security/supply-chain-security/managing-vulnerabilities-in-your-projects-dependencies/viewing-and-updating-vulnerable-dependencies-in-your-repository
|
||||
permissions: Repository administrators and organization owners can view and update dependencies.
|
||||
permissions: Repository administrators and organization owners can view and update dependencies, as well as users and teams with explicit access.
|
||||
shortTitle: View Dependabot alerts
|
||||
versions:
|
||||
fpt: '*'
|
||||
|
||||
@@ -32,7 +32,7 @@ Note that `npm ci` and `npm run build` are steps that should typically only need
|
||||
|
||||
### Using GitHub Codespaces
|
||||
|
||||
As an alternative, you can simply use [GitHub Codespaces](https://github.com/features/codespaces).
|
||||
As an alternative, you can simply use [GitHub Codespaces](https://docs.github.com/en/codespaces/overview). For more information about using a codespace for working on GitHub documentation, see "[Working in a codespace](https://github.com/github/docs/blob/main/contributing/codespace.md)."
|
||||
|
||||
In a matter of minutes, you will be ready to edit, preview and test your changes directly from the comfort of your browser.
|
||||
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
1. In the security sidebar, click **{% data variables.product.prodname_dependabot_alerts %}**.{% ifversion fpt or ghec %}
|
||||
1. In the security sidebar, click **{% data variables.product.prodname_dependabot_alerts %}**. If this option is missing, it means you don't have access to security alerts and need to be given access. For more information, see "[Managing security and analysis settings for your repository](/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository#granting-access-to-security-alerts)."{% ifversion fpt or ghec %}
|
||||
{% else %}{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user