Skip to content

Instantly share code, notes, and snippets.

@ilyabrin
Created September 8, 2022 13:46
Show Gist options
  • Save ilyabrin/86034c9938d2ed83822562fc62aead35 to your computer and use it in GitHub Desktop.
Save ilyabrin/86034c9938d2ed83822562fc62aead35 to your computer and use it in GitHub Desktop.
Dependency Review Action
name: 'Dependency Review'
on: [pull_request]
permissions:
contents: read
jobs:
dependency-review:
runs-on: ubuntu-latest
steps:
- name: 'Checkout Repository'
uses: actions/checkout@v3
- name: Dependency Review
uses: actions/dependency-review-action@v2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment