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