We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a30a8df + 5dd1b6f commit 76c5f85Copy full SHA for 76c5f85
2 files changed
.github/workflows/auto-clang-format.yml
@@ -7,12 +7,12 @@ jobs:
7
8
steps:
9
- uses: actions/checkout@v4
10
- - uses: DoozyX/clang-format-lint-action@v0.16
+ - uses: DoozyX/clang-format-lint-action@v0.16.2
11
with:
12
source: '.'
13
exclude: './third_party ./external'
14
extensions: 'h,cpp,hpp'
15
- clangFormatVersion: 12
+ clangFormatVersion: 16
16
inplace: True
17
- uses: EndBug/add-and-commit@v9
18
.github/workflows/ci.yml
@@ -98,7 +98,7 @@ jobs:
98
99
cppcheck: true
100
101
- gcovr: true
+ gcovr: "5.2"
102
opencppcoverage: true
103
104
- name: Initialize CodeQL
0 commit comments