Restrict permissions for GitHub action

See gh-29104
This commit is contained in:
Ashish Kurmi 2022-09-07 21:59:12 -07:00 committed by Stephane Nicoll
parent a425512025
commit 7f9933fdb7
1 changed files with 3 additions and 0 deletions

View File

@ -1,6 +1,9 @@
name: "Validate Gradle Wrapper"
on: [push, pull_request]
permissions:
contents: read
jobs:
validation:
name: "Validation"