This is an automated email from the ASF dual-hosted git repository.
weizhouapache pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cloudstack.git
The following commit(s) were added to refs/heads/main by this push:
new 6bc83a3c46f .github: Upgrade codecov/codecov-action to version 7.0.0
(#13370)
6bc83a3c46f is described below
commit 6bc83a3c46f4b51ddf24483ee1fe3ccf65d2791a
Author: Wei Zhou <[email protected]>
AuthorDate: Mon Jun 8 11:20:20 2026 +0200
.github: Upgrade codecov/codecov-action to version 7.0.0 (#13370)
---
.github/workflows/ci.yml | 2 +-
.github/workflows/main-sonar-check.yml | 2 +-
.github/workflows/sonar-check.yml | 2 +-
.github/workflows/ui.yml | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index e9d03bf1209..0815b455847 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -348,7 +348,7 @@ jobs:
echo -e "Simulator CI Test Results: (only failures listed)\n"
python3 ./tools/marvin/xunit-reader.py integration-test-results/
- - uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354
# v6.0.1
+ - uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f
# v7.0.0
with:
files: jacoco-coverage.xml
fail_ci_if_error: true
diff --git a/.github/workflows/main-sonar-check.yml
b/.github/workflows/main-sonar-check.yml
index ad58d07a989..3d510fa5dc3 100644
--- a/.github/workflows/main-sonar-check.yml
+++ b/.github/workflows/main-sonar-check.yml
@@ -55,7 +55,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
run: mvn -B -P quality
org.sonarsource.scanner.maven:sonar-maven-plugin:sonar
-Dsonar.projectKey=apache_cloudstack -Dsonar.branch.name=${{ github.ref_name }}
- - uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354
# v6.0.1
+ - uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f
# v7.0.0
with:
files: ./client/target/site/jacoco-aggregate/jacoco.xml
fail_ci_if_error: true
diff --git a/.github/workflows/sonar-check.yml
b/.github/workflows/sonar-check.yml
index 49a49d00958..e614d186482 100644
--- a/.github/workflows/sonar-check.yml
+++ b/.github/workflows/sonar-check.yml
@@ -57,7 +57,7 @@ jobs:
HEADREF: ${{ github.event.pull_request.head.ref }}
run: |
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
- - uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354
# v6.0.1
+ - uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f
# v7.0.0
with:
files: ./client/target/site/jacoco-aggregate/jacoco.xml
fail_ci_if_error: true
diff --git a/.github/workflows/ui.yml b/.github/workflows/ui.yml
index ff27809db8f..0a6cd5f3ea5 100644
--- a/.github/workflows/ui.yml
+++ b/.github/workflows/ui.yml
@@ -59,7 +59,7 @@ jobs:
npm run lint
npm run test:unit
- - uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354
# v6.0.1
+ - uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f
# v7.0.0
if: github.repository == 'apache/cloudstack'
with:
working-directory: ui