Skip to content

Commit 0dc169e

Browse files
dongjoon-hyunwilliamhyun
authored andcommitted
ORC-2041: Update cpp-linter-action hash to match ASF infra
### What changes were proposed in this pull request? This PR aims to. update `cpp-linter-action` hash to match ASF infra. ### Why are the changes needed? Currently, the AS-IS `branch-2.2` CI is broken due to the ASF INFRA change. - https://github.com/apache/orc/actions/runs/20675429466 > The action cpp-linter/cpp-linter-actionf91c446a32ae3eb9f98fef8c9ed4c7cb613a4f8a is not allowed in apache/orc because all actions must be from a repository owned by your enterprise, created by GitHub, verified in the GitHub Marketplace, or match one of the patterns: ... As of now, the value is the following. - https://github.com/apache/infrastructure-actions/blob/main/actions.yml#L278 ``` cpp-linter/cpp-linter-action: 0f6d1b8d7e38b584cbee606eb23d850c217d54f8: tag: v2.15.1 ``` ### How was this patch tested? Pass the CIs on this PR. ### Was this patch authored or co-authored using generative AI tooling? No. Closes #2466 from dongjoon-hyun/ORC-2041. Authored-by: Dongjoon Hyun <[email protected]> Signed-off-by: William Hyun <[email protected]>
1 parent 0927cbd commit 0dc169e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_and_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ jobs:
175175
mkdir build && cd build
176176
cmake .. -DCMAKE_EXPORT_COMPILE_COMMANDS=ON -DBUILD_JAVA=OFF
177177
cmake --build .
178-
- uses: cpp-linter/cpp-linter-action@f91c446a32ae3eb9f98fef8c9ed4c7cb613a4f8a
178+
- uses: cpp-linter/cpp-linter-action@0f6d1b8d7e38b584cbee606eb23d850c217d54f8
179179
id: linter
180180
continue-on-error: true
181181
env:

0 commit comments

Comments
 (0)