From e22e6fd70e41ffd1a9cb9280e0a924bf4c087475 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 10:57:06 +0000 Subject: [PATCH 1/2] build(dependabot): bump SonarSource/sonarqube-scan-action Bumps the dependencies group with 1 update: [SonarSource/sonarqube-scan-action](https://github.com/sonarsource/sonarqube-scan-action). Updates `SonarSource/sonarqube-scan-action` from 7 to 8 - [Release notes](https://github.com/sonarsource/sonarqube-scan-action/releases) - [Commits](https://github.com/sonarsource/sonarqube-scan-action/compare/v7...v8) --- updated-dependencies: - dependency-name: SonarSource/sonarqube-scan-action dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/pull-request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 9c254fbb..aaf018b7 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -43,7 +43,7 @@ jobs: run: find . | grep coverage - name: SonarCloud Scan - uses: SonarSource/sonarqube-scan-action@v7 + uses: SonarSource/sonarqube-scan-action@v8 with: args: > "-Dsonar.projectVersion=${{ github.run_id }}" From e7b41ffae4050c1cd8c369ee7b0518fe7d539186 Mon Sep 17 00:00:00 2001 From: Frederic Date: Mon, 1 Jun 2026 10:33:27 +0200 Subject: [PATCH 2/2] build(dependabot): bump SonarSource/sonarqube-scan-action --- .github/workflows/pull-request.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index aaf018b7..69687c04 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -45,6 +45,7 @@ jobs: - name: SonarCloud Scan uses: SonarSource/sonarqube-scan-action@v8 with: + skipSignatureVerification: true args: > "-Dsonar.projectVersion=${{ github.run_id }}" env: