diff --git a/.github/workflows/pr-lint.yml b/.github/workflows/pr-lint.yml index 0e37168..6ddf784 100644 --- a/.github/workflows/pr-lint.yml +++ b/.github/workflows/pr-lint.yml @@ -69,7 +69,7 @@ jobs: - name: MegaLinter id: ml - uses: oxsecurity/megalinter/flavors/cupcake@ec124f7998718d79379a3c5b39f5359952baf21d # v8.4.2 + uses: oxsecurity/megalinter/flavors/cupcake@146333030da68e2e58c6ff826633824fabe01eaf # v8.5.0 env: PARALLEL: true # Run linters in parallel FILTER_REGEX_EXCLUDE: '(\.automation/test|docs/json-schemas|\.github/workflows)' diff --git a/pr-lint/action.yml b/pr-lint/action.yml index 8932d0e..b272b34 100644 --- a/pr-lint/action.yml +++ b/pr-lint/action.yml @@ -30,7 +30,7 @@ runs: - name: MegaLinter # You can override MegaLinter flavor used to have faster performances # More info at https://megalinter.io/latest/flavors/ - uses: oxsecurity/megalinter@ec124f7998718d79379a3c5b39f5359952baf21d # v8.4.2 + uses: oxsecurity/megalinter@146333030da68e2e58c6ff826633824fabe01eaf # v8.5.0 id: ml # All available variables are described in documentation