Skip to content

Commit e437128

Browse files
authored
Merge pull request #639 from adobe/testBuildPr
chore: empty commit
2 parents fdc35ec + a7f562f commit e437128

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pr-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: SonarCloud 🔬
3838
# Don't run SonarCloud on PRs from forks
3939
if: ${{ github.event.pull_request.head.repo.full_name == github.repository }}
40-
uses: sonarsource/sonarcloud-github-action@v2.0.2
40+
uses: SonarSource/sonarqube-scan-action@master
4141
env:
4242
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4343
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

.github/workflows/sonarcloud.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: yarn test
3232

3333
- name: SonarCloud 🔬
34-
uses: sonarSource/sonarcloud-github-action@v2.0.2
34+
uses: SonarSource/sonarqube-scan-action@master
3535
env:
3636
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3737
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 commit comments

Comments
 (0)