File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -348,7 +348,7 @@ jobs:
348348 echo -e "Simulator CI Test Results: (only failures listed)\n"
349349 python3 ./tools/marvin/xunit-reader.py integration-test-results/
350350
351- - uses : codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6 .0.1
351+ - uses : codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7 .0.0
352352 with :
353353 files : jacoco-coverage.xml
354354 fail_ci_if_error : true
Original file line number Diff line number Diff line change 5555 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
5656 SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
5757 run : mvn -B -P quality org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.projectKey=apache_cloudstack -Dsonar.branch.name=${{ github.ref_name }}
58- - uses : codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6 .0.1
58+ - uses : codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7 .0.0
5959 with :
6060 files : ./client/target/site/jacoco-aggregate/jacoco.xml
6161 fail_ci_if_error : true
Original file line number Diff line number Diff line change 5757 HEADREF : ${{ github.event.pull_request.head.ref }}
5858 run : |
5959 mvn -B -P quality org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.projectKey=apache_cloudstack -Dsonar.pullrequest.key="$PR_ID" -Dsonar.pullrequest.branch="$HEADREF" -Dsonar.pullrequest.github.repository=apache/cloudstack -Dsonar.pullrequest.provider=GitHub -Dsonar.pullrequest.github.summary_comment=true
60- - uses : codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6 .0.1
60+ - uses : codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7 .0.0
6161 with :
6262 files : ./client/target/site/jacoco-aggregate/jacoco.xml
6363 fail_ci_if_error : true
Original file line number Diff line number Diff line change 5959 npm run lint
6060 npm run test:unit
6161
62- - uses : codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6 .0.1
62+ - uses : codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7 .0.0
6363 if : github.repository == 'apache/cloudstack'
6464 with :
6565 working-directory : ui
You can’t perform that action at this time.
0 commit comments