Commit da92ca1
fix: add explicit empty permissions to docs-broken-links workflow (#1131)
* fix: add explicit empty permissions to docs-broken-links workflow
This addresses CodeQL alert #1 (actions/missing-workflow-permissions).
The workflow checks for broken links in docs using Mintlify CLI and
doesn't require any GitHub token access. Adding permissions: {} ensures
the workflow runs with minimal privileges, reducing supply-chain risk.
Co-authored-by: Michael Sukkarieh <msukkari@users.noreply.github.com>
* chore: add CHANGELOG entry for workflow permissions fix
Co-authored-by: Michael Sukkarieh <msukkari@users.noreply.github.com>
---------
Co-authored-by: Cursor Agent <cursoragent@cursor.com>
Co-authored-by: Michael Sukkarieh <msukkari@users.noreply.github.com>1 parent b93727e commit da92ca1
2 files changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
3 | 5 | | |
4 | 6 | | |
5 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| |||
0 commit comments