Skip to content

Commit 938deb2

Browse files
authored
Merge pull request #209 from splitio/dependabot/github_actions/SonarSource/sonarcloud-github-action-5.0.0
Bump SonarSource/sonarcloud-github-action from 4.0.0 to 5.0.0
2 parents b684246 + a3c2c5f commit 938deb2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
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@v4.0.0
38+
uses: SonarSource/sonarcloud-github-action@v5.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@v4.0.0
49+
uses: SonarSource/sonarcloud-github-action@v5.0.0
5050
env:
5151
SONAR_TOKEN: ${{ secrets.SONARQUBE_TOKEN }}
5252
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)