Skip to content

Commit 452165c

Browse files
committed
CI: Restrict default permissions
Reduces risk of arbitrary code is run by attacker.
1 parent 53b3959 commit 452165c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
name: Tests
2+
permissions:
3+
contents: read
24
on:
35
push:
46
branches:

0 commit comments

Comments
 (0)