Skip to content

Commit d05cecd

Browse files
authored
docs(README): Release v4.14.0 (#224)
* docs(README): Release v4.14.0 * Update SECURITY.md
1 parent e98a483 commit d05cecd

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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'] }}

SECURITY.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
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`.

0 commit comments

Comments
 (0)