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 856dbbeb0 Bump SonarSource/sonarcloud-github-action from 3.0.0 to 3.1.0
856dbbeb0 is described below

commit 856dbbeb0909a908d897d621248e0639dfde735b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Oct 4 19:15:51 2024 +0000

    Bump SonarSource/sonarcloud-github-action from 3.0.0 to 3.1.0
    
    Bumps 
[SonarSource/sonarcloud-github-action](https://github.com/sonarsource/sonarcloud-github-action)
 from 3.0.0 to 3.1.0.
    - [Release 
notes](https://github.com/sonarsource/sonarcloud-github-action/releases)
    - 
[Commits](https://github.com/sonarsource/sonarcloud-github-action/compare/eb211723266fe8e83102bac7361f0a05c3ac1d1b...383f7e52eae3ab0510c3cb0e7d9d150bbaeab838)
    
    ---
    updated-dependencies:
    - dependency-name: SonarSource/sonarcloud-github-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    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 88cf29ad1..240a7005e 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -207,7 +207,7 @@ jobs:
 
       - name: Run SonarCloud Scan
         if: ${{ env.SONARSCAN == 'true' }}
-        uses: 
SonarSource/sonarcloud-github-action@eb211723266fe8e83102bac7361f0a05c3ac1d1b # 
v3.0.0
+        uses: 
SonarSource/sonarcloud-github-action@383f7e52eae3ab0510c3cb0e7d9d150bbaeab838 # 
v3.1.0
         env:
           GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
           SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

Reply via email to