Skip to content

Commit fb37ce7

Browse files
committed
Merge pull request #31344 from naveensrinivasan
* pr/31344: Restrict permissions for GitHub action Closes gh-31344
2 parents 1dea328 + c052a4d commit fb37ce7

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)