Skip to content

Commit 2eb4fc0

Browse files
chore(deps): bump sonarsource/sonarqube-scan-action (#18)
Bumps [sonarsource/sonarqube-scan-action](https://github.com/sonarsource/sonarqube-scan-action) from 5.3.1 to 6.0.0. - [Release notes](https://github.com/sonarsource/sonarqube-scan-action/releases) - [Commits](SonarSource/sonarqube-scan-action@v5.3.1...v6.0.0) --- updated-dependencies: - dependency-name: sonarsource/sonarqube-scan-action dependency-version: 6.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2d2f440 commit 2eb4fc0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: pipenv run pytest -v --cov=./switcher_client --cov-report xml
3232

3333
- name: SonarCloud Scan
34-
uses: sonarsource/sonarqube-scan-action@v5.3.1
34+
uses: sonarsource/sonarqube-scan-action@v6.0.0
3535
env:
3636
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
3737
if: env.SONAR_TOKEN != ''

.github/workflows/sonar.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
run: pipenv run pytest -v --cov=./switcher_client --cov-report xml
4848

4949
- name: SonarCloud Scan
50-
uses: sonarsource/sonarqube-scan-action@v5.3.1
50+
uses: sonarsource/sonarqube-scan-action@v6.0.0
5151
env:
5252
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
5353
if: env.SONAR_TOKEN != ''

0 commit comments

Comments
 (0)