Skip to content

Commit

Permalink
docs(README): Release v4.14.0 (#224)
Browse files Browse the repository at this point in the history
* docs(README): Release v4.14.0

* Update SECURITY.md
  • Loading branch information
jidicula authored Nov 28, 2024
1 parent e98a483 commit d05cecd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Run clang-format style check for C/C++/Protobuf programs.
uses: jidicula/clang-format-action@v4.13.0
uses: jidicula/clang-format-action@v4.14.0
with:
clang-format-version: '13'
check-path: 'src'
Expand All @@ -128,7 +128,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Run clang-format style check for C/C++/Protobuf programs.
uses: jidicula/clang-format-action@v4.13.0
uses: jidicula/clang-format-action@v4.14.0
with:
clang-format-version: '13'
check-path: ${{ matrix.path }}
Expand All @@ -155,7 +155,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Run clang-format style check for C/C++/Protobuf programs.
uses: jidicula/clang-format-action@v4.13.0
uses: jidicula/clang-format-action@v4.14.0
with:
clang-format-version: '13'
check-path: ${{ matrix.path['check'] }}
Expand Down
6 changes: 3 additions & 3 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

| Version | Supported |
|----------|--------------------|
| 4.12.x | :white_check_mark: |
| < 4.12.x | :x: |
| 4.14.x | :white_check_mark: |
| < 4.14.x | :x: |

## Reporting a Vulnerability

Send an email to the address on my profile, subject `clang-format-action SECURITY`.
Send an email to the address on my GitHub profile, subject `clang-format-action SECURITY`.

0 comments on commit d05cecd

Please sign in to comment.