Skip to content

Commit

Permalink
Fivulnerability scan for scheduled triggers (#6925)
Browse files Browse the repository at this point in the history
  • Loading branch information
g-gaston authored Oct 30, 2023
1 parent 36a789f commit 0e01fa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/vulnerability.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: "Dependency Review"
uses: actions/dependency-review-action@v3
with:
base-ref: ${{ github.event.pull_request.base.sha || github.event.before }}
base-ref: ${{ github.event.pull_request.base.sha || github.event.before || github.sha }}
head-ref: ${{ github.event.pull_request.head.sha || github.sha }}
govulncheck:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 0e01fa4

Please sign in to comment.