This is an automated email from the ASF dual-hosted git repository.

sebastian-nagel 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 4d58963a4 Bump SonarSource/sonarqube-scan-action from 7.1.0 to 8.2.0
4d58963a4 is described below

commit 4d58963a46cd1e1cab26a76f001191006c64ed5d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Jun 19 11:53:34 2026 +0000

    Bump SonarSource/sonarqube-scan-action from 7.1.0 to 8.2.0
    
    Bumps 
[SonarSource/sonarqube-scan-action](https://github.com/sonarsource/sonarqube-scan-action)
 from 7.1.0 to 8.2.0.
    - [Release 
notes](https://github.com/sonarsource/sonarqube-scan-action/releases)
    - 
[Commits](https://github.com/sonarsource/sonarqube-scan-action/compare/299e4b793aaa83bf2aba7c9c14bedbb485688ec4...713881670b6b3676cda39549040e2d88c70d582e)
    
    ---
    updated-dependencies:
    - dependency-name: SonarSource/sonarqube-scan-action
      dependency-version: 8.2.0
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
---
 .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 fb89d1764..02a939e90 100644
--- a/.github/workflows/sonarcloud.yml
+++ b/.github/workflows/sonarcloud.yml
@@ -111,7 +111,7 @@ jobs:
           GH_TOKEN: ${{ github.token }}
       - name: SonarCloud Scan (PR)
         if: steps.pr.outputs.is_pr == 'true'
-        uses: 
SonarSource/sonarqube-scan-action@299e4b793aaa83bf2aba7c9c14bedbb485688ec4
+        uses: 
SonarSource/sonarqube-scan-action@713881670b6b3676cda39549040e2d88c70d582e
         with:
           args: >
             -Dsonar.pullrequest.key=${{ steps.pr.outputs.number }}
@@ -122,7 +122,7 @@ jobs:
           SONAR_HOST_URL: https://sonarcloud.io
       - name: SonarCloud Scan (branch)
         if: steps.pr.outputs.is_pr == 'false' && steps.pr.outputs.skip != 
'true'
-        uses: 
SonarSource/sonarqube-scan-action@299e4b793aaa83bf2aba7c9c14bedbb485688ec4
+        uses: 
SonarSource/sonarqube-scan-action@713881670b6b3676cda39549040e2d88c70d582e
         with:
           args: >
             -Dsonar.branch.name=${{ github.event.workflow_run.head_branch }}

Reply via email to