Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wjmurphy committed Oct 24, 2023
1 parent 6837472 commit 8486428
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: 'Checkout repository'
uses: actions/checkout@v4

- name: 'Dependency review'
- name: 'Review changes to repository supply chain'
uses: actions/dependency-review-action@v3
with:
# Fails only on critical findings as it is not possible to pass the build altogether
Expand All @@ -27,7 +27,7 @@ jobs:
# Checkout this revision and the previous one
fetch-depth: 2

- name: 'Dependency review'
- name: 'Review changes to repository supply chain'
uses: actions/dependency-review-action@v3
with:
# Fails only on critical findings as it is not possible to pass the build altogether
Expand Down

0 comments on commit 8486428

Please sign in to comment.