From d26273244c02c286d3af1e04eb441374c3672d6b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jan 2024 18:35:27 +0000 Subject: [PATCH 1/2] Bump clang-tools from 0.9.0 to 0.10.0 Bumps [clang-tools](https://github.com/cpp-linter/clang-tools-pip) from 0.9.0 to 0.10.0. - [Release notes](https://github.com/cpp-linter/clang-tools-pip/releases) - [Commits](https://github.com/cpp-linter/clang-tools-pip/compare/v0.9.0...v0.10.0) --- updated-dependencies: - dependency-name: clang-tools dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0ae57381..612c5415 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ # Install clang-tools binaries (clang-format, clang-tidy) # For details please see: https://github.com/cpp-linter/clang-tools-pip -clang-tools==0.9.0 +clang-tools==0.10.0 # cpp-linter core Python executable package # For details please see: https://github.com/cpp-linter/cpp-linter From 25a532908be41f447b37194ac3dd587c4e5c9813 Mon Sep 17 00:00:00 2001 From: shenxianpeng Date: Wed, 10 Jan 2024 03:52:45 +0000 Subject: [PATCH 2/2] chore: older versions of clang-tools are not supported --- README.md | 2 +- action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4f8c1301..62388954 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,7 @@ jobs: #### `version` -- **Description**: The desired version of the [clang-tools](https://github.com/cpp-linter/clang-tools-pip) to use. Accepted options are strings which can be 17, 16, 15, 14, 13, 12, 11, 10, 9, 8, 7, 6, 5, 4 or 3.9. +- **Description**: The desired version of the [clang-tools](https://github.com/cpp-linter/clang-tools-pip) to use. Accepted options are strings which can be 17, 16, 15, 14, 13, 12, 11, 10, 9, 8 or 7. - Set this option to a blank string (`''`) to use the platform's default installed version. - This value can also be a path to where the clang tools are installed (if using a custom install location). - Default: '12' diff --git a/action.yml b/action.yml index f7568851..700e1d2b 100644 --- a/action.yml +++ b/action.yml @@ -58,7 +58,7 @@ inputs: required: false default: "." version: - description: "The desired version of the clang tools to use. Accepted options are strings which can be 17, 16, 15, 14, 13, 12, 11, 10, 9, 8, 7, 6, 5, 4 or 3.9. Defaults to 12." + description: "The desired version of the clang tools to use. Accepted options are strings which can be 17, 16, 15, 14, 13, 12, 11, 10, 9, 8 or 7. Defaults to 12." required: false default: "12" verbosity: