feat(deps): Supprime revue dépendances obsolète

This commit is contained in:
Serreau Jovann
2025-07-17 11:07:03 +02:00
parent c8bfa4b2bf
commit 3b4d1e6b5e

View File

@@ -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 }}