Skip to content

chore(deps): bump DavidAnson/markdownlint-cli2-action from 16 to 22 - #4

Closed
dependabot[bot] wants to merge 14 commits into
mainfrom
dependabot/github_actions/DavidAnson/markdownlint-cli2-action-22
Closed

chore(deps): bump DavidAnson/markdownlint-cli2-action from 16 to 22#4
dependabot[bot] wants to merge 14 commits into
mainfrom
dependabot/github_actions/DavidAnson/markdownlint-cli2-action-22

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 27, 2026

Copy link
Copy Markdown
Contributor

Bumps DavidAnson/markdownlint-cli2-action from 16 to 22.

Release notes

Sourced from DavidAnson/markdownlint-cli2-action's releases.

Update markdownlint-cli2 version (markdownlint-cli2 v0.22.0, markdownlint v0.40.0), update Node.js dependency to 24.

No release notes provided.

Update markdownlint version (markdownlint-cli2 v0.20.0, markdownlint v0.40.0).

No release notes provided.

Update markdownlint version (markdownlint-cli2 v0.19.0, markdownlint v0.39.0).

No release notes provided.

Update markdownlint version (markdownlint-cli2 v0.18.1, markdownlint v0.38.0).

No release notes provided.

Update markdownlint version (markdownlint-cli2 v0.17.2, markdownlint v0.37.4).

No release notes provided.

Update markdownlint version (markdownlint-cli2 v0.17.0, markdownlint v0.37.0).

No release notes provided.

Update markdownlint version (markdownlint-cli2 v0.15.0, markdownlint v0.36.1).

No release notes provided.

Update markdownlint version (markdownlint-cli2 v0.14.0, markdownlint v0.35.0).

No release notes provided.

Update markdownlint version (markdownlint-cli2 v0.13.0, markdownlint v0.34.0).

No release notes provided.

Update markdownlint version (markdownlint-cli2 v0.12.1, markdownlint v0.33.0).

Update markdownlint version (markdownlint-cli2 v0.11.0, markdownlint v0.32.1), remove deprecated "command" input.

No release notes provided.

Update markdownlint version (markdownlint-cli2 v0.10.0, markdownlint v0.31.1).

No release notes provided.

Update markdownlint version (markdownlint-cli2 v0.9.2, markdownlint v0.30.0).

No release notes provided.

Update markdownlint version (markdownlint-cli2 v0.8.1, markdownlint v0.29.0), add "config" and "fix" inputs, deprecate "command" input.

No release notes provided.

Update markdownlint version (markdownlint-cli2 v0.7.1, markdownlint v0.28.2).

No release notes provided.

Update markdownlint version (markdownlint-cli2 v0.7.0, markdownlint v0.28.1), include link to rule information in title of annotations (clickable in GitHub).

No release notes provided.

Update markdownlint version (markdownlint-cli2 v0.6.0, markdownlint v0.27.0).

No release notes provided.

... (truncated)

Commits
  • 07035fd Update to version 22.0.0.
  • d74d6a5 Freshen generated index.js file.
  • ecaf45c Bump markdownlint-cli2 from 0.19.1 to 0.20.0
  • e4bf40d Freshen generated index.js file.
  • ae047c4 Bump markdownlint-cli2 from 0.19.0 to 0.19.1
  • db7ea3f Bump actions/checkout from 5 to 6
  • bfd3fdc Bump @​stylistic/eslint-plugin from 5.6.0 to 5.6.1
  • 43dc18c Bump @​stylistic/eslint-plugin from 5.5.0 to 5.6.0
  • 30a0e04 Update to version 21.0.0.
  • 6d4a055 Freshen generated index.js file.
  • Additional commits viewable in compare view

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
DavidAnson/markdownlint-cli2-action [>= 23.a, < 24]

Dependabot compatibility score

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 commands and options

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

stevenjvik and others added 14 commits March 10, 2026 17:53
…omation, monitoring (#1)

Add complete security operations reference library:

- Playbooks: incident triage, phishing response, malware containment,
  unauthorized access — all MITRE ATT&CK mapped
- Detection: 4 Sigma rules (brute force, PowerShell, SMB lateral movement,
  privilege escalation) + correlation patterns and threshold/anomaly guide
- Hardening: SSH and Linux baselines, Ansible roles (common, ssh-hardening,
  firewall) with CIS-inspired defaults
- Automation: auth log parser, backup validator, IOC checker — stdlib only
- Monitoring: Prometheus alerting rules (node + service), Grafana SOC dashboard
- Plans: 10-item roadmap (SIEM, honeypots, threat intel, purple team, etc.)
- Professional README landing page with tech stack badges and MIT license

All content uses fictional IPs/hostnames — no real infrastructure data exposed.

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Disables noisy formatting rules (blanks around headings/lists/fences,
line length, inline HTML, code fence language) to get CI green.
Content-focused rules remain active.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
The repo already had .markdownlint.json which took precedence over
the .yaml added in the previous commit. Updates the JSON config to
disable noisy formatting rules (blanks around headings/lists/fences,
line length, bare URLs, inline HTML, code fence language).
Removes redundant .yaml config.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Replaces placeholder text with accurate description of Wazuh SIEM,
7 monitored endpoints, MITRE ATT&CK mapping, and repo structure.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Add siem/ directory with Wazuh 4.9.2 deployment notes, dashboards,
  Sigma-to-Wazuh conversion scripts, and custom rules
- Update plans/README.md — SIEM status: Complete (7 agents, email alerting)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4...v6)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [DavidAnson/markdownlint-cli2-action](https://github.com/davidanson/markdownlint-cli2-action) from 16 to 22.
- [Release notes](https://github.com/davidanson/markdownlint-cli2-action/releases)
- [Commits](DavidAnson/markdownlint-cli2-action@v16...v22)

---
updated-dependencies:
- dependency-name: DavidAnson/markdownlint-cli2-action
  dependency-version: '22'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Apr 27, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot @github

dependabot Bot commented on behalf of github Jul 6, 2026

Copy link
Copy Markdown
Contributor Author

A newer version of DavidAnson/markdownlint-cli2-action exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

@dependabot @github

dependabot Bot commented on behalf of github Jul 28, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #11.

@dependabot dependabot Bot closed this Jul 28, 2026
@dependabot
dependabot Bot deleted the dependabot/github_actions/DavidAnson/markdownlint-cli2-action-22 branch July 28, 2026 15:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant