From bd8548f3120f4702436b923f918569336d64625f Mon Sep 17 00:00:00 2001 From: Liviu Burcusel Date: Mon, 20 Oct 2025 14:36:20 +0200 Subject: [PATCH] Added explicit permissions for workflow --- .github/workflows/production-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/production-ci.yml b/.github/workflows/production-ci.yml index 686fd26..ab11bf0 100644 --- a/.github/workflows/production-ci.yml +++ b/.github/workflows/production-ci.yml @@ -12,6 +12,9 @@ jobs: do-scan: name: SonarCloud Scan runs-on: ubuntu-latest + permissions: + contents: read + pull-requests: read steps: - name: Checkout code