From 7b1ed760fe6a124fe6800b3f8a16f386347486c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Eckel?= Date: Tue, 27 May 2025 11:52:57 +0200 Subject: [PATCH] disabled sonar gha (#501) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * disabled sonar gha Signed-off-by: Jürgen Eckel * disabled job no renaming Signed-off-by: Jürgen Eckel * Update .github/workflows/sonar.yaml Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Signed-off-by: Jürgen Eckel Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- .github/workflows/sonar.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/sonar.yaml b/.github/workflows/sonar.yaml index 7151c2a..faf7f90 100644 --- a/.github/workflows/sonar.yaml +++ b/.github/workflows/sonar.yaml @@ -8,6 +8,8 @@ on: jobs: build: + # Temporarily disabling the Sonar Scan job due to [reason]. Re-enable when [condition]. + if: false name: Sonar Scan runs-on: ubuntu-latest steps: