with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- name: 'Dependency Review'
- if: ${{ matrix.os == 'ubuntu-latest' && matrix.node == '18.x' }}
+ if: ${{ github.event_name == 'push' && matrix.os == 'ubuntu-latest' && matrix.node == '18.x' }}
uses: actions/dependency-review-action@v3
with:
- base-ref: main
+ base-ref: ${{ github.ref_name }}
head-ref: ${{ github.sha }}
+ - name: 'Pull Request Dependency Review'
+ if: ${{ github.event_name == 'pull_request' && matrix.os == 'ubuntu-latest' && matrix.node == '18.x' }}
+ uses: actions/dependency-review-action@v3
- uses: pnpm/action-setup@v2
with:
version: 8
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- name: 'Dependency Review'
- if: ${{ matrix.os == 'ubuntu-latest' && matrix.node == '18.x' }}
+ if: ${{ github.event_name == 'push' && matrix.os == 'ubuntu-latest' && matrix.node == '18.x' }}
uses: actions/dependency-review-action@v3
with:
- base-ref: main
+ base-ref: ${{ github.ref_name }}
head-ref: ${{ github.sha }}
+ - name: 'Pull Request Dependency Review'
+ if: ${{ github.event_name == 'pull_request' && matrix.os == 'ubuntu-latest' && matrix.node == '18.x' }}
+ uses: actions/dependency-review-action@v3
- uses: pnpm/action-setup@v2
with:
version: 8