- uses: actions/checkout@v4
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- - name: 'Dependency Review'
+ - name: Dependency Review
if: ${{ github.event_name == 'push' && matrix.os == 'ubuntu-latest' && matrix.node == '18.x' }}
uses: actions/dependency-review-action@v3
with:
base-ref: ${{ github.ref_name }}
head-ref: ${{ github.sha }}
- - name: 'Pull Request Dependency Review'
+ - 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
- uses: actions/checkout@v4
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- - name: 'Dependency Review'
+ - name: Dependency Review
if: ${{ github.event_name == 'push' && matrix.os == 'ubuntu-latest' && matrix.node == '18.x' }}
uses: actions/dependency-review-action@v3
with:
base-ref: ${{ github.ref_name }}
head-ref: ${{ github.sha }}
- - name: 'Pull Request Dependency Review'
+ - 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