Skip to content

Commit 47d7431

Browse files
Potential fix for code scanning alert no. 3: Workflow does not contain permissions (#1887)
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
1 parent c7ae531 commit 47d7431

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/md-link-check.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ on:
88

99
jobs:
1010
link-check:
11+
permissions:
12+
contents: read
13+
pull-requests: write
1114
runs-on: ubuntu-24.04
1215
env:
1316
CI: true

0 commit comments

Comments
 (0)