This is an automated email from the ASF dual-hosted git repository.
dongjoon 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 fa5158623 ORC-2133: Remove `Super-Linter` from GitHub Actions jobs
fa5158623 is described below
commit fa5158623cc550dc0d83a83979dd58b6d3e12d27
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Fri Mar 20 22:56:20 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 #2583 from dongjoon-hyun/ORC-2133-2.2.
Authored-by: Dongjoon Hyun <[email protected]>
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 b4617ccb1..d61823306 100644
--- a/.github/workflows/build_and_test.yml
+++ b/.github/workflows/build_and_test.yml
@@ -147,19 +147,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@v4
- 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@v4
with: