Skip to content

Commit

Permalink
[MOSIP-37805] Testing push-trigger to show both modules in sonar cloud (
Browse files Browse the repository at this point in the history
#770)

* [MOSIP-37805] Tetsing push-trigger to show both modules in sonar cloud

Signed-off-by: Mahesh.Binayak <[email protected]>

* [MOSIP-37805] Tetsing push-trigger to show both modules in sonar cloud

Signed-off-by: Mahesh.Binayak <[email protected]>

* [MOSIP-37805] Tetsing push-trigger to show both modules in sonar cloud

Signed-off-by: Mahesh.Binayak <[email protected]>

* [MOSIP-37805] Testing push-trigger to show both modules in sonar cloud

Signed-off-by: Mahesh.Binayak <[email protected]>

* Update push-trigger.yml

---------

Signed-off-by: Mahesh.Binayak <[email protected]>
Signed-off-by: Mahesh-Binayak <[email protected]>
  • Loading branch information
Mahesh-Binayak authored Nov 26, 2024
1 parent 1198b8b commit 76d0992
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/push-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
sonar_analysis:
needs: build-maven-pre-registration
if: "${{ github.event_name != 'pull_request' }}"
uses: mosip/kattu/.github/workflows/maven-sonar-analysis-new.yml@master-java21
uses: mosip/kattu/.github/workflows/maven-sonar-analysis-new.yml@develop
with:
SERVICE_LOCATION: ./pre-registration
secrets:
Expand Down Expand Up @@ -191,7 +191,7 @@ jobs:
sonar_analysis_apitest_prereg:
needs: build-maven-apitest-prereg
if: "${{ github.event_name != 'pull_request' }}"
uses: mosip/kattu/.github/workflows/maven-sonar-analysis-new.yml@master-java21
uses: mosip/kattu/.github/workflows/maven-sonar-analysis-new.yml@develop
with:
SERVICE_LOCATION: ./api-test
secrets:
Expand All @@ -201,4 +201,4 @@ jobs:
OSSRH_SECRET: ${{ secrets.OSSRH_SECRET }}
OSSRH_TOKEN: ${{ secrets.OSSRH_TOKEN }}
GPG_SECRET: ${{ secrets.GPG_SECRET }}
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK }}
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK }}

0 comments on commit 76d0992

Please sign in to comment.