We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4462fe commit 8d1ace8Copy full SHA for 8d1ace8
.github/workflows/build.yml
@@ -10,15 +10,15 @@ jobs:
10
name: Build
11
runs-on: ubuntu-latest
12
steps:
13
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
14
with:
15
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
16
- name: Generate compilation database
17
run: |
18
mkdir build
19
cmake -S . -B build
20
- name: SonarQube Scan
21
- uses: SonarSource/sonarqube-scan-action@v4
+ uses: SonarSource/sonarqube-scan-action@v7
22
env:
23
SONAR_TOKEN: ${{ secrets.SONARQUBE_TOKEN }}
24
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }} # SonarQube URL is stored in a GitHub secret
0 commit comments