We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c03a7f9 commit 65d8348Copy full SHA for 65d8348
.github/workflows/codechecker.yml
@@ -20,19 +20,13 @@ jobs:
20
with:
21
submodules: recursive
22
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
-
29
- name: Install dependencies
30
run: ci_scripts/ubuntu-deps.sh
31
32
- name: Install CodeChecker
33
run: |
34
## CodeChecker version should match version installed on server side.
35
- pip3 install codechecker==6.21
+ pip3 install codechecker==6.26.1
36
37
- name: Configure CodeChecker
38
0 commit comments