Skip to content

Commit b92a6bd

Browse files
authored
potential fix for code scanning alert no. 4: Workflow does not contain permissions (via #3061)
1 parent 1e458f9 commit b92a6bd

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
name: "Validate Gradle Wrapper"
22
on: [push, pull_request]
3+
permissions:
4+
contents: read
35

46
jobs:
57
validation:

0 commit comments

Comments
 (0)