We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 490429a commit cc3ae04Copy full SHA for cc3ae04
.github/workflows/reusable-cpp-linter.yml
@@ -142,7 +142,7 @@ jobs:
142
run: cmake --build build --config Debug
143
# runs the cpp-linter action using the generated compilation database and the specified clang version
144
- name: Run cpp-linter
145
- uses: cpp-linter/cpp-linter-action@f91c446a32ae3eb9f98fef8c9ed4c7cb613a4f8a # v2
+ uses: cpp-linter/cpp-linter-action@0f6d1b8d7e38b584cbee606eb23d850c217d54f8 # v2
146
id: linter
147
env:
148
GITHUB_TOKEN: ${{ github.token }}
0 commit comments