Skip to content

Commit 7b9a76e

Browse files
authored
Merge pull request #361 from DEFRA/sonarqube-scan-action-v5
Use sonarqube-scan-action v5
2 parents a4a12c8 + 25818c0 commit 7b9a76e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/check-pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ jobs:
210210
test-unit-${{ runner.os }}-
211211
212212
- name: SonarCloud Scan
213-
uses: SonarSource/sonarqube-scan-action@v4.2.1
213+
uses: SonarSource/sonarqube-scan-action@v5
214214
env:
215215
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
216216
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 commit comments

Comments
 (0)