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

View File

@@ -36,7 +36,7 @@ jobs:
run: infer run --compilation-database build/Debug/compile_commands.json
- name: SonarQube Scan
if: github.event.pull_request.base.ref == 'main'
if: github.head_ref == 'main' || github.ref_name == 'main'
uses: SonarSource/sonarqube-scan-action@v7.0.0
with:
args: >