File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-latest
1616 steps :
1717 - name : Check out source repository
18- uses : actions/checkout@v6.0.0
18+ uses : actions/checkout@v6.0.1
1919 - name : Set up Python environment
2020 uses : actions/setup-python@v6.1.0
2121 with :
Original file line number Diff line number Diff line change 1414 name : Run hadolint against docker files
1515 runs-on : ubuntu-latest
1616 steps :
17- - uses : actions/checkout@v6.0.0
17+ - uses : actions/checkout@v6.0.1
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 1616 runs-on : ubuntu-latest
1717
1818 steps :
19- - uses : actions/checkout@v6.0.0
19+ - uses : actions/checkout@v6.0.1
2020 - name : Pull markdownlint/markdownlint:latest Image
2121 run : docker pull markdownlint/markdownlint:latest
2222 - 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.0
14+ uses : actions/checkout@v6.0.1
1515 - name : Update pre-commit hooks
1616 uses : brokenpip3/action-pre-commit-update@0.0.3
1717 with :
Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 if : ${{ github.event_name == 'pull_request' }}
1515 steps :
16- - uses : actions/checkout@v6.0.0
16+ - uses : actions/checkout@v6.0.1
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 1414 name : Run yamllint against YAML files
1515 runs-on : ubuntu-latest
1616 steps :
17- - uses : actions/checkout@v6.0.0
17+ - uses : actions/checkout@v6.0.1
1818 - name : yaml-lint
1919 uses : ibiqlik/action-yamllint@v3.1.1
2020 with :
You can’t perform that action at this time.
0 commit comments