Skip to content

Commit

Permalink
ci(deps): bump the github-actions group with 3 updates (#389)
Browse files Browse the repository at this point in the history
* ci(deps): bump the github-actions group with 3 updates

Bumps the github-actions group with 3 updates: [oxsecurity/megalinter](https://github.com/oxsecurity/megalinter), [reviewdog/action-suggester](https://github.com/reviewdog/action-suggester) and [amannn/action-semantic-pull-request](https://github.com/amannn/action-semantic-pull-request).


Updates `oxsecurity/megalinter` from 7.10.0 to 7.11.1
- [Release notes](https://github.com/oxsecurity/megalinter/releases)
- [Changelog](https://github.com/oxsecurity/megalinter/blob/main/CHANGELOG.md)
- [Commits](oxsecurity/megalinter@a7a0163...03986e6)

Updates `reviewdog/action-suggester` from 1.11.0 to 1.12.0
- [Release notes](https://github.com/reviewdog/action-suggester/releases)
- [Commits](reviewdog/action-suggester@3d7fde6...185c9c0)

Updates `amannn/action-semantic-pull-request` from 5.4.0 to 5.5.0
- [Release notes](https://github.com/amannn/action-semantic-pull-request/releases)
- [Changelog](https://github.com/amannn/action-semantic-pull-request/blob/main/CHANGELOG.md)
- [Commits](amannn/action-semantic-pull-request@e9fabac...c24d6dd)

---
updated-dependencies:
- dependency-name: oxsecurity/megalinter
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: reviewdog/action-suggester
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: amannn/action-semantic-pull-request
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <[email protected]>

* ci: disable markdown-link-check linter

Disabling markdown-link-check linter because of regression related to checking anchors (see: tcort/markdown-link-check#304).

Lychee is also enabled for all repository files and covers the same features as markdown-link-check.

* ci: use correct key to disable markdown-link-check

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ron <[email protected]>
  • Loading branch information
dependabot[bot] and rjaegers authored Apr 24, 2024
1 parent 6cc84b6 commit 576c2a0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linting-formatting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
with:
fetch-depth: 0
persist-credentials: false
- uses: oxsecurity/megalinter/flavors/documentation@a7a0163b6c8ff7474a283d99a706e27483ddd80f # v7.10.0
- uses: oxsecurity/megalinter/flavors/documentation@03986e6993ccf699a22451118520680b438e7d2a # v7.11.1
env:
APPLY_FIXES: all
VALIDATE_ALL_CODEBASE: true
Expand All @@ -41,6 +41,6 @@ jobs:
name: Linter Report
path: |
megalinter-reports
- uses: reviewdog/action-suggester@3d7fde6859623ad6174df5fd662677a0eb63310a # v1.11.0
- uses: reviewdog/action-suggester@185c9c06d0a28fbe43b50aca4b32777b649e7cbd # v1.12.0
with:
tool_name: MegaLinter
2 changes: 1 addition & 1 deletion .github/workflows/pr-conventional-title.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
permissions:
pull-requests: write
steps:
- uses: amannn/action-semantic-pull-request@e9fabac35e210fea40ca5b14c0da95a099eff26f # v5.4.0
- uses: amannn/action-semantic-pull-request@c24d6dd07c69e0826c52021944f216b2e3192535 # v5.5.0
id: pr-title
with:
subjectPattern: ^(?![A-Z]).+$
Expand Down
1 change: 1 addition & 0 deletions .mega-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ ENABLE:
- SPELL
- YAML
DISABLE_LINTERS:
- MARKDOWN_MARKDOWN_LINK_CHECK
- REPOSITORY_DEVSKIM
- REPOSITORY_KICS
- REPOSITORY_SEMGREP
Expand Down

0 comments on commit 576c2a0

Please sign in to comment.