From f1d6b056da42bd717630dac76c4806147e01e3b6 Mon Sep 17 00:00:00 2001 From: Myrotvorets Date: Sun, 25 Aug 2024 15:30:47 +0300 Subject: [PATCH] Update workflows --- .github/workflows/sonarscan.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/sonarscan.yml b/.github/workflows/sonarscan.yml index 5c668dbc..023de598 100644 --- a/.github/workflows/sonarscan.yml +++ b/.github/workflows/sonarscan.yml @@ -9,9 +9,18 @@ on: - master workflow_dispatch: +permissions: + contents: read + jobs: build: name: SonarCloud Scan + permissions: + contents: read + pull-requests: write + security-events: write + checks: write + statuses: write runs-on: ubuntu-latest if: | github.event_name == 'workflow_dispatch' ||