diff --git a/.github/workflows/pr-lint.yml b/.github/workflows/pr-lint.yml index 833aad5..1809e7b 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@5a91fb06c83d0e69fbd23756d47438aa723b4a5a # v8.7.0 + uses: oxsecurity/megalinter/flavors/cupcake@e08c2b05e3dbc40af4c23f41172ef1e068a7d651 # v8.8.0 - name: Check MegaLinter Results id: check-results diff --git a/pr-lint/action.yml b/pr-lint/action.yml index f75a7b2..907e472 100644 --- a/pr-lint/action.yml +++ b/pr-lint/action.yml @@ -125,7 +125,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/flavors/cupcake@5a91fb06c83d0e69fbd23756d47438aa723b4a5a # v8.7.0 + uses: oxsecurity/megalinter/flavors/cupcake@e08c2b05e3dbc40af4c23f41172ef1e068a7d651 # v8.8.0 id: ml # All available variables are described in documentation