Skip to content

Commit 2d6f2d2

Browse files
Test newer action
1 parent a2b688e commit 2d6f2d2

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
name: Build
22
on:
33
push:
4-
branches:
5-
- main
6-
pull_request:
7-
types: [opened, synchronize, reopened]
4+
85
jobs:
96
build:
107
name: Build
@@ -14,7 +11,7 @@ jobs:
1411
with:
1512
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
1613
- name: Install sonar-scanner
17-
uses: sonarsource/sonarqube-github-c-cpp@v1
14+
uses: sonarsource/sonarqube-github-c-cpp@vp/supportLinux_ARM64
1815
env:
1916
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }} # SonarQube URL is stored in a GitHub secret
2017
- name: Generate compilation database

0 commit comments

Comments
 (0)