This is an automated email from the ASF dual-hosted git repository.
swebb2066 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4cxx.git
The following commit(s) were added to refs/heads/master by this push:
new c00122ec Update SonarCloud and gcovr versions
c00122ec is described below
commit c00122ec37f08b082b75921204af35070289ef73
Author: Stephen Webb <[email protected]>
AuthorDate: Thu Feb 1 17:18:09 2024 +1100
Update SonarCloud and gcovr versions
---
.github/workflows/sonarcloud.yml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/sonarcloud.yml b/.github/workflows/sonarcloud.yml
index 7b9b57e0..442deb09 100644
--- a/.github/workflows/sonarcloud.yml
+++ b/.github/workflows/sonarcloud.yml
@@ -28,7 +28,7 @@ jobs:
name: Build
runs-on: ubuntu-latest
env:
- SONAR_SCANNER_VERSION: 4.7.0.2747
+ SONAR_SCANNER_VERSION: 5.0.1.3006
SONAR_SERVER_URL: "https://sonarcloud.io"
BUILD_WRAPPER_OUT_DIR: build_wrapper_output_directory # Directory where
build-wrapper output will be placed
steps:
@@ -47,9 +47,9 @@ jobs:
with:
python-version: 3.8
- - name: install gcovr 5.2
+ - name: install gcovr 7.0
run: |
- pip install gcovr==5.2 # 5.1 is not supported
+ pip install gcovr==7.0 # 5.1 is not supported
- name: 'Configure Dependencies - Ubuntu'
run: |