Skip to content

Commit 2f8f29e

Browse files
build(deps): bump sonarsource/sonarcloud-github-action from 3.0 to 3.1
Bumps [sonarsource/sonarcloud-github-action](https://github.com/sonarsource/sonarcloud-github-action) from 3.0 to 3.1. - [Release notes](https://github.com/sonarsource/sonarcloud-github-action/releases) - [Commits](SonarSource/sonarcloud-github-action@v3.0...v3.1) --- 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]>
1 parent 70057fb commit 2f8f29e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ jobs:
239239
mv ./var/coverage/clover.xml coverage.xml
240240
241241
- name: SonarCloud Scan
242-
uses: sonarsource/sonarcloud-github-action@v3.0
242+
uses: sonarsource/sonarcloud-github-action@v3.1
243243
env:
244244
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
245245
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 commit comments

Comments
 (0)