diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2025-02-01 08:07:24 +0100 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2025-02-01 10:54:27 +0100 |
commit | bb870cb98fd6885b2e1d1c6ae0af5b1c32663d8a (patch) | |
tree | 846e03715a68fce495ac1a16738a42a907a90912 /.github/workflows/sonarcloud.yml | |
parent | e262227d65afa0978e064e38079e26a8c8d478ac (diff) |
Add FreeBSD CI build
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to '.github/workflows/sonarcloud.yml')
-rw-r--r-- | .github/workflows/sonarcloud.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/sonarcloud.yml b/.github/workflows/sonarcloud.yml index 1aba37213..5c92e73ff 100644 --- a/.github/workflows/sonarcloud.yml +++ b/.github/workflows/sonarcloud.yml @@ -24,7 +24,7 @@ jobs: run: | pip install gcovr==5.0 # 5.1 is not supported - name: Install sonar-scanner and build-wrapper - uses: SonarSource/sonarcloud-github-c-cpp@v3.1.0 + uses: SonarSource/sonarcloud-github-c-cpp@v3.2.0 - name: Install Prerequisites run: | sudo apt-get update |