diff --git a/.github/workflows/gradle-ci.yml b/.github/workflows/gradle-ci.yml index 2faa7eb7..bcf75015 100644 --- a/.github/workflows/gradle-ci.yml +++ b/.github/workflows/gradle-ci.yml @@ -89,49 +89,49 @@ jobs: mission-report/**/build/reports/tests/test retention-days: 5 - name: Upload coverage to Codecov - Core - uses: codecov/codecov-action@c16abc29c95fcf9174b58eb7e1abf4c866893bc8 # v4.1.1 + uses: codecov/codecov-action@7afa10ed9b269c561c2336fd862446844e0cbf71 # v4.2.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@c16abc29c95fcf9174b58eb7e1abf4c866893bc8 # v4.1.1 + uses: codecov/codecov-action@7afa10ed9b269c561c2336fd862446844e0cbf71 # v4.2.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@c16abc29c95fcf9174b58eb7e1abf4c866893bc8 # v4.1.1 + uses: codecov/codecov-action@7afa10ed9b269c561c2336fd862446844e0cbf71 # v4.2.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@c16abc29c95fcf9174b58eb7e1abf4c866893bc8 # v4.1.1 + uses: codecov/codecov-action@7afa10ed9b269c561c2336fd862446844e0cbf71 # v4.2.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@c16abc29c95fcf9174b58eb7e1abf4c866893bc8 # v4.1.1 + uses: codecov/codecov-action@7afa10ed9b269c561c2336fd862446844e0cbf71 # v4.2.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@c16abc29c95fcf9174b58eb7e1abf4c866893bc8 # v4.1.1 + uses: codecov/codecov-action@7afa10ed9b269c561c2336fd862446844e0cbf71 # v4.2.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@c16abc29c95fcf9174b58eb7e1abf4c866893bc8 # v4.1.1 + uses: codecov/codecov-action@7afa10ed9b269c561c2336fd862446844e0cbf71 # v4.2.0 if: ${{ matrix.os == 'ubuntu-latest' }} with: token: ${{ secrets.CODECOV_TOKEN }} diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index ea7bff65..233db17c 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -80,43 +80,43 @@ jobs: run: | rm -rf ${{ runner.temp }}/.gnupg/ - name: Upload coverage to Codecov - Core - uses: codecov/codecov-action@c16abc29c95fcf9174b58eb7e1abf4c866893bc8 # v4.1.1 + uses: codecov/codecov-action@7afa10ed9b269c561c2336fd862446844e0cbf71 # v4.2.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@c16abc29c95fcf9174b58eb7e1abf4c866893bc8 # v4.1.1 + uses: codecov/codecov-action@7afa10ed9b269c561c2336fd862446844e0cbf71 # v4.2.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@c16abc29c95fcf9174b58eb7e1abf4c866893bc8 # v4.1.1 + uses: codecov/codecov-action@7afa10ed9b269c561c2336fd862446844e0cbf71 # v4.2.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@c16abc29c95fcf9174b58eb7e1abf4c866893bc8 # v4.1.1 + uses: codecov/codecov-action@7afa10ed9b269c561c2336fd862446844e0cbf71 # v4.2.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@c16abc29c95fcf9174b58eb7e1abf4c866893bc8 # v4.1.1 + uses: codecov/codecov-action@7afa10ed9b269c561c2336fd862446844e0cbf71 # v4.2.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@c16abc29c95fcf9174b58eb7e1abf4c866893bc8 # v4.1.1 + uses: codecov/codecov-action@7afa10ed9b269c561c2336fd862446844e0cbf71 # v4.2.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@c16abc29c95fcf9174b58eb7e1abf4c866893bc8 # v4.1.1 + uses: codecov/codecov-action@7afa10ed9b269c561c2336fd862446844e0cbf71 # v4.2.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