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 cbd5481 + 00216f4 commit e99582fCopy full SHA for e99582f
.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/sonarqube-scan-action@v4.1.0
+ uses: sonarsource/sonarqube-scan-action@v4.2.1
78
env:
79
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
80
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
0 commit comments