@@ -198,26 +198,26 @@ jobs:
198198 name : code-coverage-report
199199 path : .reports/lcov.info
200200
201- perform-static-analysis :
202- name : " Perform static analysis"
203- needs : [test-unit, merge-coverage]
204- runs-on : ubuntu-latest
205- permissions :
206- id-token : write
207- contents : read
208- timeout-minutes : 5
209- steps :
210- - name : " Checkout code"
211- 212- with :
213- fetch-depth : 0 # Full history is needed to improving relevancy of reporting
214- - name : " Download coverage report for SONAR"
215- uses : actions/download-artifact@v5
216- with :
217- name : code-coverage-report
218- - name : " Perform static analysis"
219- uses : ./.github/actions/perform-static-analysis
220- with :
221- sonar_organisation_key : " ${{ vars.SONAR_ORGANISATION_KEY }}"
222- sonar_project_key : " ${{ vars.SONAR_PROJECT_KEY }}"
223- sonar_token : " ${{ secrets.SONAR_TOKEN }}"
201+ # perform-static-analysis:
202+ # name: "Perform static analysis"
203+ # needs: [test-unit, merge-coverage]
204+ # runs-on: ubuntu-latest
205+ # permissions:
206+ # id-token: write
207+ # contents: read
208+ # timeout-minutes: 5
209+ # steps:
210+ # - name: "Checkout code"
211+ 212+ # with:
213+ # fetch-depth: 0 # Full history is needed to improving relevancy of reporting
214+ # - name: "Download coverage report for SONAR"
215+ # uses: actions/download-artifact@v5
216+ # with:
217+ # name: code-coverage-report
218+ # - name: "Perform static analysis"
219+ # uses: ./.github/actions/perform-static-analysis
220+ # with:
221+ # sonar_organisation_key: "${{ vars.SONAR_ORGANISATION_KEY }}"
222+ # sonar_project_key: "${{ vars.SONAR_PROJECT_KEY }}"
223+ # sonar_token: "${{ secrets.SONAR_TOKEN }}"
0 commit comments