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
Update workflows
  • Loading branch information
marcransome authored May 9, 2023
2 parents 9209813 + ff63c6c commit 75c3847
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,14 @@ on:
jobs:
dependency-review:
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- name: 'Checkout Repository'
uses: actions/checkout@v3
- name: 'Dependency Review'
uses: actions/dependency-review-action@v3
with:
comment-summary-in-pr: true
fail-on-severity: low
vulnerability-check: true
2 changes: 1 addition & 1 deletion .github/workflows/version.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Release tag management
name: release-tags
on:
push:
tags:
Expand Down

0 comments on commit 75c3847

Please sign in to comment.