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 b5c2e4936b - Show all commits

View File

@@ -1,9 +1,9 @@
name: Bigfoot name: Bigfoot
on: pull_request:
push: branches:
branches: - main
- 'main' types: [opened, synchronize, reopened]
jobs: jobs:
build-and-test: build-and-test:
@@ -35,6 +35,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'
uses: SonarSource/sonarqube-scan-action@v7.0.0 uses: SonarSource/sonarqube-scan-action@v7.0.0
with: with:
args: > args: >