chore(deps): bump the dev-dependencies group across 1 directory with 3 updates (#5520)

Bumps the dev-dependencies group with 3 updates in the / directory: [renovatebot/github-action](https://github.com/renovatebot/github-action), [nosborn/github-action-markdown-cli](https://github.com/nosborn/github-action-markdown-cli) and [stoplightio/spectral-action](https://github.com/stoplightio/spectral-action).


Updates `renovatebot/github-action` from 42.0.4 to 42.0.5
- [Release notes](https://github.com/renovatebot/github-action/releases)
- [Changelog](https://github.com/renovatebot/github-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/renovatebot/github-action/compare/v42.0.4...v42.0.5)

Updates `nosborn/github-action-markdown-cli` from 3.4.0 to 3.5.0
- [Release notes](https://github.com/nosborn/github-action-markdown-cli/releases)
- [Commits](https://github.com/nosborn/github-action-markdown-cli/compare/v3.4.0...v3.5.0)

Updates `stoplightio/spectral-action` from 0.8.11 to 0.8.12
- [Release notes](https://github.com/stoplightio/spectral-action/releases)
- [Commits](2ad0b9302e...577bade2d6)

---
updated-dependencies:
- dependency-name: renovatebot/github-action
  dependency-version: 42.0.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: nosborn/github-action-markdown-cli
  dependency-version: 3.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: stoplightio/spectral-action
  dependency-version: 0.8.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2025-06-15 13:38:57 -07:00 committed by GitHub
parent 7792986483
commit c522e45bca
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -17,7 +17,7 @@ jobs:
uses: actions/checkout@v4.2.2
# https://github.com/renovatebot/github-action
- name: self-hosted renovate
uses: renovatebot/github-action@v42.0.4
uses: renovatebot/github-action@v42.0.5
with:
# https://docs.github.com/en/actions/security-for-github-actions/security-guides/automatic-token-authentication
token: ${{ secrets.GITHUB_TOKEN }}

View File

@ -21,7 +21,7 @@ jobs:
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Lint markdown
uses: nosborn/github-action-markdown-cli@v3.4.0
uses: nosborn/github-action-markdown-cli@v3.5.0
with:
files: '.'
config_file: ".markdownlint.json"
@ -52,7 +52,7 @@ jobs:
# Run Spectral
- name: Lint OpenAPI spec
uses: stoplightio/spectral-action@2ad0b9302e32a77c1caccf474a9b2191a8060d83 # v0.8.11
uses: stoplightio/spectral-action@577bade2d6e0eeb50528c94182a5588bf961ae8f # v0.8.12
with:
file_glob: 'api/*.yaml'