Skip to content

Commit a35b242

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

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@v1.9
42+
uses: SonarSource/sonarcloud-github-action@v2.3
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@v1.9
54+
uses: SonarSource/sonarcloud-github-action@v2.3
5555
env:
5656
SONAR_TOKEN: ${{ secrets.SONARQUBE_TOKEN }}
5757
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)