We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f51fbed commit ef7e6deCopy full SHA for ef7e6de
.github/workflows/tests.yaml
@@ -80,7 +80,7 @@ jobs:
80
token: ${{ secrets.CODECOV_TOKEN }}
81
- name: SonarCloud Scan
82
if: github.event.pull_request.head.repo.fork == false
83
- uses: SonarSource/sonarcloud-github-action@v3.1.0
+ uses: SonarSource/sonarcloud-github-action@v4.0.0
84
env:
85
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
86
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
0 commit comments