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 3c69ee1 commit 4809af4
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 4809af4

Please sign in to comment.