Skip to content

Commit 870474e

Browse files
dependabot[bot]jameslinnell
authored andcommitted
github-actions: bump SonarSource/sonarqube-scan-action from 5 to 7
Bumps [SonarSource/sonarqube-scan-action](https://github.com/sonarsource/sonarqube-scan-action) from 5 to 7. - [Release notes](https://github.com/sonarsource/sonarqube-scan-action/releases) - [Commits](SonarSource/sonarqube-scan-action@v5...v7) --- updated-dependencies: - dependency-name: SonarSource/sonarqube-scan-action dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5a6e7ec commit 870474e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
workflow: pull-requests.yml
6363
workflow_conclusion: success
6464
- name: SonarQube Scan
65-
uses: SonarSource/sonarqube-scan-action@v5
65+
uses: SonarSource/sonarqube-scan-action@v7
6666
env:
6767
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
6868
SONAR_HOST_URL: https://sonarcloud.io

.github/workflows/pull-requests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ jobs:
319319
name: "${{ needs.create-coverage-name.outputs.coverage-name }}-coverage"
320320
path: "sonarcloud-coverage.xml"
321321
- name: SonarQube Scan
322-
uses: SonarSource/sonarqube-scan-action@v5
322+
uses: SonarSource/sonarqube-scan-action@v7
323323
env:
324324
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
325325
SONAR_HOST_URL: https://sonarcloud.io

0 commit comments

Comments
 (0)