From 576c2a0d5bc2f0bc0a11a50525e01f55d85e41ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Apr 2024 15:51:30 +0200 Subject: [PATCH] ci(deps): bump the github-actions group with 3 updates (#389) * 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](https://github.com/oxsecurity/megalinter/compare/a7a0163b6c8ff7474a283d99a706e27483ddd80f...03986e6993ccf699a22451118520680b438e7d2a) Updates `reviewdog/action-suggester` from 1.11.0 to 1.12.0 - [Release notes](https://github.com/reviewdog/action-suggester/releases) - [Commits](https://github.com/reviewdog/action-suggester/compare/3d7fde6859623ad6174df5fd662677a0eb63310a...185c9c06d0a28fbe43b50aca4b32777b649e7cbd) 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](https://github.com/amannn/action-semantic-pull-request/compare/e9fabac35e210fea40ca5b14c0da95a099eff26f...c24d6dd07c69e0826c52021944f216b2e3192535) --- 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] * ci: disable markdown-link-check linter Disabling markdown-link-check linter because of regression related to checking anchors (see: https://github.com/tcort/markdown-link-check/issues/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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ron <45816308+rjaegers@users.noreply.github.com> --- .github/workflows/linting-formatting.yml | 4 ++-- .github/workflows/pr-conventional-title.yml | 2 +- .mega-linter.yml | 1 + 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/linting-formatting.yml b/.github/workflows/linting-formatting.yml index 3a692e0d..518a6672 100644 --- a/.github/workflows/linting-formatting.yml +++ b/.github/workflows/linting-formatting.yml @@ -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 @@ -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 diff --git a/.github/workflows/pr-conventional-title.yml b/.github/workflows/pr-conventional-title.yml index 097ce16d..f1e23457 100644 --- a/.github/workflows/pr-conventional-title.yml +++ b/.github/workflows/pr-conventional-title.yml @@ -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]).+$ diff --git a/.mega-linter.yml b/.mega-linter.yml index 0e208843..afa97ae1 100644 --- a/.mega-linter.yml +++ b/.mega-linter.yml @@ -7,6 +7,7 @@ ENABLE: - SPELL - YAML DISABLE_LINTERS: + - MARKDOWN_MARKDOWN_LINK_CHECK - REPOSITORY_DEVSKIM - REPOSITORY_KICS - REPOSITORY_SEMGREP