Static Analysis #12

Merged
rboullard merged 12 commits from Development into main 2026-02-02 06:51:27 +00:00
Showing only changes of commit 63fd92c584 - Show all commits

View File

@@ -3,7 +3,7 @@ name: Bigfoot
pull_request:
branches:
- main
types: [opened, synchronize, reopened]
- Development
jobs:
build-and-test:
@@ -35,7 +35,7 @@ jobs:
run: infer run --compilation-database build/Debug/compile_commands.json
- name: SonarQube Scan
if: github.event_name == 'push'
if: github.event.pull_request.base.ref == 'main'
uses: SonarSource/sonarqube-scan-action@v7.0.0
with:
args: >