File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 name : bash -n (syntax)
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@v6
1717 - name : Syntax-check every shell script
1818 run : |
1919 set -e
3030 name : shellcheck (errors block merge)
3131 runs-on : ubuntu-latest
3232 steps :
33- - uses : actions/checkout@v4
33+ - uses : actions/checkout@v6
3434 - name : Install shellcheck
3535 run : sudo apt-get update -qq && sudo apt-get install -y shellcheck
3636 - name : shellcheck --severity=error
4848 runs-on : ubuntu-latest
4949 continue-on-error : true
5050 steps :
51- - uses : actions/checkout@v4
51+ - uses : actions/checkout@v6
5252 - name : Install shellcheck
5353 run : sudo apt-get update -qq && sudo apt-get install -y shellcheck
5454 - name : shellcheck --severity=warning
6666 runs-on : ubuntu-latest
6767 continue-on-error : true
6868 steps :
69- - uses : actions/checkout@v4
69+ - uses : actions/checkout@v6
7070 - name : Install shfmt
7171 run : |
7272 curl -fsSL -o /tmp/shfmt \
8686 name : gitleaks (secret scan)
8787 runs-on : ubuntu-latest
8888 steps :
89- - uses : actions/checkout@v4
89+ - uses : actions/checkout@v6
9090 with :
9191 fetch-depth : 0
9292 - name : Install gitleaks
@@ -117,7 +117,7 @@ jobs:
117117 runs-on : ubuntu-latest
118118 continue-on-error : true
119119 steps :
120- - uses : actions/checkout@v4
120+ - uses : actions/checkout@v6
121121 - name : Check links in README and docs
122122 uses : gaurav-nelson/github-action-markdown-link-check@v1
123123 with :
Original file line number Diff line number Diff line change 1414 bump :
1515 runs-on : ubuntu-latest
1616 steps :
17- - uses : actions/checkout@v4
17+ - uses : actions/checkout@v6
1818
1919 - name : Detect current + latest CRS version
2020 id : ver
You can’t perform that action at this time.
0 commit comments