From 4a91d458fdd6216ee1abeccc107a0d502aa2f043 Mon Sep 17 00:00:00 2001 From: Patrice Ferlet Date: Sun, 6 Jul 2025 14:21:56 +0200 Subject: [PATCH] fix(ci): try to add permission block --- .github/workflows/go-test.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/go-test.yaml b/.github/workflows/go-test.yaml index 015e60c..40cd663 100644 --- a/.github/workflows/go-test.yaml +++ b/.github/workflows/go-test.yaml @@ -31,6 +31,9 @@ jobs: coverprofile.out gotest.json sonar: + permissions: + contents: read + pull_request: read runs-on: ubuntu-latest needs: tests steps: