We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7627aa commit 0991e22Copy full SHA for 0991e22
.github/workflows/BUILD_AND_DEPLOY.yml
@@ -27,10 +27,10 @@ jobs:
27
with:
28
fetch-depth: 0
29
30
- # - name: SonarQube Scan
31
- # uses: SonarSource/sonarqube-scan-action@v6
32
- # env:
33
- # SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
+ - name: SonarQube Scan
+ uses: SonarSource/sonarqube-scan-action@v6
+ env:
+ SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
34
35
- name: Get project version from Cargo.toml
36
id: get_version
0 commit comments