diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 2ffb026..4099776 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -43,7 +43,7 @@ jobs: https://storage.googleapis.com/mediapipe-models/face_landmarker/face_landmarker/float16/latest/face_landmarker.task - name: Initialiser CodeQL - uses: github/codeql-action/init@v3 + uses: github/codeql-action/init@v4 with: languages: java-kotlin build-mode: manual @@ -55,6 +55,6 @@ jobs: run: ./gradlew clean assembleDebug --no-build-cache - name: Exécuter l'analyse CodeQL - uses: github/codeql-action/analyze@v3 + uses: github/codeql-action/analyze@v4 with: category: "/language:java-kotlin"