We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3be0260 + c3a3e12 commit 5e022aeCopy full SHA for 5e022ae
.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