Bump cpp-linter/cpp-linter-action from 2.12.0 to 2.12.1
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Mon, 19 Aug 2024 23:46:58 +0000 (23:46 +0000)
committerMatthieu Gallien <matthieu_gallien@yahoo.fr>
Tue, 20 Aug 2024 14:50:26 +0000 (16:50 +0200)
Bumps [cpp-linter/cpp-linter-action](https://github.com/cpp-linter/cpp-linter-action) from 2.12.0 to 2.12.1.
- [Release notes](https://github.com/cpp-linter/cpp-linter-action/releases)
- [Commits](https://github.com/cpp-linter/cpp-linter-action/compare/v2.12.0...v2.12.1)

---
updated-dependencies:
- dependency-name: cpp-linter/cpp-linter-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
.github/workflows/clang-format.yml

index 3b486a2e1b51a17239febe363ff25f933ca97d78..a0f1d9551ad7751efe72cbbc78b234e8fd9eb140 100644 (file)
@@ -7,7 +7,7 @@ jobs:
     runs-on: ubuntu-22.04
     steps:
     - uses: actions/checkout@v4
-    - uses: cpp-linter/cpp-linter-action@v2.12.0
+    - uses: cpp-linter/cpp-linter-action@v2.12.1
       id: linter
       env:
         GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}