Skip to content

Commit

Permalink
Update dependency-review.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DeadNews committed Aug 23, 2022
1 parent 0861142 commit d05caa9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Dependency Review"
name: Dependency Review
on: [pull_request]

permissions:
Expand All @@ -8,7 +8,7 @@ jobs:
dependency-review:
runs-on: ubuntu-latest
steps:
- name: "Checkout Repository"
- name: Checkout Repository
uses: actions/checkout@v3
- name: "Dependency Review"
- name: Dependency Review
uses: actions/dependency-review-action@v2

0 comments on commit d05caa9

Please sign in to comment.