From 036cc4dccef68eb0f176b05dd94bb7ae23969d98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mika=C3=ABl=20DELSOL?= Date: Mon, 9 Dec 2024 21:28:45 +0100 Subject: [PATCH] fix: fix sonars permissions (#325) --- .github/workflows/sonars.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/sonars.yml b/.github/workflows/sonars.yml index 1e05dcb1..ce0e049b 100644 --- a/.github/workflows/sonars.yml +++ b/.github/workflows/sonars.yml @@ -12,6 +12,10 @@ jobs: sonarcloud: name: Sonars runs-on: ubuntu-latest + permissions: + contents: read + pull-requests: write + statuses: write steps: - name: Checkout code uses: actions/checkout@v3