Skip to content

[MegaLinter] Apply linters automatic fixes #5848

[MegaLinter] Apply linters automatic fixes

[MegaLinter] Apply linters automatic fixes #5848

Workflow file for this run

name: Security checks
permissions:
contents: read
on:
pull_request:
branches:
- "**"
workflow_dispatch:
jobs:
dependency-review:
if: ${{ github.event_name == 'pull_request' }}
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v7
- name: Review dependency changes
uses: actions/dependency-review-action@v5
with:
fail-on-severity: critical
# CodeQL runs from .github/workflows/codeql.yml. Keep this workflow focused on
# dependency review so code scanning permissions stay scoped to the CodeQL job.