Skip to content

Commit 0991e22

Browse files
author
Thomas Luijken
committed
Use SONAR again
1 parent e7627aa commit 0991e22

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/BUILD_AND_DEPLOY.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ jobs:
2727
with:
2828
fetch-depth: 0
2929

30-
# - name: SonarQube Scan
31-
# uses: SonarSource/sonarqube-scan-action@v6
32-
# env:
33-
# SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
30+
- name: SonarQube Scan
31+
uses: SonarSource/sonarqube-scan-action@v6
32+
env:
33+
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
3434

3535
- name: Get project version from Cargo.toml
3636
id: get_version

0 commit comments

Comments
 (0)