Skip to content

Commit 7f9933f

Browse files
ashishkurmisnicoll
authored andcommitted
Restrict permissions for GitHub action
See gh-29104
1 parent a425512 commit 7f9933f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/gradle-wrapper-validation.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: "Validate Gradle Wrapper"
22
on: [push, pull_request]
33

4+
permissions:
5+
contents: read
6+
47
jobs:
58
validation:
69
name: "Validation"

0 commit comments

Comments
 (0)