This is an automated email from the ASF dual-hosted git repository.
slachiewicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-wrapper.git
The following commit(s) were added to refs/heads/master by this push:
new 4c4b8bf Bump shellcheck to 0.10.0
4c4b8bf is described below
commit 4c4b8bfe500918f3400feeeeb165a918703c750e
Author: Sylwester Lachiewicz <[email protected]>
AuthorDate: Sun Dec 15 20:02:16 2024 +0100
Bump shellcheck to 0.10.0
---
.github/workflows/shellcheck-posix.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/shellcheck-posix.yml
b/.github/workflows/shellcheck-posix.yml
index 83a3598..a0b7ae2 100644
--- a/.github/workflows/shellcheck-posix.yml
+++ b/.github/workflows/shellcheck-posix.yml
@@ -26,7 +26,7 @@ jobs:
name: shellcheck
runs-on: ubuntu-latest
env:
- SHELLCHECK_VERSION: '0.9.0'
+ SHELLCHECK_VERSION: '0.10.0'
# SC1091: Don't error about unfollowable files;
https://www.shellcheck.net/wiki/SC1091
# SC2009: Don't consider pgrep, not available everywhere;
https://www.shellcheck.net/wiki/SC2009
SHELLCHECK_OPTS: '-e SC1091 -e SC2009'