Skip to content

Commit 5d871d6

Browse files
authored
Merge pull request #2 from emmanuelgjr/alert-autofix-3
Potential fix for code scanning alert no. 3: Workflow does not contain permissions
2 parents 945fee3 + 0b822bd commit 5d871d6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/link-check.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ on:
77
jobs:
88
linkcheck:
99
runs-on: ubuntu-latest
10+
permissions:
11+
contents: read
1012
steps:
1113
- uses: actions/checkout@v4
1214
- uses: lycheeverse/lychee-action@v2.0.2

0 commit comments

Comments
 (0)