This is an automated email from the ASF dual-hosted git repository.
chengpan pushed a commit to branch branch-1.10
in repository https://gitbox.apache.org/repos/asf/kyuubi.git
The following commit(s) were added to refs/heads/branch-1.10 by this push:
new 54db2bcf7f [KYUUBI #7165] Remove banned action-shellcheck
54db2bcf7f is described below
commit 54db2bcf7fdbe40ee35bdb00f63c1a7baf5b6b8d
Author: Cheng Pan <[email protected]>
AuthorDate: Thu Aug 7 15:05:00 2025 +0800
[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 <[email protected]>
Signed-off-by: Cheng Pan <[email protected]>
(cherry picked from commit 2c64e4e5fcea72b28325da87afc7efcfe64267b1)
Signed-off-by: Cheng Pan <[email protected]>
---
.github/workflows/style.yml | 6 ------
1 file changed, 6 deletions(-)
diff --git a/.github/workflows/style.yml b/.github/workflows/style.yml
index 74a26c9da0..7587882109 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/[email protected]
- with:
- # TODO: enable for all folders step by step
- scandir: './bin'
- severity: error