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 c06d30545 Bump sonarsource/sonarcloud-github-action from 1.8 to 1.9
c06d30545 is described below
commit c06d30545130cf8bcbb91ce9f86194ab4fd79041
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Mar 3 19:58:11 2023 +0000
Bump sonarsource/sonarcloud-github-action from 1.8 to 1.9
Bumps
[sonarsource/sonarcloud-github-action](https://github.com/sonarsource/sonarcloud-github-action)
from 1.8 to 1.9.
- [Release
notes](https://github.com/sonarsource/sonarcloud-github-action/releases)
-
[Commits](https://github.com/sonarsource/sonarcloud-github-action/compare/v1.8...v1.9)
---
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 26900b190..f26227ee6 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -190,7 +190,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 }}