From 1513c1dc0e06e274698ac8fb7cb5c65bccf14440 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 23:53:17 +0100 Subject: [PATCH] Update codecov/codecov-action action to v5.1.0 {patch} (#794) Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/gradle-ci.yml | 2 +- .github/workflows/gradle.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gradle-ci.yml b/.github/workflows/gradle-ci.yml index 6660388..f0aa05c 100644 --- a/.github/workflows/gradle-ci.yml +++ b/.github/workflows/gradle-ci.yml @@ -71,7 +71,7 @@ jobs: build/reports/abort-mission/abort-mission-report.html retention-days: 5 - name: Upload coverage to Codecov - uses: codecov/codecov-action@015f24e6818733317a2da2edd6290ab26238649a # v5.0.7 + uses: codecov/codecov-action@c2fcb216de2b0348de0100baa3ea2cad9f100a01 # v5.1.0 with: token: ${{ secrets.CODECOV_TOKEN }} file: ./build/reports/jacoco/report.xml diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index f546659..7d2340b 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -72,7 +72,7 @@ jobs: run: | rm -rf ${{ runner.temp }}/.gnupg/ - name: Upload coverage to Codecov - uses: codecov/codecov-action@015f24e6818733317a2da2edd6290ab26238649a # v5.0.7 + uses: codecov/codecov-action@c2fcb216de2b0348de0100baa3ea2cad9f100a01 # v5.1.0 with: token: ${{ secrets.CODECOV_TOKEN }} file: ./build/reports/jacoco/report.xml