Skip to content

Allow testing workflows to run in parallel without conflicts #905

Allow testing workflows to run in parallel without conflicts

Allow testing workflows to run in parallel without conflicts #905

Workflow file for this run

name: 'Dependency Review'
permissions: {}
on: [pull_request]
jobs:
dependency-review:
runs-on: ubuntu-latest
permissions:
contents: read # required by actions/dependency-review-action
steps:
- name: 'Checkout Repository'
uses: actions/checkout@v6
- name: 'Dependency Review'
uses: actions/dependency-review-action@v4
with:
fail-on-severity: moderate