From ca51c80bc92bd725e49c69c51ca83759c795ad9a Mon Sep 17 00:00:00 2001 From: Matthew Watkins Date: Mon, 27 Jan 2025 13:40:15 +0000 Subject: [PATCH] Fix: Remove redunant and legacy run-generic-sonar-scan action Issue-ID: CIMAN-33 Change-Id: Ifd813aa1f72759f2e0ae9920222e0e0f12b7ee4b Signed-off-by: Matthew Watkins --- .github/workflows/gerrit-merge.yaml | 28 ---------------------------- 1 file changed, 28 deletions(-) diff --git a/.github/workflows/gerrit-merge.yaml b/.github/workflows/gerrit-merge.yaml index 2b05903..f4f7027 100644 --- a/.github/workflows/gerrit-merge.yaml +++ b/.github/workflows/gerrit-merge.yaml @@ -65,34 +65,6 @@ jobs: - name: Allow replication run: sleep 10s - call-prescan-sonarcloud: - needs: notify - # yamllint disable-line rule:line-length - uses: lfit/releng-reusable-workflows/.github/workflows/composed-generic-sonar-cloud.yaml@e559e85bfc17ce024eabfa796d39ac27f806ec65 # 2024-07-19 - with: - GERRIT_BRANCH: ${{ inputs.GERRIT_BRANCH }} - GERRIT_CHANGE_ID: ${{ inputs.GERRIT_CHANGE_ID }} - GERRIT_CHANGE_NUMBER: ${{ inputs.GERRIT_CHANGE_NUMBER }} - GERRIT_CHANGE_URL: ${{ inputs.GERRIT_CHANGE_URL }} - GERRIT_EVENT_TYPE: ${{ inputs.GERRIT_EVENT_TYPE }} - GERRIT_PATCHSET_NUMBER: ${{ inputs.GERRIT_PATCHSET_NUMBER }} - GERRIT_PATCHSET_REVISION: ${{ inputs.GERRIT_PATCHSET_REVISION }} - GERRIT_PROJECT: ${{ inputs.GERRIT_PROJECT }} - GERRIT_REFSPEC: ${{ inputs.GERRIT_REFSPEC }} - JDK_VERSION: "17" - ENV_VARS: "{}" - ENV_SECRETS: "{}" - SONAR_ARGS: > - -Dsonar.organization=onap - -Dsonar.projectKey=onap_portal-ng-ui - -Dsonar.projectName=portal-ng-ui - -Dsonar.build.sourceEncoding=UTF-8 - -Dsonar.sources=. - -Dsonar.go.coverage.reportPaths=**/coverage.txt - -Dsonar.verbose=true - secrets: - SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} - call-sonatype-lifecycle: needs: [notify] # yamllint disable-line rule:line-length -- 2.16.6