Skip to content

Commit

Permalink
Update dependency-review.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory authored Sep 23, 2024
1 parent 4186007 commit 0f78e40
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@ jobs:
uses: actions/checkout@v4
- name: 'Dependency Review PR'
uses: actions/[email protected]
if: github.event_name != 'master'
- name: 'Dependency Review'
uses: actions/[email protected]
if: github.event_name == 'master'
with:
base-ref: ${{ github.event.repository.default_branch }}
head-ref: ${{ github.event.repository.default_branch }}
base-ref: ${{ github.event.before }}
head-ref: ${{ github.sha }}

0 comments on commit 0f78e40

Please sign in to comment.