File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 name : Run hadolint against docker files
1515 runs-on : ubuntu-22.04
1616 steps :
17- - uses : actions/checkout@v6 .0.3
17+ - uses : actions/checkout@v7 .0.0
1818 - name : Pull hadolint/hadolint:latest Image
1919 run : docker pull hadolint/hadolint:latest
2020 - name : Run hadolint against Dockerfiles
Original file line number Diff line number Diff line change 1717 runs-on : ubuntu-22.04
1818
1919 steps :
20- - uses : actions/checkout@v6 .0.3
20+ - uses : actions/checkout@v7 .0.0
2121 - name : Pull markdownlint/markdownlint:latest Image
2222 run : docker pull markdownlint/markdownlint:latest
2323 - name : Run markdownlint against *.md files
Original file line number Diff line number Diff line change 1111 name : Updates
1212 steps :
1313 - name : Checkout
14- uses : actions/checkout@v6 .0.3
14+ uses : actions/checkout@v7 .0.0
1515 - name : Update pre-commit hooks
1616 uses : brokenpip3/action-pre-commit-update@0.0.5
1717 with :
Original file line number Diff line number Diff line change 1313 name : Run shellcheck against shell scripts
1414 runs-on : ubuntu-22.04
1515 steps :
16- - uses : actions/checkout@v6 .0.3
16+ - uses : actions/checkout@v7 .0.0
1717 - name : Pull koalaman/shellcheck:stable Image
1818 run : docker pull koalaman/shellcheck:stable
1919 - name : Run Shellcheck against shell scripts
Original file line number Diff line number Diff line change 1515 name : Run yamllint against YAML files
1616 runs-on : ubuntu-22.04
1717 steps :
18- - uses : actions/checkout@v6 .0.3
18+ - uses : actions/checkout@v7 .0.0
1919 - name : yaml-lint
2020 uses : ibiqlik/action-yamllint@v3.1.1
2121 with :
You can’t perform that action at this time.
0 commit comments