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 3d4a139 commit 1231451Copy full SHA for 1231451
1 file changed
.github/workflows/ci.yml
@@ -21,7 +21,7 @@ jobs:
21
cpp: ${{ steps.cppfilter.outputs.cpp }}
22
steps:
23
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
24
- - uses: dorny/paths-filter@fbd0ab8f3e69293af611ebaee6363fc25e6d187d # v4
+ - uses: dorny/paths-filter@7b450fff21473bca461d4b92ce414b9d0420d706 # v4
25
id: filter
26
with:
27
predicate-quantifier: every
@@ -31,7 +31,7 @@ jobs:
31
- '!**/*.md'
32
# Separate OR-filter (default quantifier) for the C++ sources the clang-tidy
33
# gate lints, so it skips (and the ok gate stays green) on non-C++ PRs.
34
35
id: cppfilter
36
37
filters: |
0 commit comments