Skip to content

Commit 9432408

Browse files
authored
Merge pull request #240 from splitio/dependabot/github_actions/SonarSource/sonarcloud-github-action-5.0
Bump SonarSource/sonarcloud-github-action from 2.3 to 5.0
2 parents 673f980 + a326b0c commit 9432408

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)