Skip to content

Commit

Permalink
Merge pull request #29104 from boahc077
Browse files Browse the repository at this point in the history
* pr/29104:
  Restrict permissions for GitHub action

Closes gh-29104
  • Loading branch information
snicoll committed Sep 8, 2022
2 parents a425512 + 7f9933f commit c503f35
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/gradle-wrapper-validation.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: "Validate Gradle Wrapper"
on: [push, pull_request]

permissions:
contents: read

jobs:
validation:
name: "Validation"
Expand Down

0 comments on commit c503f35

Please sign in to comment.