Skip to content

Commit b440da3

Browse files
Potential fix for code scanning alert no. 13: Workflow does not contain permissions (#13669)
* Potential fix for code scanning alert no. 13: Workflow does not contain permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> Signed-off-by: Glenn Jocher <[email protected]> * Update links.yml Signed-off-by: Glenn Jocher <[email protected]> --------- Signed-off-by: Glenn Jocher <[email protected]> Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
1 parent fb49570 commit b440da3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/links.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010

1111
name: Check Broken links
1212

13+
permissions:
14+
contents: read
15+
1316
on:
1417
workflow_dispatch:
1518
schedule:

0 commit comments

Comments
 (0)