Skip to content

Commit

Permalink
Create dependency-review.yml (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacome authored Nov 8, 2024
1 parent edd08c7 commit 51a56c3
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Dependency review
on:
pull_request:
branches:
- master

permissions:
contents: read
# Write permissions for pull-requests are required for using the `comment-summary-in-pr` option, comment out if you aren't using this option
pull-requests: write

jobs:
dependency-review:
runs-on: ubuntu-24.04
steps:
- name: Checkout Repository
uses: actions/checkout@v4

- name: Dependency Review
uses: actions/dependency-review-action@v4
with:
config-file: "opentracing-contrib/common/dependency-review-config.yml@main"

0 comments on commit 51a56c3

Please sign in to comment.