Compare commits
8 Commits
main
...
StaticAnal
| Author | SHA1 | Date | |
|---|---|---|---|
| fcfe551c5c | |||
| 02a08012d0 | |||
| 063645fae3 | |||
| 6c8979684d | |||
| c6b84168d8 | |||
| b638b2c223 | |||
| e78d648178 | |||
| 6cd9801ef7 |
@@ -1,10 +1,9 @@
|
||||
name: Bigfoot
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- Development
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
types: [opened, synchronize, reopened]
|
||||
|
||||
jobs:
|
||||
build-and-test:
|
||||
@@ -36,7 +35,7 @@ jobs:
|
||||
run: infer run --compilation-database build/Debug/compile_commands.json
|
||||
|
||||
- name: SonarQube Scan
|
||||
if: github.head_ref == 'main' || github.ref_name == 'main'
|
||||
if: github.event_name == 'push'
|
||||
uses: SonarSource/sonarqube-scan-action@v7.0.0
|
||||
with:
|
||||
args: >
|
||||
|
||||
Reference in New Issue
Block a user