diff --git a/.github/workflows/linting-formatting.yml b/.github/workflows/linting-formatting.yml index 645f110..c00b40f 100644 --- a/.github/workflows/linting-formatting.yml +++ b/.github/workflows/linting-formatting.yml @@ -46,7 +46,7 @@ jobs: with: fetch-depth: 0 persist-credentials: false - - uses: oxsecurity/megalinter@fda6ac3a38be0e969820709ac16e442464e5a035 # v7.3.0 + - uses: oxsecurity/megalinter@b48455a119cc28045eee8f1e9d0a542a85e71f4f # v7.5.0 env: APPLY_FIXES: all VALIDATE_ALL_CODEBASE: true @@ -56,7 +56,7 @@ jobs: # with: # sarif_file: megalinter-reports/megalinter-report.sarif - uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3 - if: ${{ success() }} || ${{ failure() }} + if: success() || failure() with: name: linter path: |