Skip to content

Commit 036cc4d

Browse files
authored
fix: fix sonars permissions (#325)
1 parent f7f1d23 commit 036cc4d

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)