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

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


The following commit(s) were added to refs/heads/branch-2.3 by this push:
     new 91ada89ea ORC-2133: Remove `Super-Linter` from GitHub Actions jobs
91ada89ea is described below

commit 91ada89eaf522957cc3fdca403ffa63c80ac37ba
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Fri Mar 20 22:28:30 2026 -0700

    ORC-2133: Remove `Super-Linter` from GitHub Actions jobs
    
    ### What changes were proposed in this pull request?
    
    Remove `Super-Linter` from GitHub Actions jobs.
    
    ### Why are the changes needed?
    
    `Super-Linter` is no longer allowed by ASF Infra patterns.
    
    ### How was this patch tested?
    
    Pass the CIs.
    
    ### Was this patch authored or co-authored using generative AI tooling?
    
    Generated-by: Claude Code (claude-opus-4-6)
    
    Closes #2582 from dongjoon-hyun/ORC-2133.
    
    Authored-by: Dongjoon Hyun <[email protected]>
    Signed-off-by: Dongjoon Hyun <[email protected]>
    (cherry picked from commit c23ed58a943a3f443c5541db9a6b450076791285)
    Signed-off-by: Dongjoon Hyun <[email protected]>
---
 .github/workflows/build_and_test.yml | 10 +---------
 1 file changed, 1 insertion(+), 9 deletions(-)

diff --git a/.github/workflows/build_and_test.yml 
b/.github/workflows/build_and_test.yml
index d2ac1460f..e560606e0 100644
--- a/.github/workflows/build_and_test.yml
+++ b/.github/workflows/build_and_test.yml
@@ -194,19 +194,11 @@ jobs:
         make package test-out
 
   doc:
-    name: "Markdown check and Javadoc generation"
+    name: "Javadoc generation"
     runs-on: ubuntu-24.04
     steps:
     - name: Checkout
       uses: actions/checkout@v6
-      with:
-        fetch-depth: 0
-    - name: Super-Linter
-      uses: super-linter/super-linter@12150456a73e248bdc94d0794898f94e23127c88
-      env:
-        DEFAULT_BRANCH: main
-        VALIDATE_MARKDOWN: true
-        GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
     - name: Install Java 17
       uses: actions/setup-java@v5
       with:

Reply via email to