This is an automated email from the ASF dual-hosted git repository.

slachiewicz pushed a commit to branch shellcheck10
in repository https://gitbox.apache.org/repos/asf/maven-wrapper.git

commit bcdfe3e6bb1ae20be752d0b49a658b76971c47dc
Author: Sylwester Lachiewicz <slachiew...@apache.org>
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'

Reply via email to