Skip to content

Commit c7aedad

Browse files
committed
fix: fix sonars permissions
1 parent f7f1d23 commit c7aedad

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/sonars.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ jobs:
1212
sonarcloud:
1313
name: Sonars
1414
runs-on: ubuntu-latest
15+
permissions:
16+
contents: read
17+
pull-requests: write
18+
statuses: write
1519
steps:
1620
- name: Checkout code
1721
uses: actions/checkout@v3

0 commit comments

Comments
 (0)