Skip to content

Commit

Permalink
Fix dependency-review for commits in main (#6904)
Browse files Browse the repository at this point in the history
  • Loading branch information
g-gaston authored Oct 26, 2023
1 parent 2f211b2 commit 171f3f5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/vulnerability.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
show-progress: false
- name: "Dependency Review"
uses: actions/dependency-review-action@v3
with:
base-ref: ${{ github.event.pull_request.base.sha || github.event.before }}
head-ref: ${{ github.event.pull_request.head.sha || github.sha }}
govulncheck:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 171f3f5

Please sign in to comment.