Author SHA1 Message Date
CSRBot 47ed2c4ff5 chore(deps): update dependency markdownlint-cli to ^0.49.0
Ansible Linter / ansible-lint (push) Successful in 1m5s
Lint Markdown files / markdown-lint (push) Failing after 11s
Ansible Linter / ansible-lint (pull_request) Successful in 1m2s
Lint Markdown files / markdown-lint (pull_request) Failing after 12s
2026-07-20 21:01:59 +00:00
CSRBot 39dcf2adc2 Merge pull request 'chore(deps): update actions/checkout action to v6.1.0' (#11) from renovate/actions-checkout-6.x into master
Lint Markdown files / markdown-lint (push) Failing after 22s
Ansible Linter / ansible-lint (push) Successful in 33s
2026-07-20 18:01:51 +00:00
CSRBot 4cc8697663 chore(deps): update actions/checkout action to v6.1.0
Ansible Linter / ansible-lint (push) Successful in 1m22s
Ansible Linter / ansible-lint (pull_request) Successful in 1m3s
Lint Markdown files / markdown-lint (push) Failing after 6s
Lint Markdown files / markdown-lint (pull_request) Failing after 5s
2026-07-20 18:01:45 +00:00
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ jobs:
ansible-lint: ansible-lint:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 - uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0
- name: Run ansible-lint - name: Run ansible-lint
uses: ansible/ansible-lint@v25.12.2 uses: ansible/ansible-lint@v25.12.2
with: with:
+1 -1
View File
@@ -12,7 +12,7 @@ jobs:
runs-on: runs-on:
- ubuntu-latest - ubuntu-latest
steps: steps:
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 - uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0
- uses: DavidAnson/markdownlint-cli2-action@ded1f9488f68a970bc66ea5619e13e9b52e601cd # v23.2.0 - uses: DavidAnson/markdownlint-cli2-action@ded1f9488f68a970bc66ea5619e13e9b52e601cd # v23.2.0
with: with:
globs: '**/*.md' globs: '**/*.md'
+1 -1
View File
@@ -14,6 +14,6 @@
}, },
"devDependencies": { "devDependencies": {
"@bitnami/readme-generator-for-helm": "^2.5.0", "@bitnami/readme-generator-for-helm": "^2.5.0",
"markdownlint-cli": "^0.45.0" "markdownlint-cli": "^0.49.0"
} }
} }