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 8074f5cf0 Bump SonarSource/sonarcloud-github-action from 2.1.1 to 2.2.0
8074f5cf0 is described below
commit 8074f5cf051d81959401a6bebfef93f650d8edf9
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu May 23 19:31:55 2024 +0000
Bump SonarSource/sonarcloud-github-action from 2.1.1 to 2.2.0
Bumps
[SonarSource/sonarcloud-github-action](https://github.com/sonarsource/sonarcloud-github-action)
from 2.1.1 to 2.2.0.
- [Release
notes](https://github.com/sonarsource/sonarcloud-github-action/releases)
-
[Commits](https://github.com/sonarsource/sonarcloud-github-action/compare/49e6cd3b187936a73b8280d59ffd9da69df63ec9...4006f663ecaf1f8093e8e4abb9227f6041f52216)
---
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 08022e806..8a56fb08b 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@49e6cd3b187936a73b8280d59ffd9da69df63ec9 #
v2.1.1
+ uses:
SonarSource/sonarcloud-github-action@4006f663ecaf1f8093e8e4abb9227f6041f52216 #
v2.2.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}