Skip to content

Commit

Permalink
fix: apply to dependency review
Browse files Browse the repository at this point in the history
  • Loading branch information
NiiMiyo committed Oct 22, 2024
1 parent 9a24019 commit 1fa8e45
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@
# 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]
on:
pull_request:
branches:
- main

permissions:
contents: read
Expand Down

0 comments on commit 1fa8e45

Please sign in to comment.