Skip to content

Commit

Permalink
Create dependency-review.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Fabiana Campanari <fabicampanari@gmail.com>
  • Loading branch information
FabianaCampanari authored Jun 23, 2024
1 parent 38b423f commit 9cf203b
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/dependency-review.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: 'Dependency Review'
on: [pull_request]

permissions:
contents: read

jobs:
dependency-review:
runs-on: ubuntu-latest
steps:
- name: 'Checkout Repository'
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- name: 'Dependency Review'
uses: actions/dependency-review-action@5bbc3ba658137598168acb2ab73b21c432dd411b # v4.2.5

0 comments on commit 9cf203b

Please sign in to comment.