From 31e20fc8c857d2ae1799823fa1e925c7a859e2ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 08:57:24 +0000 Subject: [PATCH 1/2] =?UTF-8?q?=E2=AC=86=20Bump=20SonarSource/sonarqube-sc?= =?UTF-8?q?an-action=20from=207.1.0=20to=207.2.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [SonarSource/sonarqube-scan-action](https://github.com/sonarsource/sonarqube-scan-action) from 7.1.0 to 7.2.1. - [Release notes](https://github.com/sonarsource/sonarqube-scan-action/releases) - [Commits](https://github.com/sonarsource/sonarqube-scan-action/compare/v7.1.0...v7.2.1) --- updated-dependencies: - dependency-name: SonarSource/sonarqube-scan-action dependency-version: 7.2.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/rw_run_all_test_and_record.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rw_run_all_test_and_record.yaml b/.github/workflows/rw_run_all_test_and_record.yaml index 8809e34..3c26570 100644 --- a/.github/workflows/rw_run_all_test_and_record.yaml +++ b/.github/workflows/rw_run_all_test_and_record.yaml @@ -162,7 +162,7 @@ jobs: fi - name: SonarCloud Scan - uses: SonarSource/sonarqube-scan-action@v7.1.0 + uses: SonarSource/sonarqube-scan-action@v7.2.1 env: GITHUB_TOKEN: ${{ github.token }} SONAR_TOKEN: ${{ secrets.sonar_token }} From f4b677964f5ad652ed35ca280800faeb88b80323 Mon Sep 17 00:00:00 2001 From: Bryant <42397554+Chisanan232@users.noreply.github.com> Date: Sat, 2 May 2026 22:06:17 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=94=A7=20(ci):=20Apply=20dependabot?= =?UTF-8?q?=20guard=20fix=20from=20master=20+=20keep=20sonarqube-scan-acti?= =?UTF-8?q?on@v7.2.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/rw_run_all_test_and_record.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/rw_run_all_test_and_record.yaml b/.github/workflows/rw_run_all_test_and_record.yaml index 3c26570..a630314 100644 --- a/.github/workflows/rw_run_all_test_and_record.yaml +++ b/.github/workflows/rw_run_all_test_and_record.yaml @@ -17,7 +17,7 @@ on: required: false sonar_token: description: "The API token for uploading testing coverage report to Coveralls." - required: true + required: false jobs: build-and-test: @@ -31,6 +31,7 @@ jobs: unit-test_codecov_finish: # name: Organize and generate the testing report and upload it to Codecov if: ${{ + github.actor != 'dependabot[bot]' && !contains(github.event.pull_request.labels.*.name, 'dependencies') && ( contains(fromJSON('["pull_request","workflow_dispatch","schedule"]'), github.event_name) || @@ -51,6 +52,7 @@ jobs: integration-test_codecov_finish: # name: Organize and generate the testing report and upload it to Codecov if: ${{ + github.actor != 'dependabot[bot]' && !contains(github.event.pull_request.labels.*.name, 'dependencies') && ( contains(fromJSON('["pull_request","workflow_dispatch","schedule"]'), github.event_name) || @@ -71,6 +73,7 @@ jobs: e2e-test_codecov_finish: # name: Organize and generate the testing report and upload it to Codecov if: ${{ + github.actor != 'dependabot[bot]' && !contains(github.event.pull_request.labels.*.name, 'dependencies') && ( (contains(fromJSON('["pull_request","workflow_dispatch","schedule"]'), github.event_name) || @@ -92,6 +95,7 @@ jobs: contract-test_codecov_finish: # name: Organize and generate the testing report and upload it to Codecov if: ${{ + github.actor != 'dependabot[bot]' && !contains(github.event.pull_request.labels.*.name, 'dependencies') && ( contains(fromJSON('["pull_request","workflow_dispatch","schedule"]'), github.event_name) || @@ -112,6 +116,7 @@ jobs: all-test_codecov_finish: # name: Organize and generate the testing report and upload it to Codecov if: ${{ + github.actor != 'dependabot[bot]' && !contains(github.event.pull_request.labels.*.name, 'dependencies') && ( contains(fromJSON('["pull_request","workflow_dispatch","schedule"]'), github.event_name) || @@ -132,6 +137,7 @@ jobs: sonarcloud_finish: # name: SonarCloud Scan if: ${{ + github.actor != 'dependabot[bot]' && !contains(github.event.pull_request.labels.*.name, 'dependencies') && ( contains(fromJSON('["pull_request","workflow_dispatch","schedule"]'), github.event_name) ||