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 a90d7e89b Bump SonarSource/sonarqube-scan-action from 8.2.0 to 8.2.1
a90d7e89b is described below

commit a90d7e89b2048140003846643e2e596c9292d266
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Jul 21 05:08:45 2026 +0000

    Bump SonarSource/sonarqube-scan-action from 8.2.0 to 8.2.1
    
    Bumps 
[SonarSource/sonarqube-scan-action](https://github.com/sonarsource/sonarqube-scan-action)
 from 8.2.0 to 8.2.1.
    - [Release 
notes](https://github.com/sonarsource/sonarqube-scan-action/releases)
    - 
[Commits](https://github.com/sonarsource/sonarqube-scan-action/compare/713881670b6b3676cda39549040e2d88c70d582e...22918119ff8e1ca75a623e15c8296b6ea4fbe28f)
    
    ---
    updated-dependencies:
    - dependency-name: SonarSource/sonarqube-scan-action
      dependency-version: 8.2.1
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    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 eece51352..ed51d67a8 100644
--- a/.github/workflows/sonarcloud.yml
+++ b/.github/workflows/sonarcloud.yml
@@ -125,7 +125,7 @@ jobs:
 
       - name: SonarCloud Scan (PR)
         if: steps.pr.outputs.is_pr == 'true'
-        uses: 
SonarSource/sonarqube-scan-action@713881670b6b3676cda39549040e2d88c70d582e
+        uses: 
SonarSource/sonarqube-scan-action@22918119ff8e1ca75a623e15c8296b6ea4fbe28f
         with:
           args: >
             -Dsonar.pullrequest.key=${{ steps.pr.outputs.number }}
@@ -137,7 +137,7 @@ jobs:
 
       - name: SonarCloud Scan (branch)
         if: steps.pr.outputs.is_pr == 'false' && steps.pr.outputs.skip != 
'true'
-        uses: 
SonarSource/sonarqube-scan-action@713881670b6b3676cda39549040e2d88c70d582e
+        uses: 
SonarSource/sonarqube-scan-action@22918119ff8e1ca75a623e15c8296b6ea4fbe28f
         with:
           args: >
             -Dsonar.branch.name=${{ github.event.workflow_run.head_branch }}

Reply via email to