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

slawrence 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 e2a1835b7 Bump SonarSource/sonarcloud-github-action from v1.9 to v2.1.1
e2a1835b7 is described below

commit e2a1835b7d23057f4916ae50b8d08b605ecf714e
Author: Steve Lawrence <[email protected]>
AuthorDate: Tue Jan 16 13:03:08 2024 -0500

    Bump SonarSource/sonarcloud-github-action from v1.9 to v2.1.1
    
    This updates the docker container used to do the scan and should use the
    support Java 17 version.
    
    Also uses correct capitalization of "SonarSource", maybe this is why
    dependabot never updated this for us?
    
    DAFFODIL-2856
---
 .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 42517a814..6294da2f6 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -200,7 +200,7 @@ jobs:
 
       - name: Run SonarCloud Scan
         if: ${{ env.SONARSCAN == 'true' }}
-        uses: sonarsource/[email protected]
+        uses: SonarSource/[email protected]
         env:
           GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
           SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

Reply via email to