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 03b3574cd Bump SonarSource/sonarqube-scan-action from 8.2.1 to 8.2.2 
(#969)
03b3574cd is described below

commit 03b3574cd586858f313c093c9dfe996d5d2f6d77
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Sep 22 06:44:44 2026 -0700

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

Reply via email to