diff --git a/.github/workflows/cpp-linter.yml b/.github/workflows/cpp-linter.yml index ef3d6f1b2..305760f2d 100644 --- a/.github/workflows/cpp-linter.yml +++ b/.github/workflows/cpp-linter.yml @@ -28,7 +28,7 @@ jobs: BOOST_ROOT: ${{ steps.install-boost.outputs.BOOST_ROOT }} run: cmake -S . -B /home/runner/build -DCMAKE_EXPORT_COMPILE_COMMANDS=ON # https://github.com/cpp-linter/cpp-linter-action/releases/tag/v2.20.0 - - uses: cpp-linter/cpp-linter-action@8e85cd02c8c3fe3ae527c94b5683fe2366b144ed + - uses: cpp-linter/cpp-linter-action@cab1143a2c149bc41e85b070a9de81716974c18f id: linter env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}