Skip to content

Update actions/setup-java action to v4.5.0 #12

Update actions/setup-java action to v4.5.0

Update actions/setup-java action to v4.5.0 #12

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@bacb5f8674e3730b904ca4d20c8bd477bc51b1a7 # v7.13.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