Skip to content

Commit f03e38a

Browse files
authored
correct link for actions tab
1 parent 2401bcc commit f03e38a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

exercises/exercise-5.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
## Creating an Actions workflow to scan Workflow files using CodeQL
33
In this section we are going to create an Actions workflow to scan existing workflows for any security weaknesses.
44

5-
In your repository, `click` on the [`Actions`](../../actions) tab
5+
In your repository, `click` on the [`Actions`](../../../actions) tab
66

77
_**NOTE:** If `Actions`tab is not available (this should not happen since you are looking to scan Actions workflows after all), please contact your organization admin or repository admin to enable it. See [enabling Actions section in the documentation](https://docs.github.com/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository) for more details._
88

@@ -45,4 +45,4 @@ You'll see the details of the alert including the file where this weakness exist
4545

4646
Modify the problematic workflow file as suggested, and commit the changes.
4747

48-
Once the file is committed, it will trigger the `Actions Workflow CodeQL` and the alert should be resolved if the recommend fix was implemented.
48+
Once the file is committed, it will trigger the `Actions Workflow CodeQL` and the alert should be resolved if the recommend fix was implemented.

0 commit comments

Comments
 (0)