Skip to content

Commit 67503fc

Browse files
authored
Merge pull request #1188 from arpitjain099/chore/declare-workflow-perms
ci: declare contents:read on gradle-wrapper-validation workflow
2 parents d59fe48 + fd63410 commit 67503fc

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/gradle-wrapper-validation.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
branches: [main]
55
pull_request: {}
66

7+
permissions:
8+
contents: read
9+
710
jobs:
811
validation:
912
name: "Validation"

0 commit comments

Comments
 (0)