File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ jobs:
103103 steps :
104104 - uses : actions/checkout@v4
105105 - name : Run clang-format style check for C/C++/Protobuf programs.
106- uses : jidicula/clang-format-action@v4.13 .0
106+ uses : jidicula/clang-format-action@v4.14 .0
107107 with :
108108 clang-format-version : ' 13'
109109 check-path : ' src'
@@ -128,7 +128,7 @@ jobs:
128128 steps:
129129 - uses: actions/checkout@v4
130130 - name: Run clang-format style check for C/C++/Protobuf programs.
131- uses: jidicula/clang-format-action@v4.13 .0
131+ uses: jidicula/clang-format-action@v4.14 .0
132132 with:
133133 clang-format-version: '13'
134134 check-path: ${{ matrix.path }}
@@ -155,7 +155,7 @@ jobs:
155155 steps:
156156 - uses: actions/checkout@v4
157157 - name: Run clang-format style check for C/C++/Protobuf programs.
158- uses: jidicula/clang-format-action@v4.13 .0
158+ uses: jidicula/clang-format-action@v4.14 .0
159159 with:
160160 clang-format-version: '13'
161161 check-path: ${{ matrix.path['check'] }}
Original file line number Diff line number Diff line change 44
55| Version | Supported |
66| ----------| --------------------|
7- | 4.12 .x | :white_check_mark : |
8- | < 4.12 .x | :x : |
7+ | 4.14 .x | :white_check_mark : |
8+ | < 4.14 .x | :x : |
99
1010## Reporting a Vulnerability
1111
12- Send an email to the address on my profile, subject ` clang-format-action SECURITY ` .
12+ Send an email to the address on my GitHub profile, subject ` clang-format-action SECURITY ` .
You can’t perform that action at this time.
0 commit comments