Skip to content

Commit

Permalink
Add depreview workflow (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandear authored Jun 11, 2024
1 parent 4d6835a commit d064c98
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/depreview.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# https://docs.github.com/en/code-security/supply-chain-security/understanding-your-software-supply-chain/about-dependency-review#dependency-review-enforcement
name: Dependency Review

on:
pull_request:
branches: [main]

permissions:
contents: read

jobs:
dependency-review:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- uses: actions/dependency-review-action@v4

0 comments on commit d064c98

Please sign in to comment.