This is an automated email from the ASF dual-hosted git repository.
olabusayo 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 afe8b4530 Bump SonarSource/sonarqube-scan-action from 4.2.1 to 5.2.0
afe8b4530 is described below
commit afe8b453011e92f4c4271ae6ee37a4684688f600
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue May 6 19:55:25 2025 +0000
Bump SonarSource/sonarqube-scan-action from 4.2.1 to 5.2.0
Bumps
[SonarSource/sonarqube-scan-action](https://github.com/sonarsource/sonarqube-scan-action)
from 4.2.1 to 5.2.0.
- [Release
notes](https://github.com/sonarsource/sonarqube-scan-action/releases)
-
[Commits](https://github.com/sonarsource/sonarqube-scan-action/compare/bfd4e558cda28cda6b5defafb9232d191be8c203...2500896589ef8f7247069a56136f8dc177c27ccf)
---
updated-dependencies:
- dependency-name: SonarSource/sonarqube-scan-action
dependency-version: 5.2.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 5063b63e2..e7678aa6d 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -225,7 +225,7 @@ jobs:
- name: Run SonarCloud Scan
if: ${{ env.SONARSCAN == 'true' }}
- uses:
SonarSource/sonarqube-scan-action@bfd4e558cda28cda6b5defafb9232d191be8c203 #
v4.2.1
+ uses:
SonarSource/sonarqube-scan-action@2500896589ef8f7247069a56136f8dc177c27ccf #
v5.2.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}