diff --git a/.github/workflows/linting-formatting.yml b/.github/workflows/linting-formatting.yml index cfbe210..3150bfe 100644 --- a/.github/workflows/linting-formatting.yml +++ b/.github/workflows/linting-formatting.yml @@ -30,7 +30,7 @@ jobs: clangFormatVersion: 15 inplace: true extensions: "cpp,hpp" - - uses: reviewdog/action-suggester@3f60d0e826f0873905e0eeca522d562a6e67afbd # v1.7.1 + - uses: reviewdog/action-suggester@8ace6d55daa1463532c46f39f3b50fb2d0716084 # v1.7.3 with: tool_name: clang-format filter_mode: diff_context @@ -61,7 +61,7 @@ jobs: name: linter path: | megalinter-reports - #- uses: reviewdog/action-suggester@3f60d0e826f0873905e0eeca522d562a6e67afbd # v1.7.1 + #- uses: reviewdog/action-suggester@8ace6d55daa1463532c46f39f3b50fb2d0716084 # v1.7.3 # with: # tool_name: MegaLinter # filter_mode: diff_context