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 153c012 commit bb9a1beCopy full SHA for bb9a1be
.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@v4.0.0
+ uses: SonarSource/sonarcloud-github-action@v5.0.0
84
env:
85
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
86
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
0 commit comments