3 Commits

Author SHA1 Message Date
CSRBot 3b1344cc6d chore(deps): update dependency markdownlint-cli to ^0.48.0
Ansible Linter / ansible-lint (push) Successful in 27s
Lint Markdown files / markdown-lint (push) Successful in 6s
Ansible Linter / ansible-lint (pull_request) Successful in 23s
Lint Markdown files / markdown-lint (pull_request) Successful in 7s
2026-06-11 00:01:47 +00:00
CSRBot e350f6781e Merge pull request 'chore(deps): update actions/checkout action to v6.0.3' (#2) from renovate/actions-checkout-6.x into master
Ansible Linter / ansible-lint (push) Successful in 23s
Lint Markdown files / markdown-lint (push) Successful in 5s
2026-06-10 21:02:25 +00:00
CSRBot a8b07f7397 chore(deps): update actions/checkout action to v6.0.3
Ansible Linter / ansible-lint (push) Successful in 28s
Ansible Linter / ansible-lint (pull_request) Successful in 27s
Lint Markdown files / markdown-lint (push) Successful in 8s
Lint Markdown files / markdown-lint (pull_request) Successful in 8s
2026-06-10 21:02:09 +00:00
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ jobs:
ansible-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6.0.1
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
- name: Run ansible-lint
uses: ansible/ansible-lint@v25.12.2
with:
+1 -1
View File
@@ -12,7 +12,7 @@ jobs:
runs-on:
- ubuntu-latest
steps:
- uses: actions/checkout@v6.0.1
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
- uses: DavidAnson/markdownlint-cli2-action@v21.0.0
with:
globs: '**/*.md'
+1 -1
View File
@@ -14,6 +14,6 @@
},
"devDependencies": {
"@bitnami/readme-generator-for-helm": "^2.5.0",
"markdownlint-cli": "^0.45.0"
"markdownlint-cli": "^0.48.0"
}
}