Skip to content

Commit eeb91d4

Browse files
CCM-12090: Regenerate lockfile (#706)
1 parent fa3bb8c commit eeb91d4

File tree

2 files changed

+47
-47
lines changed

2 files changed

+47
-47
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 }}"

package-lock.json

Lines changed: 24 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)