Skip to content

Commit bca740b

Browse files
dependabot[bot]wikkyk
authored andcommitted
build(deps): bump SonarSource/sonarqube-scan-action from 5.0.0 to 5.1.0
Bumps [SonarSource/sonarqube-scan-action](https://github.com/sonarsource/sonarqube-scan-action) from 5.0.0 to 5.1.0. - [Release notes](https://github.com/sonarsource/sonarqube-scan-action/releases) - [Commits](SonarSource/sonarqube-scan-action@v5.0.0...v5.1.0) --- updated-dependencies: - dependency-name: SonarSource/sonarqube-scan-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 336dd00 commit bca740b

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.0.0
51+
uses: SonarSource/sonarqube-scan-action@v5.1.0
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.0.0
62+
uses: SonarSource/sonarqube-scan-action@v5.1.0
6363
env:
6464
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6565
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 commit comments

Comments
 (0)