Skip to content

Commit e9f20a9

Browse files
authored
Potential fix for code scanning alert no. 3: Workflow does not contain permissions (#57)
1 parent 0907471 commit e9f20a9

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/validate_pr.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
paths-ignore:
55
- "docs/**"
66
- "*.md"
7+
permissions:
8+
contents: read
79
jobs:
810
lint:
911
name: Lint

0 commit comments

Comments
 (0)