This is an automated email from the ASF dual-hosted git repository.
lewismc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nutch.git
The following commit(s) were added to refs/heads/master by this push:
new 9f3bb412b Bump SonarSource/sonarqube-scan-action from 5 to 6 in
/.github/workflows (#899)
9f3bb412b is described below
commit 9f3bb412bce9d828c4eff6714a0c32551bea5875
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Feb 22 09:15:11 2026 -0800
Bump SonarSource/sonarqube-scan-action from 5 to 6 in /.github/workflows
(#899)
Bumps
[SonarSource/sonarqube-scan-action](https://github.com/sonarsource/sonarqube-scan-action)
from 5 to 6.
- [Release
notes](https://github.com/sonarsource/sonarqube-scan-action/releases)
-
[Commits](https://github.com/sonarsource/sonarqube-scan-action/compare/v5...v6)
---
updated-dependencies:
- dependency-name: SonarSource/sonarqube-scan-action
dependency-version: '6'
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 552760b9b..7083ebb04 100644
--- a/.github/workflows/sonarcloud.yml
+++ b/.github/workflows/sonarcloud.yml
@@ -77,7 +77,7 @@ jobs:
GH_TOKEN: ${{ github.token }}
- name: SonarCloud Scan (PR)
if: steps.pr.outputs.is_pr == 'true'
- uses: SonarSource/sonarqube-scan-action@v5
+ uses: SonarSource/sonarqube-scan-action@v6
with:
args: >
-Dsonar.pullrequest.key=${{ steps.pr.outputs.number }}
@@ -88,7 +88,7 @@ jobs:
SONAR_HOST_URL: https://sonarcloud.io
- name: SonarCloud Scan (branch)
if: steps.pr.outputs.is_pr == 'false'
- uses: SonarSource/sonarqube-scan-action@v5
+ uses: SonarSource/sonarqube-scan-action@v6
with:
args: >
-Dsonar.branch.name=${{ github.event.workflow_run.head_branch }}