Bump oxsecurity/megalinter from 7 to 8 #13

Open
dependabot[bot] wants to merge 1 commits from dependabot/github_actions/oxsecurity/megalinter-8 into main

View File

@ -32,7 +32,7 @@ jobs:
fetch-depth: 0 fetch-depth: 0
- name: MegaLinter - name: MegaLinter
id: ml id: ml
uses: oxsecurity/megalinter@v7 uses: oxsecurity/megalinter@v8
env: env:
VALIDATE_ALL_CODEBASE: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }} VALIDATE_ALL_CODEBASE: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}