From ee7ac3ecbfe7d35e4c7908bf4e77074d4ac9cf8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 18:43:25 +0000 Subject: [PATCH 1/2] Bump clang-tools from 0.13.1 to 0.14.0 in the pip group Bumps the pip group with 1 update: [clang-tools](https://github.com/cpp-linter/clang-tools-pip). Updates `clang-tools` from 0.13.1 to 0.14.0 - [Release notes](https://github.com/cpp-linter/clang-tools-pip/releases) - [Commits](https://github.com/cpp-linter/clang-tools-pip/compare/v0.13.1...v0.14.0) --- updated-dependencies: - dependency-name: clang-tools dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e71f5e4..4cf3116 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.13.1 +clang-tools==0.14.0 # cpp-linter core Python executable package # For details please see: https://github.com/cpp-linter/cpp-linter From 8e9e3169d12ed15d5577a96feea5a19a744762f3 Mon Sep 17 00:00:00 2001 From: shenxianpeng Date: Tue, 17 Dec 2024 19:53:54 +0000 Subject: [PATCH 2/2] support v19 and update default version to 14 --- .github/workflows/self-test.yml | 2 +- action.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/self-test.yml b/.github/workflows/self-test.yml index e2b1f54..1d14324 100644 --- a/.github/workflows/self-test.yml +++ b/.github/workflows/self-test.yml @@ -31,7 +31,7 @@ jobs: strategy: matrix: os: [ ubuntu-latest, macos-latest, windows-latest ] - clang-version: ['9','10', '11', '12', '13', '14', '15', '16', '17', '18'] + clang-version: ['9','10', '11', '12', '13', '14', '15', '16', '17', '18', '19'] fail-fast: false runs-on: ${{ matrix.os }} steps: diff --git a/action.yml b/action.yml index a676f41..7024d1a 100644 --- a/action.yml +++ b/action.yml @@ -39,12 +39,12 @@ inputs: 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 18, 17, 16, 15, 14, 13, 12, 11, 10, 9, 8 or 7. + Accepted options are strings which can be 19, 18, 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). required: false - default: 12 + default: 14 verbosity: description: | This controls the action's verbosity in the workflow's logs.