Skip to content

Commit 232fbf7

Browse files
authored
Merge pull request #1 from DEFRA/dependabot/github_actions/SonarSource/sonarqube-scan-action-5.0.0
Bump SonarSource/sonarqube-scan-action from 4.2.1 to 5.0.0
2 parents ac1b40b + 459d9e8 commit 232fbf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ jobs:
203203
path: coverage
204204

205205
- name: SonarCloud Scan
206-
uses: SonarSource/sonarqube-scan-action@v4.2.1
206+
uses: SonarSource/sonarqube-scan-action@v5.0.0
207207
env:
208208
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
209209
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 commit comments

Comments
 (0)