We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6031dd6 commit ab53ccbCopy full SHA for ab53ccb
1 file changed
.github/workflows/build.yml
@@ -6,15 +6,14 @@ on:
6
pull_request:
7
types: [opened, synchronize, reopened]
8
jobs:
9
- sonarcloud:
10
- name: SonarCloud
+ sonarqube:
+ name: SonarQube
11
runs-on: ubuntu-latest
12
steps:
13
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
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
+ - name: SonarQube Scan
+ uses: SonarSource/sonarqube-scan-action@v5
18
env:
19
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
20
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
0 commit comments