[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 <chengpan@apache.org>
Signed-off-by: Cheng Pan <chengpan@apache.org>
This commit is contained in:
Cheng Pan 2025-08-07 15:05:00 +08:00
parent 87f3f90120
commit 2c64e4e5fc
No known key found for this signature in database
GPG Key ID: 8001952629BCC75D

View File

@ -132,9 +132,3 @@ jobs:
with: with:
name: super-linter-log name: super-linter-log
path: 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