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

olabusayo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/daffodil.git


The following commit(s) were added to refs/heads/main by this push:
     new f60725d3c Replace deprecated SonarSource/sonarcloud-github-action with 
SonarSource/sonarqube-scan-action
f60725d3c is described below

commit f60725d3cfbe56592aee0461829a6235c5cd9387
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Jan 3 10:58:05 2025 -0500

    Replace deprecated SonarSource/sonarcloud-github-action with 
SonarSource/sonarqube-scan-action
    
    Replaces 
[SonarSource/sonarcloud-github-action](https://github.com/sonarsource/sonarcloud-github-action)
 3.1.0 with
      
[SonarSource/sonarcloud-scan-action](https://github.com/sonarsource/sonarqube-scan-action)
 4.1.0.
    
    The new action merges support for SonarSource's Cloud and On-premis
    offerings. The old action is deprecated in favor of this one.
    
    Signed-off-by: dependabot[bot] <[email protected]>
---
 .github/workflows/main.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 6e9dbbba4..ada10a81a 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -220,7 +220,7 @@ jobs:
 
       - name: Run SonarCloud Scan
         if: ${{ env.SONARSCAN == 'true' }}
-        uses: 
SonarSource/sonarcloud-github-action@383f7e52eae3ab0510c3cb0e7d9d150bbaeab838 # 
v3.1.0
+        uses: 
SonarSource/sonarqube-scan-action@bfd4e558cda28cda6b5defafb9232d191be8c203 # 
v4.2.1
         env:
           GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
           SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

Reply via email to