Skip to content

Commit 32f4472

Browse files
authored
Merge pull request #32 from linaro-its/dependabot/github_actions/dot-github/workflows/sonarsource/sonarqube-scan-action-5.3.1
Bump sonarsource/sonarqube-scan-action from 4 to 5.3.1 in /.github/workflows
2 parents 209ecdf + ee9c41a commit 32f4472

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v4
1717
with:
1818
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
19-
- uses: sonarsource/sonarqube-scan-action@v4
19+
- uses: sonarsource/sonarqube-scan-action@v5.3.1
2020
env:
2121
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
2222
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}

0 commit comments

Comments
 (0)