Skip to content

Commit 407a12f

Browse files
committed
ci: switch to sonarqube-scan-action GH action
Signed-off-by: Jérôme Benoit <[email protected]>
1 parent 037bdf4 commit 407a12f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
7575
- name: SonarCloud Code Analysis
7676
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
77+
uses: sonarsource/sonarqube-scan-action@v4.1.0
7878
env:
7979
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8080
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 commit comments

Comments
 (0)