File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2929 - run : npm run test:unit:browser
3030 - run : npm run test:unit:node
3131 - run : npm run test:webpack
32- # Upload coverage for sonarcube (only matching OS and one node version required)
32+ # Upload coverage for sonar (only matching OS and one node version required)
3333 - uses : actions/upload-artifact@v4
3434 if : ${{ matrix.os == 'ubuntu-latest' && matrix.node-version == '22.x' }}
3535 with :
5050 with :
5151 name : code-coverage-ubuntu-latest-22.x
5252 path : coverage/
53- - uses : SonarSource/sonarcloud-github -action@ffc3010689be73b8e5ae0c57ce35968afd7909e8 # v5
53+ - uses : SonarSource/sonarqube-scan -action@1a6d90ebcb0e6a6b1d87e37ba693fe453195ae25 # v5
5454 env :
5555 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
5656 SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
You can’t perform that action at this time.
0 commit comments