Restrict permissions for GitHub action
See gh-29104
This commit is contained in:
committed by
Stephane Nicoll
parent
a425512025
commit
7f9933fdb7
@@ -1,6 +1,9 @@
|
||||
name: "Validate Gradle Wrapper"
|
||||
on: [push, pull_request]
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
jobs:
|
||||
validation:
|
||||
name: "Validation"
|
||||
|
||||
Reference in New Issue
Block a user