Skip to content

Commit e82e139

Browse files
Restrict workflow actions
Restricts permissions to be read-only
1 parent e202ac8 commit e82e139

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/maven-verify.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ on:
77
- main
88
- release-3
99

10+
permissions:
11+
contents: read
12+
1013
jobs:
1114
build-main:
1215
if: github.base_ref == 'main'

0 commit comments

Comments
 (0)