This is an automated email from the ASF dual-hosted git repository.
olabusayoT 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 cc0d0513c Bump SonarSource/sonarqube-scan-action from 7.0.0 to 8.0.0
cc0d0513c is described below
commit cc0d0513c13fa016d823a3c3d2e6e0f97cc02869
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Apr 29 19:52:36 2026 +0000
Bump SonarSource/sonarqube-scan-action from 7.0.0 to 8.0.0
Bumps
[SonarSource/sonarqube-scan-action](https://github.com/sonarsource/sonarqube-scan-action)
from 7.0.0 to 8.0.0.
- [Release
notes](https://github.com/sonarsource/sonarqube-scan-action/releases)
-
[Commits](https://github.com/sonarsource/sonarqube-scan-action/compare/a31c9398be7ace6bbfaf30c0bd5d415f843d45e9...59db25f34e16620e48ab4bb9e4a5dce155cb5432)
---
updated-dependencies:
- dependency-name: SonarSource/sonarqube-scan-action
dependency-version: 8.0.0
dependency-type: direct:production
update-type: version-update:semver-major
...
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 8f8b35c2d..b9cc61497 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -229,7 +229,7 @@ jobs:
- name: Run SonarCloud Scan
if: ${{ env.SONARSCAN == 'true' }}
- uses:
SonarSource/sonarqube-scan-action@a31c9398be7ace6bbfaf30c0bd5d415f843d45e9 #
v7.0.0
+ uses:
SonarSource/sonarqube-scan-action@59db25f34e16620e48ab4bb9e4a5dce155cb5432 #
v8.0.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}