diff --git a/.github/workflows/dependency-check.yml b/.github/workflows/dependency-check.yml index b795e8d670..3df6d54fc6 100644 --- a/.github/workflows/dependency-check.yml +++ b/.github/workflows/dependency-check.yml @@ -66,7 +66,7 @@ jobs: message: | ## ‼️ Dependency Check findings ‼️ One or more high/critical findings have been found during dependency check. Please check the depenency report: - https://github.com/catenax-ng/tx-traceability-foss/actions/runs/${{ github.run_id }} + https://github.com/eclipse-tractusx/traceability-foss/actions/runs/${{ github.run_id }} - name: add PR comment uses: mshick/add-pr-comment@v2 diff --git a/.github/workflows/sonar-scan-backend.yml b/.github/workflows/sonar-scan-backend.yml index 7bc1a5e2c6..09f38c4c20 100644 --- a/.github/workflows/sonar-scan-backend.yml +++ b/.github/workflows/sonar-scan-backend.yml @@ -60,4 +60,4 @@ jobs: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN_BACKEND }} SONAR_ORGANIZATION: ${{ vars.SONAR_ORGANIZATION }} SONAR_PROJECT_KEY: ${{ vars.SONAR_PROJECT_KEY_BACKEND }} - run: mvn -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn --batch-mode sonar:sonar -Dsonar.coverage.jacoco.xmlReportPaths=/home/runner/work/tx-traceability-foss/tx-traceability-foss/tx-coverage/target/site/jacoco-aggregate/jacoco.xml -Dsonar.projectKey=${{ vars.SONAR_PROJECT_KEY_BACKEND }} -Dsonar.organization=${{ vars.SONAR_ORGANIZATION }} + run: mvn -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn --batch-mode sonar:sonar -Dsonar.coverage.jacoco.xmlReportPaths=${{ github.workspace }}/tx-coverage/target/site/jacoco-aggregate/jacoco.xml -Dsonar.projectKey=${{ vars.SONAR_PROJECT_KEY_BACKEND }} -Dsonar.organization=${{ vars.SONAR_ORGANIZATION }}