Commit 88d5abc
committed
ci: replace cpp-linter-action with cpp-linter CLI
cpp-linter/cpp-linter-action is frozen at v2.15.1: v2.16+ introduced an
untrusted dependency and was blocked by ASF Infra
(apache/infrastructure-actions#325), and the ASF gateway ignores newer
versions. The pinned action still runs but can no longer be updated.
The action is a thin wrapper around the cpp-linter PyPI package, which is not
affected by the block. Install that package plus matching clang tools with pip
and call the cpp-linter CLI with the same options the action used, keeping the
checks-failed output and the Fail fast step. This is a run: step rather than a
uses: reference, so it adds no new third-party action to the ASF allowlist.
Fixes #336.1 parent 9221381 commit 88d5abc
1 file changed
Lines changed: 25 additions & 13 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
94 | | - | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
95 | 100 | | |
96 | 101 | | |
97 | 102 | | |
98 | 103 | | |
99 | 104 | | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | | - | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
112 | 124 | | |
113 | 125 | | |
114 | 126 | | |
| |||
0 commit comments