Skip to content

Commit 1ba5d7d

Browse files
Bump SonarSource/sonarcloud-github-action from 2.3 to 5.0
Bumps [SonarSource/sonarcloud-github-action](https://github.com/sonarsource/sonarcloud-github-action) from 2.3 to 5.0. - [Release notes](https://github.com/sonarsource/sonarcloud-github-action/releases) - [Commits](SonarSource/sonarcloud-github-action@v2.3...v5.0) --- updated-dependencies: - dependency-name: SonarSource/sonarcloud-github-action dependency-version: '5.0' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c8b71c4 commit 1ba5d7d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

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

4040
- name: SonarQube Scan (Push)
4141
if: github.event_name == 'push' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/development')
42-
uses: SonarSource/sonarcloud-github-action@v2.3
42+
uses: SonarSource/sonarcloud-github-action@v5.0
4343
env:
4444
SONAR_TOKEN: ${{ secrets.SONARQUBE_TOKEN }}
4545
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -51,7 +51,7 @@ jobs:
5151
5252
- name: SonarQube Scan (Pull Request)
5353
if: github.event_name == 'pull_request'
54-
uses: SonarSource/sonarcloud-github-action@v2.3
54+
uses: SonarSource/sonarcloud-github-action@v5.0
5555
env:
5656
SONAR_TOKEN: ${{ secrets.SONARQUBE_TOKEN }}
5757
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)