Skip to content

Add security workflows and combine test and lint workflows #3

Add security workflows and combine test and lint workflows

Add security workflows and combine test and lint workflows #3

name: 'Dependency review'
on:
pull_request:
branches: [ "main" ]
permissions:
contents: read
pull-requests: write
jobs:
dependency-review:
runs-on: ubuntu-latest
steps:
- name: 'Checkout repository'
uses: actions/checkout@v4
- name: 'Dependency Review'
uses: actions/dependency-review-action@v4
with:
comment-summary-in-pr: on-failure