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 84db1281b Bump SonarSource/sonarcloud-github-action from 2.2.0 to 3.0.0
84db1281b is described below
commit 84db1281b90675749457f95ec0aed0dcade8a1ed
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Aug 20 19:55:00 2024 +0000
Bump SonarSource/sonarcloud-github-action from 2.2.0 to 3.0.0
Bumps
[SonarSource/sonarcloud-github-action](https://github.com/sonarsource/sonarcloud-github-action)
from 2.2.0 to 3.0.0.
- [Release
notes](https://github.com/sonarsource/sonarcloud-github-action/releases)
-
[Commits](https://github.com/sonarsource/sonarcloud-github-action/compare/4006f663ecaf1f8093e8e4abb9227f6041f52216...eb211723266fe8e83102bac7361f0a05c3ac1d1b)
---
updated-dependencies:
- dependency-name: SonarSource/sonarcloud-github-action
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 b4712a341..4d839b5d8 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@4006f663ecaf1f8093e8e4abb9227f6041f52216 #
v2.2.0
+ uses:
SonarSource/sonarcloud-github-action@eb211723266fe8e83102bac7361f0a05c3ac1d1b #
v3.0.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}