Skip to content

Commit d9dbacf

Browse files
authored
fix: name change of setting
1 parent 8acba44 commit d9dbacf

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/steps/1-dependency-graph.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ GitHub offers a range of features to help you understand the dependencies in you
2424
> Dependency graph is enabled by default for all new public repositories.
2525
2626
1. Navigate to the **Settings** tab.
27-
1. Click **Code Security**.
27+
1. Click **Advanced Security**.
2828
1. Verify **Dependency Graph** is **Enabled**
2929

3030
### :keyboard: Activity 1.2: Add a new dependency and view your dependency graph

.github/steps/2-dependabot-alerts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Let's enable Dependabot alerts on our repository!
2626
### :keyboard: Activity 2.2: Enable Dependabot alerts
2727

2828
1. Navigate to the **Settings** tab.
29-
1. Display the settings for **Code Security**.
29+
1. Display the settings for **Advanced Security**.
3030
1. **Enable** Dependabot alerts.
3131
1. **Wait about 60 seconds for Dependabot to check for alerts.**
3232
1. Navigate to the **Security** tab.

.github/steps/3-dependabot-security.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ We manually created a pull request to fix the "Prototype Pollution in minimist"
1212

1313
### :keyboard: Activity 3.1: Enable and trigger Dependabot security updates
1414

15-
1. Navigate to the **Settings** tab and select **Code Security**.
15+
1. Navigate to the **Settings** tab and select **Advanced Security**.
1616
1. Enable **Dependabot security updates**. You may need to wait 30-60 seconds before you see any new pull requests.
1717
1. Navigate to the **Pull requests** repository tab to view the what Dependabot has found.
1818
1. Find the new pull request that requests to patch the **axios** dependency.

.github/steps/4-dependabot-versions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Let's see how this works!
1717

1818
### :keyboard: Activity 4.1: Enable and trigger Dependabot version updates
1919

20-
1. Navigate to the **Settings** tab and select **Code Security**.
20+
1. Navigate to the **Settings** tab and select **Advanced Security**.
2121
1. Locate **Dependabot version updates** and click **Configure** to open a new file editor with pre-poplulated contents. The file is called `dependabot.yml`.
2222
1. Notice that the file is prepopulated to update the GitHub actions in the repository, the `github-actions` package ecosystem.
2323
1. Edit your `dependabot.yml` configuration file to include another entry. It should look like:

0 commit comments

Comments
 (0)