Skip to content

Commit 48839cc

Browse files
Bump DavidAnson/markdownlint-cli2-action from 24.1.0 to 24.2.0 in the actions-deps group (#532)
Bumps the actions-deps group with 1 update: [DavidAnson/markdownlint-cli2-action](https://github.com/davidanson/markdownlint-cli2-action). Updates `DavidAnson/markdownlint-cli2-action` from 24.1.0 to 24.2.0 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/DavidAnson/markdownlint-cli2-action/commit/21c1be1b93ad9ed58fa840aacc3f279cde2a72ff"><code>21c1be1</code></a> Update to version 24.2.0.</li> <li><a href="https://github.com/DavidAnson/markdownlint-cli2-action/commit/cb5282d62ceb01cf9ed9f24c23675d95a1aa0b06"><code>cb5282d</code></a> Freshen generated package-lock.json file, freshen generated index.js file.</li> <li><a href="https://github.com/DavidAnson/markdownlint-cli2-action/commit/d36517c02f0ca87b17baeb4fabee83cd48490f38"><code>d36517c</code></a> Add eslint-package-json/all to lint script, address new issues.</li> <li><a href="https://github.com/DavidAnson/markdownlint-cli2-action/commit/57b7f618e76408c4f7861015e5f0e0ac07985c18"><code>57b7f61</code></a> Refactor eslint.config.mjs to use defineConfig, change eslint-plugin-n from &quot;...</li> <li><a href="https://github.com/DavidAnson/markdownlint-cli2-action/commit/fe75d07fdb84c7ad9ff784bd5b63745d172c6ec6"><code>fe75d07</code></a> Address new lint error from previous commit, freshen generated index.js file.</li> <li><a href="https://github.com/DavidAnson/markdownlint-cli2-action/commit/cea0e19b34dbe39c35833f585399255cb1b5ee8d"><code>cea0e19</code></a> Bump eslint-plugin-unicorn from 71.1.0 to 72.0.0</li> <li><a href="https://github.com/DavidAnson/markdownlint-cli2-action/commit/5137af3b1518ab092d3aa1c946881297643df019"><code>5137af3</code></a> Freshen generated index.js file.</li> <li><a href="https://github.com/DavidAnson/markdownlint-cli2-action/commit/ab8971b4890335d9e552a310d43bbaa1e68c52cd"><code>ab8971b</code></a> Bump markdownlint-cli2 from 0.23.1 to 0.23.2</li> <li><a href="https://github.com/DavidAnson/markdownlint-cli2-action/commit/92a0fc4bfcca7cda90e73e14c0c17568b057574e"><code>92a0fc4</code></a> Bump actions/setup-node from 6 to 7</li> <li><a href="https://github.com/DavidAnson/markdownlint-cli2-action/commit/03ca1e440e033e6cff1e838d3fb4749dea9d9284"><code>03ca1e4</code></a> Bump eslint from 10.6.0 to 10.7.0</li> <li>Additional commits viewable in <a href="https://github.com/davidanson/markdownlint-cli2-action/compare/6bf21b07787794f89a243495939cd651942aeabe...21c1be1b93ad9ed58fa840aacc3f279cde2a72ff">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=DavidAnson/markdownlint-cli2-action&package-manager=github_actions&previous-version=24.1.0&new-version=24.2.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details>
2 parents d2d5489 + 8c6d4b6 commit 48839cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/validate-task.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
4545
# Doc linters run as pinned action wrappers. editorconfig-checker's action is install-only, so it runs via Docker.
4646
- name: Lint Markdown step
47-
uses: DavidAnson/markdownlint-cli2-action@6bf21b07787794f89a243495939cd651942aeabe # v24.1.0
47+
uses: DavidAnson/markdownlint-cli2-action@21c1be1b93ad9ed58fa840aacc3f279cde2a72ff # v24.2.0
4848
with:
4949
globs: '**/*.md'
5050

0 commit comments

Comments
 (0)