Skip to content

Commit cbf2dd7

Browse files
fix: Upgrade SonarCloud GitHub Action (#925)
* test * clean up
1 parent 50cc49a commit cbf2dd7

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/unit-tests-pr.yml

+4-5
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@ jobs:
3333
- run: pip install -r backend/protocol_rpc/requirements.txt
3434
- run: pip install pytest-cov
3535
- run: pytest tests/unit --cov=backend --cov-report=xml --cov-branch
36-
# - name: SonarCloud Scan
37-
# uses: sonarsource/sonarqube-scan-action@v4.1.0
38-
39-
# env:
40-
# SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
36+
- name: SonarCloud Scan
37+
uses: sonarsource/sonarqube-scan-action@v5.0.0
38+
env:
39+
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 commit comments

Comments
 (0)