We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cac8ca9 commit 305c6b7Copy full SHA for 305c6b7
.github/workflows/sonarcloud.yml
@@ -14,7 +14,7 @@ jobs:
14
with:
15
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
16
- name: SonarCloud Scan
17
- uses: SonarSource/sonarcloud-github-action@master
+ uses: oracle-devrel/sonarcloud-github-action@master
18
env:
19
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
20
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
0 commit comments