Skip to content

Commit

Permalink
chore(deps): add dependency-review-action
Browse files Browse the repository at this point in the history
  • Loading branch information
lburgazzoli committed May 28, 2023
1 parent 272c143 commit 20e8378
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/build-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,17 @@ on:
- main
workflow_dispatch:

permissions:
contents: read

jobs:
deps:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: 'Dependency Review'
uses: actions/dependency-review-action@v3
build:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 20e8378

Please sign in to comment.