Skip to content

Commit 65d8348

Browse files
committed
Update codechecker to 6.26.1
New version of Codechecker resolved issues with python and other problems that we faced. So it's time to update.
1 parent c03a7f9 commit 65d8348

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/codechecker.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,19 +20,13 @@ jobs:
2020
with:
2121
submodules: recursive
2222

23-
# CodeChecker doesn't support python 3.12 for now: https://github.com/Ericsson/codechecker/issues/4350
24-
- name: Downgrade python to 3.11
25-
uses: actions/setup-python@v5
26-
with:
27-
python-version: 3.11
28-
2923
- name: Install dependencies
3024
run: ci_scripts/ubuntu-deps.sh
3125

3226
- name: Install CodeChecker
3327
run: |
3428
## CodeChecker version should match version installed on server side.
35-
pip3 install codechecker==6.21
29+
pip3 install codechecker==6.26.1
3630
3731
- name: Configure CodeChecker
3832
run: |

0 commit comments

Comments
 (0)