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 06f92e1 commit 003138cCopy full SHA for 003138c
.github/workflows/ci.yml
@@ -69,7 +69,7 @@ jobs:
69
70
- name: SonarCloud Code Analysis
71
if: ${{ steps.sonar-token.outputs.available == 'true' && github.repository == 'poolifier/poolifier-web-worker' && matrix.os == 'ubuntu-latest' && matrix.deno == 'v2.x' }}
72
- uses: sonarsource/sonarqube-scan-action@v6.0.0
+ uses: sonarsource/sonarqube-scan-action@v7.0.0
73
env:
74
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
75
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
0 commit comments