Skip to content

Commit 285a50c

Browse files
authored
Merge pull request #201 from splitio/dependabot/github_actions/SonarSource/sonarcloud-github-action-4.0.0
Bump SonarSource/sonarcloud-github-action from 3.1.0 to 4.0.0
2 parents 07f0338 + a4686ff commit 285a50c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
- name: SonarQube Scan (Push)
3737
if: ${{ github.event_name == 'push' }}
38-
uses: SonarSource/sonarcloud-github-action@v3.1.0
38+
uses: SonarSource/sonarcloud-github-action@v4.0.0
3939
env:
4040
SONAR_TOKEN: ${{ secrets.SONARQUBE_TOKEN }}
4141
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -46,7 +46,7 @@ jobs:
4646
4747
- name: SonarQube Scan (Pull Request)
4848
if: ${{ github.event_name == 'pull_request' }}
49-
uses: SonarSource/sonarcloud-github-action@v3.1.0
49+
uses: SonarSource/sonarcloud-github-action@v4.0.0
5050
env:
5151
SONAR_TOKEN: ${{ secrets.SONARQUBE_TOKEN }}
5252
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)