You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@daffodil.apache.org by ji...@apache.org on 2022/10/17 20:54:09 UTC

[daffodil] branch main updated: Bump sonarsource/sonarcloud-github-action from 1.6 to 1.7

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

jinterrante 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 f72910578 Bump sonarsource/sonarcloud-github-action from 1.6 to 1.7
f72910578 is described below

commit f7291057807006f9d53ab25f2e08f133c07d8eee
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Oct 3 19:17:42 2022 +0000

    Bump sonarsource/sonarcloud-github-action from 1.6 to 1.7
    
    Bumps [sonarsource/sonarcloud-github-action](https://github.com/sonarsource/sonarcloud-github-action) from 1.6 to 1.7.
    - [Release notes](https://github.com/sonarsource/sonarcloud-github-action/releases)
    - [Commits](https://github.com/sonarsource/sonarcloud-github-action/compare/v1.6...v1.7)
    
    ---
    updated-dependencies:
    - dependency-name: sonarsource/sonarcloud-github-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 .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 28881bb07..23b68b74b 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -167,7 +167,7 @@ jobs:
 
       - name: Run SonarCloud Scan
         if: ${{ env.SONARSCAN == 'true' }}
-        uses: sonarsource/sonarcloud-github-action@v1.6
+        uses: sonarsource/sonarcloud-github-action@v1.7
         env:
           GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
           SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}