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