Skip to content

Commit

Permalink
Upgrade MegaLinter
Browse files Browse the repository at this point in the history
  • Loading branch information
nvuillam committed Dec 16, 2023
1 parent da683f3 commit 8cd22c5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/mega-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:

# Mega-Linter
- name: Mega-Linter
uses: oxsecurity/megalinter@v6
uses: oxsecurity/megalinter@v7
env:
# All available variables are described in documentation
# https://github.com/oxsecurity/megalinter#configuration
Expand All @@ -48,8 +48,8 @@ jobs:

# Upload Mega-Linter artifacts. They will be available on Github action page "Artifacts" section
- name: Archive production artifacts
if: ${{ success() }} || ${{ failure() }}
uses: actions/upload-artifact@v2
if: success() || failure()
uses: actions/upload-artifact@v4
with:
name: Mega-Linter reports
path: |
Expand Down

0 comments on commit 8cd22c5

Please sign in to comment.