Skip to content

Commit c3a3e12

Browse files
Bump SonarSource/sonarqube-scan-action from 4 to 5
Bumps [SonarSource/sonarqube-scan-action](https://github.com/sonarsource/sonarqube-scan-action) from 4 to 5. - [Release notes](https://github.com/sonarsource/sonarqube-scan-action/releases) - [Commits](SonarSource/sonarqube-scan-action@v4...v5) --- updated-dependencies: - dependency-name: SonarSource/sonarqube-scan-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3be0260 commit c3a3e12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
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)