@@ -10,22 +10,20 @@ jobs:
1010 shellcheck :
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v2
13+ - uses : actions/checkout@v5
1414
1515 - name : ShellCheck
16- uses : ludeeus/action-shellcheck@1.1 .0
16+ uses : ludeeus/action-shellcheck@2.0 .0
1717 # with:
1818 # A space separated list of additional filename to check
19- # additional_files: # optional, default is
19+ # additional_files: # optional, default is ''
2020 # Paths to ignore when running ShellCheck
21- # ignore : # optional, default is
21+ # ignore_paths : # optional, default is ''
2222 # Minimum severity of errors to consider. Options: [error, warning, info, style]
23- # severity: # optional, default is
23+ # severity: # optional, default is ''
2424 # Run shellcheck on _all_ files at once, instead of one at a time
25- # check_together: # optional, default is
25+ # check_together: # optional, default is ''
2626 # Directory to be searched for files. Defaults to .
2727 # scandir: # optional, default is .
28- # Set to true to skip using problem-matcher
29- # disable_matcher: # optional, default is false
3028 # Output format (checkstyle, diff, gcc, json, json1, quiet, tty)
3129 # format: # optional, default is gcc
0 commit comments