Skip to content

Update oxsecurity/megalinter action to v8 #20

Update oxsecurity/megalinter action to v8

Update oxsecurity/megalinter action to v8 #20

Workflow file for this run

name: Pull Request
on:
pull_request:
push:
branches:
- main
concurrency:
group: '${{ github.ref }}-${{ github.workflow }}'
cancel-in-progress: true
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout the repo
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
with:
fetch-depth: 0
- name: MegaLinter
uses: oxsecurity/megalinter/flavors/cupcake@b38cdf1f0cbe056fad4112cb7cd99c2b574c9617 # v8.1.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SPELL_CSPELL_DISABLE_ERRORS: true
REPOSITORY_CHECKOV_DISABLE_ERRORS: true
- name: Archive production artifacts
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
if: success() || failure()
with:
name: MegaLinter reports
path: |
megalinter-reports
mega-linter.log