From 1c5848b3651f8023670a96d6296740c231995ef1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 10:23:33 +0000 Subject: [PATCH] Bump DavidAnson/markdownlint-cli2-action from 11.0.0 to 22.0.0 Bumps [DavidAnson/markdownlint-cli2-action](https://github.com/davidanson/markdownlint-cli2-action) from 11.0.0 to 22.0.0. - [Release notes](https://github.com/davidanson/markdownlint-cli2-action/releases) - [Commits](https://github.com/davidanson/markdownlint-cli2-action/compare/8f3516061301755c97ff833a8e933f09282cc5b5...07035fd053f7be764496c0f8d8f9f41f98305101) --- 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] --- .github/workflows/markdown-check.yaml | 2 +- .github/workflows/markdown-fix.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/markdown-check.yaml b/.github/workflows/markdown-check.yaml index 70b725d8..1fa92327 100644 --- a/.github/workflows/markdown-check.yaml +++ b/.github/workflows/markdown-check.yaml @@ -126,7 +126,7 @@ jobs: - name: Run markdownlint id: lint - uses: DavidAnson/markdownlint-cli2-action@8f3516061301755c97ff833a8e933f09282cc5b5 # v11.0.0 + uses: DavidAnson/markdownlint-cli2-action@07035fd053f7be764496c0f8d8f9f41f98305101 # v22.0.0 with: globs: | ${{ env.local_checkout_path }}/**/*.md diff --git a/.github/workflows/markdown-fix.yaml b/.github/workflows/markdown-fix.yaml index 99bb6b82..6b10eb33 100644 --- a/.github/workflows/markdown-fix.yaml +++ b/.github/workflows/markdown-fix.yaml @@ -75,7 +75,7 @@ jobs: token: ${{ secrets.WORKFLOW_PAT }} - name: Run markdownlint - uses: DavidAnson/markdownlint-cli2-action@8f3516061301755c97ff833a8e933f09282cc5b5 # v11.0.0 + uses: DavidAnson/markdownlint-cli2-action@07035fd053f7be764496c0f8d8f9f41f98305101 # v22.0.0 with: globs: | ${{ env.local_checkout_path }}/**/*.md