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

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


The following commit(s) were added to refs/heads/branch-2.2 by this push:
     new cacedce92 ORC-1970: [CI] Fix cpp-linter-action to use hash tag
cacedce92 is described below

commit cacedce9264d9a7880b3ae456c081bb7591bc14a
Author: luffy-zh <[email protected]>
AuthorDate: Fri Aug 8 20:33:43 2025 +0800

    ORC-1970: [CI] Fix cpp-linter-action to use hash tag
    
    ### What changes were proposed in this pull request?
    
    Bump cpp-linter-action version to f91c446a32ae3eb9f98fef8c9ed4c7cb613a4f8a.
    
    ### Why are the changes needed?
    
    Fix CI.
    
    ### How was this patch tested?
    
    The CI job could test it.
    
    ### Was this patch authored or co-authored using generative AI tooling?
    
    No.
    
    Closes #2354 from luffy-zh/ORC-1970.
    
    Authored-by: luffy-zh <[email protected]>
    Signed-off-by: Gang Wu <[email protected]>
    (cherry picked from commit 7dc7178e8c6a6f932cdf2b3f1aa7f6edce6a6af8)
    Signed-off-by: Gang Wu <[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 a74ec3716..3cf30baf0 100644
--- a/.github/workflows/build_and_test.yml
+++ b/.github/workflows/build_and_test.yml
@@ -173,7 +173,7 @@ jobs:
           mkdir build && cd build
           cmake .. -DCMAKE_EXPORT_COMPILE_COMMANDS=ON -DBUILD_JAVA=OFF
           cmake --build .
-      - uses: cpp-linter/[email protected]
+      - uses: 
cpp-linter/cpp-linter-action@f91c446a32ae3eb9f98fef8c9ed4c7cb613a4f8a
         id: linter
         continue-on-error: true
         env:

Reply via email to