From 86e9450d7e271fb41f75faa9b602da3392975c9f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2024 18:30:24 +0000 Subject: [PATCH] Update codecov/codecov-action action to v5 {patch} Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/gradle-ci.yml | 14 +++++++------- .github/workflows/gradle.yml | 14 +++++++------- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/gradle-ci.yml b/.github/workflows/gradle-ci.yml index 9dfb0a95..286dbf5d 100644 --- a/.github/workflows/gradle-ci.yml +++ b/.github/workflows/gradle-ci.yml @@ -82,49 +82,49 @@ jobs: mission-report/**/build/reports/tests/test retention-days: 5 - name: Upload coverage to Codecov - Core - uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4.6.0 + uses: codecov/codecov-action@968872560f81e7bdde9272853e65f2507c0eca7c # v5.0.0 if: ${{ matrix.os == 'ubuntu-latest' }} with: token: ${{ secrets.CODECOV_TOKEN }} file: ./mission-control/build/reports/jacoco/report.xml flags: core - name: Upload coverage to Codecov - Boosters - JUnit4 - uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4.6.0 + uses: codecov/codecov-action@968872560f81e7bdde9272853e65f2507c0eca7c # v5.0.0 if: ${{ matrix.os == 'ubuntu-latest' }} with: token: ${{ secrets.CODECOV_TOKEN }} file: ./boosters/booster-junit4/build/reports/jacoco/report.xml flags: junit4 - name: Upload coverage to Codecov - Boosters - Jupiter - uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4.6.0 + uses: codecov/codecov-action@968872560f81e7bdde9272853e65f2507c0eca7c # v5.0.0 if: ${{ matrix.os == 'ubuntu-latest' }} with: token: ${{ secrets.CODECOV_TOKEN }} file: ./boosters/booster-junit-jupiter/build/reports/jacoco/report.xml flags: jupiter - name: Upload coverage to Codecov - Boosters - TestNG - uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4.6.0 + uses: codecov/codecov-action@968872560f81e7bdde9272853e65f2507c0eca7c # v5.0.0 if: ${{ matrix.os == 'ubuntu-latest' }} with: token: ${{ secrets.CODECOV_TOKEN }} file: ./boosters/booster-testng/build/reports/jacoco/report.xml flags: testng - name: Upload coverage to Codecov - Boosters - Cucumber JVM - uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4.6.0 + uses: codecov/codecov-action@968872560f81e7bdde9272853e65f2507c0eca7c # v5.0.0 if: ${{ matrix.os == 'ubuntu-latest' }} with: token: ${{ secrets.CODECOV_TOKEN }} file: ./boosters/booster-cucumber-jvm/build/reports/jacoco/report.xml flags: cucumber - name: Upload coverage to Codecov - Boosters - Testkit - uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4.6.0 + uses: codecov/codecov-action@968872560f81e7bdde9272853e65f2507c0eca7c # v5.0.0 if: ${{ matrix.os == 'ubuntu-latest' }} with: token: ${{ secrets.CODECOV_TOKEN }} file: ./boosters/testkit/build/reports/jacoco/report.xml flags: testkit - name: Upload coverage to Codecov - Reporting - Flight Evaluation Report - uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4.6.0 + uses: codecov/codecov-action@968872560f81e7bdde9272853e65f2507c0eca7c # v5.0.0 if: ${{ matrix.os == 'ubuntu-latest' }} with: token: ${{ secrets.CODECOV_TOKEN }} diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index 2cf4a967..11b17317 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -81,43 +81,43 @@ jobs: run: | rm -rf ${{ runner.temp }}/.gnupg/ - name: Upload coverage to Codecov - Core - uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4.6.0 + uses: codecov/codecov-action@968872560f81e7bdde9272853e65f2507c0eca7c # v5.0.0 with: token: ${{ secrets.CODECOV_TOKEN }} file: ./mission-control/build/reports/jacoco/report.xml flags: core - name: Upload coverage to Codecov - Boosters - JUnit4 - uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4.6.0 + uses: codecov/codecov-action@968872560f81e7bdde9272853e65f2507c0eca7c # v5.0.0 with: token: ${{ secrets.CODECOV_TOKEN }} file: ./boosters/booster-junit4/build/reports/jacoco/report.xml flags: junit4 - name: Upload coverage to Codecov - Boosters - Jupiter - uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4.6.0 + uses: codecov/codecov-action@968872560f81e7bdde9272853e65f2507c0eca7c # v5.0.0 with: token: ${{ secrets.CODECOV_TOKEN }} file: ./boosters/booster-junit-jupiter/build/reports/jacoco/report.xml flags: jupiter - name: Upload coverage to Codecov - Boosters - TestNG - uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4.6.0 + uses: codecov/codecov-action@968872560f81e7bdde9272853e65f2507c0eca7c # v5.0.0 with: token: ${{ secrets.CODECOV_TOKEN }} file: ./boosters/booster-testng/build/reports/jacoco/report.xml flags: testng - name: Upload coverage to Codecov - Boosters - Cucumber JVM - uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4.6.0 + uses: codecov/codecov-action@968872560f81e7bdde9272853e65f2507c0eca7c # v5.0.0 with: token: ${{ secrets.CODECOV_TOKEN }} file: ./boosters/booster-cucumber-jvm/build/reports/jacoco/report.xml flags: cucumber - name: Upload coverage to Codecov - Boosters - Testkit - uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4.6.0 + uses: codecov/codecov-action@968872560f81e7bdde9272853e65f2507c0eca7c # v5.0.0 with: token: ${{ secrets.CODECOV_TOKEN }} file: ./boosters/testkit/build/reports/jacoco/report.xml flags: testkit - name: Upload coverage to Codecov - Reporting - Flight Evaluation Report - uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4.6.0 + uses: codecov/codecov-action@968872560f81e7bdde9272853e65f2507c0eca7c # v5.0.0 with: token: ${{ secrets.CODECOV_TOKEN }} files: ./mission-report/flight-evaluation-report/build/reports/jacoco/report.xml,./mission-report/flight-evaluation-report/node/build/coverage/cobertura-coverage.xml