Skip to content

Commit 1c34295

Browse files
authored
Merge pull request #258 from DEFRA/dependabot/github_actions/dot-github/workflows/SonarSource/sonarqube-scan-action-6
Bump SonarSource/sonarqube-scan-action from 5 to 6 in /.github/workflows
2 parents d0f2f5a + 9bb40f5 commit 1c34295

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
@@ -219,7 +219,7 @@ jobs:
219219
path: coverage
220220

221221
- name: SonarCloud Scan
222-
uses: SonarSource/sonarqube-scan-action@v5
222+
uses: SonarSource/sonarqube-scan-action@v6
223223
env:
224224
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
225225
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 commit comments

Comments
 (0)