Skip to content

Commit

Permalink
Merge pull request #24 from fish-shop/dependency-review
Browse files Browse the repository at this point in the history
Switch to reusable dependency-review workflow
  • Loading branch information
marcransome authored Dec 26, 2023
2 parents 90f7e3a + 10d0933 commit 2b535ba
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,4 @@ on:
- main
jobs:
dependency-review:
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Dependency review
uses: actions/dependency-review-action@v3
with:
comment-summary-in-pr: true
fail-on-severity: low
vulnerability-check: true
uses: fish-shop/workflows/.github/workflows/dependency-review.yml@v1

0 comments on commit 2b535ba

Please sign in to comment.