Skip to content

Commit f4697ee

Browse files
dependabot[bot]wikkyk
authored andcommitted
Bump SonarSource/sonarqube-scan-action from 5 to 6
Bumps [SonarSource/sonarqube-scan-action](https://github.com/sonarsource/sonarqube-scan-action) from 5 to 6. - [Release notes](https://github.com/sonarsource/sonarqube-scan-action/releases) - [Commits](SonarSource/sonarqube-scan-action@v5...v6) --- updated-dependencies: - dependency-name: SonarSource/sonarqube-scan-action dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a190110 commit f4697ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848

4949
- name: SonarQube for PR ${{ github.event.pull_request.number }}
5050
if: github.event_name == 'pull_request_target'
51-
uses: SonarSource/sonarqube-scan-action@v5
51+
uses: SonarSource/sonarqube-scan-action@v6
5252
with:
5353
args: >
5454
-Dsonar.pullrequest.key=${{ github.event.pull_request.number }}
@@ -59,7 +59,7 @@ jobs:
5959

6060
- name: SonarQube
6161
if: github.event_name == 'push'
62-
uses: SonarSource/sonarqube-scan-action@v5
62+
uses: SonarSource/sonarqube-scan-action@v6
6363
env:
6464
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6565
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 commit comments

Comments
 (0)