Skip to content

Commit 68cf3c8

Browse files
authored
Update CI ZedThree/clang-tidy-review to 0.23.0 (#1734)
# Details - https://github.com/ZedThree/clang-tidy-review/releases - Also cosmetic (good) changes in `RTP/Packet.cpp` to trigger tidy CI.
1 parent 21b7426 commit 68cf3c8

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/mediasoup-worker-clang-tidy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Normalize compile_commands.json paths
3737
run: npm run normalize-compile-commands --prefix worker/scripts --foreground-scripts
3838

39-
- uses: ZedThree/clang-tidy-review@v0.22.1
39+
- uses: ZedThree/clang-tidy-review@v0.23.0
4040
id: review
4141
with:
4242
apt_packages: 'libclang-rt-21-dev'
@@ -49,7 +49,7 @@ jobs:
4949
include: 'worker/src/**/*.cpp,worker/test/src/**/*.cpp,worker/fuzzer/src/**/*.cpp'
5050

5151
# Uploads an artifact containing clang_fixes.json.
52-
- uses: ZedThree/clang-tidy-review/upload@v0.22.1
52+
- uses: ZedThree/clang-tidy-review/upload@v0.23.0
5353
id: upload-review
5454

5555
# If there are any comments, fail the check.

worker/src/RTC/RTP/Packet.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ namespace RTC
154154
MS_TRACE();
155155

156156
MS_DUMP_CLEAN(indentation, "<RTP::Packet>");
157+
157158
MS_DUMP_CLEAN(indentation, " length: %zu (buffer length: %zu)", GetLength(), GetBufferLength());
158159
MS_DUMP_CLEAN(indentation, " sequence number: %" PRIu16, GetSequenceNumber());
159160
MS_DUMP_CLEAN(indentation, " timestamp: %" PRIu32, GetTimestamp());

0 commit comments

Comments
 (0)