From f6c52baeb4a8677c0ff6cde875eb4ad5185c731c Mon Sep 17 00:00:00 2001 From: SonarTech Date: Tue, 16 Sep 2025 11:42:30 +0200 Subject: [PATCH 1/2] Test GH Action --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ee7c492..1e66046 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -28,7 +28,7 @@ jobs: # The project needs to be built so the `.modmap` files are generated cmake --build build --target all - name: SonarQube Scan - uses: SonarSource/sonarqube-scan-action@v4 + uses: SonarSource/sonarqube-scan-action@9e3b4566ddf746ecad637e9e760676f10e8229d6 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SONAR_TOKEN: ${{ secrets.SONARCLOUD_TOKEN }} # Put the name of your token here From 470cfc7cfee87d43b35ead3557369ee9c6628de0 Mon Sep 17 00:00:00 2001 From: SonarTech Date: Tue, 16 Sep 2025 15:31:10 +0200 Subject: [PATCH 2/2] Update GH Action --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1e66046..2f50683 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -25,7 +25,7 @@ jobs: cmake -S . -B build -G Ninja \ -DCMAKE_CXX_COMPILER=clang++-${{env.CLANG_VERSION}} \ -DCMAKE_CXX_COMPILER_CLANG_SCAN_DEPS=clang-scan-deps-${{env.CLANG_VERSION}} - # The project needs to be built so the `.modmap` files are generated + # The project needs to be built so the `.modmap` files are generated cmake --build build --target all - name: SonarQube Scan uses: SonarSource/sonarqube-scan-action@9e3b4566ddf746ecad637e9e760676f10e8229d6