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 037bdf4 commit 407a12fCopy full SHA for 407a12f
.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