Skip to content

Commit 11df5b0

Browse files
authored
Merge pull request #266 from nut-tree/maintenance/265/update-sonarcloud-action
(#265) Upgraded to SonarSource/sonarcloud-github-action v1.6
2 parents 1893d2c + 6f0c298 commit 11df5b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
npm run coverage:merge
4444
npm run coverage:merge-report
4545
- name: Send results to SonarCloud
46-
uses: SonarSource/sonarcloud-github-action@v1.4
46+
uses: SonarSource/sonarcloud-github-action@v1.6
4747
env:
4848
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4949
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 commit comments

Comments
 (0)