Skip to content

Commit

Permalink
ci: add actions/dependency-review-action v1
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris committed Apr 10, 2022
1 parent 4bd81e7 commit a827a09
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Source repository: https://github.com/actions/dependency-review-action
# Public documentation: 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:

permissions:
contents: read

jobs:
dependency-review:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/dependency-review-action@v1

0 comments on commit a827a09

Please sign in to comment.