This is an automated email from the ASF dual-hosted git repository.

william pushed a commit to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/orc.git


The following commit(s) were added to refs/heads/branch-2.0 by this push:
     new d056e8c3d ORC-2041: Upgrade `cpp-linter-action` hash to match ASF infra
d056e8c3d is described below

commit d056e8c3d7c08c9f135099cc50c0330fccae9ebd
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Sat Jan 3 20:23:29 2026 +0900

    ORC-2041: Upgrade `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.0` CI is broken due to the ASF INFRA change.
    
    > 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 #2468 from dongjoon-hyun/ORC-2041-2.0.
    
    Authored-by: Dongjoon Hyun <[email protected]>
    Signed-off-by: William Hyun <[email protected]>
---
 .github/workflows/build_and_test.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/build_and_test.yml 
b/.github/workflows/build_and_test.yml
index ece7db180..0d1852cd7 100644
--- a/.github/workflows/build_and_test.yml
+++ b/.github/workflows/build_and_test.yml
@@ -151,7 +151,7 @@ jobs:
           mkdir build && cd build
           cmake .. -DCMAKE_EXPORT_COMPILE_COMMANDS=ON -DBUILD_JAVA=OFF
           cmake --build .
-      - uses: 
cpp-linter/cpp-linter-action@f91c446a32ae3eb9f98fef8c9ed4c7cb613a4f8a
+      - uses: 
cpp-linter/cpp-linter-action@0f6d1b8d7e38b584cbee606eb23d850c217d54f8
         id: linter
         continue-on-error: true
         env:

Reply via email to