Skip to content

Commit

Permalink
one more
Browse files Browse the repository at this point in the history
  • Loading branch information
galkahana committed May 24, 2024
1 parent 8336e02 commit 4799053
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ jobs:
- name: 'Checkout Repository'
uses: actions/checkout@v4
- name: 'Dependency Review Push'
uses: actions/dependency-review-action@v3
uses: actions/dependency-review-action@v4
if: ${{ github.event_name == 'push'}}
with:
fail-on-severity: moderate
base-ref: ${{ github.event.before }}
head-ref: ${{ github.sha }}
- name: 'Dependency Review'
uses: actions/dependency-review-action@v3
uses: actions/dependency-review-action@v4
if: ${{ github.event_name != 'push'}}
with:
fail-on-severity: moderate
Expand Down

0 comments on commit 4799053

Please sign in to comment.