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 a2b688e commit 2d6f2d2Copy full SHA for 2d6f2d2
.github/workflows/build.yml
@@ -1,10 +1,7 @@
1
name: Build
2
on:
3
push:
4
- branches:
5
- - main
6
- pull_request:
7
- types: [opened, synchronize, reopened]
+
8
jobs:
9
build:
10
@@ -14,7 +11,7 @@ jobs:
14
11
with:
15
12
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
16
13
- name: Install sonar-scanner
17
- uses: sonarsource/sonarqube-github-c-cpp@v1
+ uses: sonarsource/sonarqube-github-c-cpp@vp/supportLinux_ARM64
18
env:
19
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }} # SonarQube URL is stored in a GitHub secret
20
- name: Generate compilation database
0 commit comments