Skip to content

Commit c052a4d

Browse files
naveensrinivasansnicoll
authored andcommitted
Restrict permissions for GitHub action
See gh-31344
1 parent 1dea328 commit c052a4d

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)