Skip to content

Commit

Permalink
Merge pull request #483 from galkahana/semver-cve
Browse files Browse the repository at this point in the history
semver check, and making checks fail on moderate as well
  • Loading branch information
galkahana committed Jul 22, 2023
2 parents 5a34d8a + 2066309 commit a3b88f0
Show file tree
Hide file tree
Showing 3 changed files with 155 additions and 151 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ jobs:
uses: actions/dependency-review-action@v3
if: ${{ github.event_name == 'push'}}
with:
fail-on-severity: high
fail-on-severity: moderate
base-ref: ${{ github.event.before }}
head-ref: ${{ github.sha }}
- name: 'Dependency Review'
uses: actions/dependency-review-action@v3
if: ${{ github.event_name != 'push'}}
with:
fail-on-severity: high
fail-on-severity: moderate
build-node-publish:
needs: dependency-review
strategy:
Expand Down
Loading

0 comments on commit a3b88f0

Please sign in to comment.