From d05cecd4a1a5b7e64c22f5a468456135a43f13f6 Mon Sep 17 00:00:00 2001 From: Johanan Date: Thu, 28 Nov 2024 12:20:56 +0100 Subject: [PATCH] docs(README): Release v4.14.0 (#224) * docs(README): Release v4.14.0 * Update SECURITY.md --- README.md | 6 +++--- SECURITY.md | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 73bc5f0..108a070 100644 --- a/README.md +++ b/README.md @@ -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' @@ -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 }} @@ -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'] }} diff --git a/SECURITY.md b/SECURITY.md index 0b3d587..001657a 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -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`.