Skip to content

Commit 8f461b4

Browse files
committed
CCM-10555: disable sonar
1 parent 2bc3bdf commit 8f461b4

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
@@ -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

Comments
 (0)