Skip to content

Commit 5e022ae

Browse files
authored
Merge pull request #58 from micro5k/dependabot/github_actions/SonarSource/sonarqube-scan-action-5
Bump SonarSource/sonarqube-scan-action from 4 to 5
2 parents 3be0260 + c3a3e12 commit 5e022ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code-linting-2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,6 @@ jobs:
5252
with:
5353
fetch-depth: "0" # Shallow clones should be disabled for a better relevancy of analysis
5454
- name: "SonarQube scan"
55-
uses: SonarSource/sonarqube-scan-action@v4
55+
uses: SonarSource/sonarqube-scan-action@v5
5656
env:
5757
SONAR_TOKEN: "${{ secrets.SONAR_TOKEN }}"

0 commit comments

Comments
 (0)