Skip to content

Commit ab53ccb

Browse files
committed
Move to latest SonarQube scan action
1 parent 6031dd6 commit ab53ccb

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

.github/workflows/build.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,14 @@ on:
66
pull_request:
77
types: [opened, synchronize, reopened]
88
jobs:
9-
sonarcloud:
10-
name: SonarCloud
9+
sonarqube:
10+
name: SonarQube
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v3
13+
- uses: actions/checkout@v4
1414
with:
1515
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
16+
- name: SonarQube Scan
17+
uses: SonarSource/sonarqube-scan-action@v5
1818
env:
19-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
2019
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 commit comments

Comments
 (0)