Skip to content

Commit d782bb1

Browse files
author
Emmanuel Campait
committed
add permissions on workflows files
1 parent 65eed69 commit d782bb1

3 files changed

Lines changed: 9 additions & 0 deletions

File tree

.github/workflows/phpstan.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ on:
99
- main
1010
pull_request:
1111

12+
permissions:
13+
contents: read
14+
1215
jobs:
1316
phpstan:
1417
runs-on: ubuntu-latest

.github/workflows/phpunit.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ on:
99
- main
1010
pull_request:
1111

12+
permissions:
13+
contents: read
14+
1215
jobs:
1316
phpunit:
1417
runs-on: ubuntu-latest

.github/workflows/psalm.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ on:
99
- main
1010
pull_request:
1111

12+
permissions:
13+
contents: read
14+
1215
jobs:
1316
psalm:
1417
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)