diff --git a/sonar-project.properties b/.github/sonar-project.properties similarity index 100% rename from sonar-project.properties rename to .github/sonar-project.properties diff --git a/.github/workflows/Linty.yml b/.github/workflows/Linty.yml index dfee430a4..115b66862 100644 --- a/.github/workflows/Linty.yml +++ b/.github/workflows/Linty.yml @@ -11,10 +11,13 @@ jobs: steps: - name: Git Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 + - name: Setup + run: cp $GITHUB_WORKSPACE/.github/sonar-project.properties $GITHUB_WORKSPACE/sonar-project.properties + - name: Cache uses: actions/cache@v3.3.0 with: