Skip to content

Commit faee20b

Browse files
authored
limit permissions for security considerations workflow (#21)
1 parent 888d8fa commit faee20b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/security-considerations.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: Security Considerations Workflow
22

3+
permissions:
4+
pull-requests: read
5+
36
on:
47
pull_request:
58
types: [opened, edited, reopened]

0 commit comments

Comments
 (0)