From 2c64e4e5fcea72b28325da87afc7efcfe64267b1 Mon Sep 17 00:00:00 2001 From: Cheng Pan Date: Thu, 7 Aug 2025 15:05:00 +0800 Subject: [PATCH] [KYUUBI #7165] Remove banned action-shellcheck ### Why are the changes needed? The plugin is banned by ASF. > ludeeus/action-shellcheck1.1.0 is not allowed to be used in apache/kyuubi. https://github.com/apache/kyuubi/actions/runs/16745477309 ### How was this patch tested? Pass GHA. ### Was this patch authored or co-authored using generative AI tooling? No. Closes #7165 from pan3793/rm-shellcheck. Closes #7165 dfda2314c [Cheng Pan] Remove banned action-shellcheck Authored-by: Cheng Pan Signed-off-by: Cheng Pan --- .github/workflows/style.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/style.yml b/.github/workflows/style.yml index 74a26c9da..758788210 100644 --- a/.github/workflows/style.yml +++ b/.github/workflows/style.yml @@ -132,9 +132,3 @@ jobs: with: name: super-linter-log path: super-linter.log - - name: check bin directory - uses: ludeeus/action-shellcheck@1.1.0 - with: - # TODO: enable for all folders step by step - scandir: './bin' - severity: error