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 c4bd73e commit befd097Copy full SHA for befd097
.github/workflows/tests.yaml
@@ -79,7 +79,7 @@ jobs:
79
token: ${{ secrets.CODECOV_TOKEN }}
80
- name: SonarCloud Scan
81
if: github.event.pull_request.head.repo.fork == false
82
- uses: SonarSource/sonarcloud-github-action@v2.1.1
+ uses: SonarSource/sonarcloud-github-action@v2.2.0
83
env:
84
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
85
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
0 commit comments