From 1dddf7e4f5f49cbb6fe67c181a678f1d95e4df7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 01:14:23 +0000 Subject: [PATCH 1/2] chore(deps): bump SonarSource/sonarqube-scan-action Bumps [SonarSource/sonarqube-scan-action](https://github.com/sonarsource/sonarqube-scan-action) from 8.0.0 to 8.1.0. - [Release notes](https://github.com/sonarsource/sonarqube-scan-action/releases) - [Commits](https://github.com/sonarsource/sonarqube-scan-action/compare/59db25f34e16620e48ab4bb9e4a5dce155cb5432...7006c4492b2e0ee0f816d36501671557c97f5995) --- updated-dependencies: - dependency-name: SonarSource/sonarqube-scan-action dependency-version: 8.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/generate_and_upload_coverage_data.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/generate_and_upload_coverage_data.yml b/.github/workflows/generate_and_upload_coverage_data.yml index 515539b..9c1a840 100644 --- a/.github/workflows/generate_and_upload_coverage_data.yml +++ b/.github/workflows/generate_and_upload_coverage_data.yml @@ -53,7 +53,7 @@ jobs: --iteration_size=0 - name: Sonar Scan - uses: SonarSource/sonarqube-scan-action@59db25f34e16620e48ab4bb9e4a5dce155cb5432 # v8 + uses: SonarSource/sonarqube-scan-action@7006c4492b2e0ee0f816d36501671557c97f5995 # v8 env: SONAR_HOST_URL: ${{ vars.SONAR_HOST_URL }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} From 999dbedc5691ea2c76264f52f7ceabc884194728 Mon Sep 17 00:00:00 2001 From: Piotr Idzik <65706193+vil02@users.noreply.github.com> Date: Wed, 20 May 2026 08:09:26 +0200 Subject: [PATCH 2/2] fix: pin exact version --- .github/workflows/generate_and_upload_coverage_data.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/generate_and_upload_coverage_data.yml b/.github/workflows/generate_and_upload_coverage_data.yml index 9c1a840..efcb535 100644 --- a/.github/workflows/generate_and_upload_coverage_data.yml +++ b/.github/workflows/generate_and_upload_coverage_data.yml @@ -53,7 +53,7 @@ jobs: --iteration_size=0 - name: Sonar Scan - uses: SonarSource/sonarqube-scan-action@7006c4492b2e0ee0f816d36501671557c97f5995 # v8 + uses: SonarSource/sonarqube-scan-action@7006c4492b2e0ee0f816d36501671557c97f5995 # v8.1.0 env: SONAR_HOST_URL: ${{ vars.SONAR_HOST_URL }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}