Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
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' }}
uses: actions/dependency-review-action@v3
- uses: pnpm/action-setup@v2
with:
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' }}
uses: actions/dependency-review-action@v3
- uses: pnpm/action-setup@v2
with: