diff --git a/.github/workflows/sonar.yml b/.github/workflows/sonar.yml index 1a7a4788ff..89a6733032 100644 --- a/.github/workflows/sonar.yml +++ b/.github/workflows/sonar.yml @@ -18,7 +18,7 @@ jobs: name: Sonarqube_CI runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0