This is an automated email from the ASF dual-hosted git repository.
bowenliang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kyuubi.git
The following commit(s) were added to refs/heads/master by this push:
new 3ac8df832 [KYUUBI #4695] Bump super-linter action from v4 to v5
3ac8df832 is described below
commit 3ac8df83243836623b20fbb3d9fadd5f14dd8560
Author: liangbowen <[email protected]>
AuthorDate: Mon Apr 17 09:42:25 2023 +0800
[KYUUBI #4695] Bump super-linter action from v4 to v5
### _Why are the changes needed?_
- super-liner action v5.0.0 release notes:
https://github.com/github/super-linter/releases/tag/v5.0.0
### _How was this patch tested?_
- [ ] Add some test cases that check the changes thoroughly including
negative and positive cases if possible
- [ ] Add screenshots for manual tests if appropriate
- [ ] [Run
test](https://kyuubi.readthedocs.io/en/master/develop_tools/testing.html#running-tests)
locally before make a pull request
Closes #4695 from bowenliang123/superlinter-v5.
Closes #4695
7cd3095a9 [liangbowen] update
7826c8043 [liangbowen] update
89e7b3d7d [liangbowen] bump superlinter to v5
Authored-by: liangbowen <[email protected]>
Signed-off-by: liangbowen <[email protected]>
---
.github/workflows/style.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/style.yml b/.github/workflows/style.yml
index e45b826fc..78cbe655a 100644
--- a/.github/workflows/style.yml
+++ b/.github/workflows/style.yml
@@ -109,7 +109,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Super Linter Checks
- uses: github/super-linter/slim@v4
+ uses: github/super-linter/slim@v5
env:
CREATE_LOG_FILE: true
ERROR_ON_MISSING_EXEC_BIT: true