From e460201b2a8c05297a34392a7e006429dbed83c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Sep 2025 17:17:44 +0000 Subject: [PATCH] chore(deps): Bump cpp-linter/cpp-linter-action from 2.16.1 to 2.16.2 Bumps [cpp-linter/cpp-linter-action](https://github.com/cpp-linter/cpp-linter-action) from 2.16.1 to 2.16.2. - [Release notes](https://github.com/cpp-linter/cpp-linter-action/releases) - [Commits](https://github.com/cpp-linter/cpp-linter-action/compare/ca335408fd1a6af6b746e7c220cd04d3c43d8d9f...b533471f00c693fdb8ce554e7073d340a574511e) --- updated-dependencies: - dependency-name: cpp-linter/cpp-linter-action dependency-version: 2.16.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/clang-format.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/clang-format.yml b/.github/workflows/clang-format.yml index da370e06c4..dba9e1629a 100644 --- a/.github/workflows/clang-format.yml +++ b/.github/workflows/clang-format.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-22.04 steps: - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 - - uses: cpp-linter/cpp-linter-action@ca335408fd1a6af6b746e7c220cd04d3c43d8d9f # v2.16.1 + - uses: cpp-linter/cpp-linter-action@b533471f00c693fdb8ce554e7073d340a574511e # v2.16.2 id: linter env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}