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 4c5fc9b commit 430e0b7Copy full SHA for 430e0b7
.github/workflows/reusable-cpp-linter.yml
@@ -131,7 +131,7 @@ jobs:
131
run: cmake --build build --config Debug
132
# runs the cpp-linter action using the generated compilation database and the specified clang version
133
- name: Run cpp-linter
134
- uses: cpp-linter/cpp-linter-action@8ae6cfaea8cc035c6155b5fe79d7991a9bf638af # v2
+ uses: cpp-linter/cpp-linter-action@f91c446a32ae3eb9f98fef8c9ed4c7cb613a4f8a # v2
135
id: linter
136
env:
137
GITHUB_TOKEN: ${{ github.token }}
0 commit comments