diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 12e7321..5ad60c3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,11 +16,11 @@ jobs: - name: Mega-Linter id: ml # You can override Mega-Linter flavor used to have faster performances - # More info at https://oxsecurity.github.io/megalinter/flavors/ - uses: oxsecurity/megalinter@v6 + # More info at https://megalinter.io/flavors/ + uses: oxsecurity/megalinter@v7 env: # All available variables are described in documentation - # https://oxsecurity.github.io/megalinter/configuration/ + # https://megalinter.io/config-file/ VALIDATE_ALL_CODEBASE: true GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} BASH_SHELLCHECK_ARGUMENTS: "--source-path=/github/workspace"