feat(deps): Supprime revue dépendances obsolète
This commit is contained in:
19
.github/workflows/install-deps.yml
vendored
19
.github/workflows/install-deps.yml
vendored
@@ -127,22 +127,3 @@ jobs:
|
||||
env:
|
||||
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
|
||||
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}
|
||||
# =================================================================
|
||||
# JOB 3: DEPENDENCY REVIEW - Analyse les dépendances
|
||||
# =================================================================
|
||||
dependency-review:
|
||||
name: '🛡️ Dependency Review'
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: 'Checkout Repository'
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: 'Run Dependency Review'
|
||||
uses: actions/dependency-review-action@v4
|
||||
with:
|
||||
license-check: true
|
||||
base-ref: ${{ github.event_name == 'push' && github.event.before || github.event.pull_request.base.sha }}
|
||||
head-ref: ${{ github.event_name == 'push' && github.sha || github.event.pull_request.head.sha }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user