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.
2 parents 6eacb3f + 407a12f commit 2b66a5aCopy full SHA for 2b66a5a
.github/workflows/ci.yml
@@ -74,7 +74,7 @@ jobs:
74
75
- name: SonarCloud Code Analysis
76
if: ${{ steps.sonar-token.outputs.available == 'true' && github.repository == 'poolifier/poolifier-web-worker' && matrix.os == 'ubuntu-latest' && matrix.deno == 'v2.x' }}
77
- uses: sonarsource/sonarcloud-github-action@v3.1.0
+ uses: sonarsource/sonarqube-scan-action@v4.1.0
78
env:
79
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
80
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
0 commit comments