We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3be0260 commit c3a3e12Copy full SHA for c3a3e12
.github/workflows/code-linting-2.yml
@@ -52,6 +52,6 @@ jobs:
52
with:
53
fetch-depth: "0" # Shallow clones should be disabled for a better relevancy of analysis
54
- name: "SonarQube scan"
55
- uses: SonarSource/sonarqube-scan-action@v4
+ uses: SonarSource/sonarqube-scan-action@v5
56
env:
57
SONAR_TOKEN: "${{ secrets.SONAR_TOKEN }}"
0 commit comments