This is an automated email from the ASF dual-hosted git repository.
swebb2066 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4cxx.git
The following commit(s) were added to refs/heads/master by this push:
new 4d5b10f2 Bump SonarSource/sonarqube-scan-action in /.github/workflows
(#546)
4d5b10f2 is described below
commit 4d5b10f2012e28333c01950c08238a57ff4fc104
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat Sep 27 11:01:50 2025 +1000
Bump SonarSource/sonarqube-scan-action in /.github/workflows (#546)
Bumps
[SonarSource/sonarqube-scan-action](https://github.com/sonarsource/sonarqube-scan-action)
from 5.3.1 to 6.0.0.
- [Release
notes](https://github.com/sonarsource/sonarqube-scan-action/releases)
-
[Commits](https://github.com/sonarsource/sonarqube-scan-action/compare/v5.3.1...v6.0.0)
---
updated-dependencies:
- dependency-name: SonarSource/sonarqube-scan-action
dependency-version: 6.0.0
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
.github/workflows/sonarcloud.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/sonarcloud.yml b/.github/workflows/sonarcloud.yml
index 27652b2b..6ad44c1f 100644
--- a/.github/workflows/sonarcloud.yml
+++ b/.github/workflows/sonarcloud.yml
@@ -55,7 +55,7 @@ jobs:
sudo apt-get install -y libapr1-dev libaprutil1-dev
- name: Install Build Wrapper
- uses: SonarSource/sonarqube-scan-action/[email protected]
+ uses: SonarSource/sonarqube-scan-action/[email protected]
env:
SONAR_HOST_URL: ${{ env.SONAR_SERVER_URL }}
@@ -84,7 +84,7 @@ jobs:
-o "$BaseDir/build/coverage.xml"
- name: SonarQube Scan
- uses: SonarSource/[email protected]
+ uses: SonarSource/[email protected]
env:
SONAR_TOKEN: ${{ secrets.SONARCLOUD_TOKEN }}
SONAR_HOST_URL: ${{ env.SONAR_SERVER_URL }}