Skip to content

Commit 27bec49

Browse files
Potential fix for code scanning alert no. 80: Workflow does not contain permissions
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
1 parent e34e092 commit 27bec49

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/link-check.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ on:
99
paths:
1010
- '_data/conferences.yml'
1111

12+
permissions:
13+
contents: read
14+
issues: write
15+
1216
jobs:
1317
check-links:
1418
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)