@@ -130,26 +130,26 @@ jobs:
130130 - name : " Save the coverage check result"
131131 run : |
132132 echo "Nothing to save"
133- perform-static-analysis :
134- name : " Perform static analysis"
135- needs : [test-unit]
136- runs-on : ubuntu-latest
137- permissions :
138- id-token : write
139- contents : read
140- timeout-minutes : 5
141- steps :
142- - name : " Checkout code"
143- uses : actions/checkout@v4
144- with :
145- fetch-depth : 0 # Full history is needed to improving relevancy of reporting
146- - name : " Download coverage report for SONAR"
147- uses : actions/download-artifact@v4
148- with :
149- name : code-coverage-report
150- - name : " Perform static analysis"
151- uses : ./.github/actions/perform-static-analysis
152- with :
153- sonar_organisation_key : " ${{ vars.SONAR_ORGANISATION_KEY }}"
154- sonar_project_key : " ${{ vars.SONAR_PROJECT_KEY }}"
155- sonar_token : " ${{ secrets.SONAR_TOKEN }}"
133+ # perform-static-analysis:
134+ # name: "Perform static analysis"
135+ # needs: [test-unit]
136+ # runs-on: ubuntu-latest
137+ # permissions:
138+ # id-token: write
139+ # contents: read
140+ # timeout-minutes: 5
141+ # steps:
142+ # - name: "Checkout code"
143+ # uses: actions/checkout@v4
144+ # with:
145+ # fetch-depth: 0 # Full history is needed to improving relevancy of reporting
146+ # - name: "Download coverage report for SONAR"
147+ # uses: actions/download-artifact@v4
148+ # with:
149+ # name: code-coverage-report
150+ # - name: "Perform static analysis"
151+ # uses: ./.github/actions/perform-static-analysis
152+ # with:
153+ # sonar_organisation_key: "${{ vars.SONAR_ORGANISATION_KEY }}"
154+ # sonar_project_key: "${{ vars.SONAR_PROJECT_KEY }}"
155+ # sonar_token: "${{ secrets.SONAR_TOKEN }}"
0 commit comments