Skip to content
This repository was archived by the owner on Feb 3, 2026. It is now read-only.

Commit 579526c

Browse files
authored
limit permissions of security considerations action to least privilege (#210)
1 parent b3d0858 commit 579526c

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
22

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

0 commit comments

Comments
 (0)