Skip to content

Commit e44472b

Browse files
committed
Actions: Update reference link
Updates the old link https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/assigning-permissions-to-jobs to where it now currently links to (https://docs.github.com/en/actions/tutorials/authenticate-with-github_token) and an additional relevant documentation that is closer to what the documentation looked like before the page was moved (https://docs.github.com/en/actions/reference/workflows-and-actions/workflow-syntax#permissions).
1 parent 90401b3 commit e44472b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

actions/ql/src/Security/CWE-275/MissingActionsPermissions.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,7 @@ jobs:
3838
3939
## References
4040
41-
- GitHub Docs: [Assigning permissions to jobs](https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/assigning-permissions-to-jobs).
41+
### GitHub Docs
42+
43+
- [Modifying the permissions for the `GITHUB_TOKEN`](https://docs.github.com/en/actions/tutorials/authenticate-with-github_token#modifying-the-permissions-for-the-github_token).
44+
- [Workflow syntax for GitHub Actions: `permissions`](https://docs.github.com/en/actions/reference/workflows-and-actions/workflow-syntax#permissions).

0 commit comments

Comments
 (0)