Skip to content

Commit c4f2e36

Browse files
CCM-12090: Skip static analysis
1 parent 93eb3f2 commit c4f2e36

File tree

1 file changed

+23
-23
lines changed

1 file changed

+23
-23
lines changed

.github/workflows/stage-2-test.yaml

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -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-
uses: actions/[email protected]
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+
# uses: actions/[email protected]
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

Comments
 (0)