Skip to content

Commit c38ba2d

Browse files
deps: Bump DavidAnson/markdownlint-cli2-action from 21.0.0 to 22.0.0 (#82)
* deps: Bump DavidAnson/markdownlint-cli2-action from 21.0.0 to 22.0.0 Bumps [DavidAnson/markdownlint-cli2-action](https://github.com/davidanson/markdownlint-cli2-action) from 21.0.0 to 22.0.0. - [Release notes](https://github.com/davidanson/markdownlint-cli2-action/releases) - [Commits](DavidAnson/markdownlint-cli2-action@30a0e04...07035fd) --- updated-dependencies: - dependency-name: DavidAnson/markdownlint-cli2-action dependency-version: 22.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * chore: Update changelog for Dependabot --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: octo-sts[bot] <157150467+octo-sts[bot]@users.noreply.github.com>
1 parent c0f991c commit c38ba2d

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/validate-gh-action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,5 +106,5 @@ jobs:
106106
find . -type f -name "*.sh" | xargs --no-run-if-empty -n1 shellcheck
107107
108108
- name: Run markdownlint check
109-
uses: DavidAnson/markdownlint-cli2-action@30a0e04f1870d58f8d717450cc6134995f993c63 # v21.0.0
109+
uses: DavidAnson/markdownlint-cli2-action@07035fd053f7be764496c0f8d8f9f41f98305101 # v22.0.0
110110
if: inputs.markdownlint

.github/workflows/validate-gh-workflows.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,5 +129,5 @@ jobs:
129129
find . -type f -name "*.sh" | xargs --no-run-if-empty -n1 shellcheck
130130
131131
- name: Run markdownlint check
132-
uses: DavidAnson/markdownlint-cli2-action@30a0e04f1870d58f8d717450cc6134995f993c63 # v21.0.0
132+
uses: DavidAnson/markdownlint-cli2-action@07035fd053f7be764496c0f8d8f9f41f98305101 # v22.0.0
133133
if: inputs.markdownlint

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
- Update _actions/checkout_ from `6.0.0` to `6.0.1`. ([#80](https://github.com/action-stars/generic-workflows/pull/80)) _@dependabot_
2121
- Update _octo-sts/action_ from `1.0.3` to `1.1.1`. ([#80](https://github.com/action-stars/generic-workflows/pull/80)) _@dependabot_
2222
- Update _github/codeql-action_ from `4.31.5` to `4.31.7`. ([#80](https://github.com/action-stars/generic-workflows/pull/80)) _@dependabot_
23+
- Update _[DavidAnson/markdownlint-cli2-action](https://github.com/davidanson/markdownlint-cli2-action)_ from `21.0.0` to `22.0.0`. ([#82](https://github.com/action-stars/generic-workflows/pull/82)) _@dependabot_
2324

2425
## [v0.7.4] - 2025-11-26
2526

0 commit comments

Comments
 (0)