From 35283012fd2c9204216ca5e542e6c95db66bb2a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 May 2023 01:57:07 +0000 Subject: [PATCH] GitHub Actions(deps): Bump codecov/codecov-action from 1.5.0 to 3.1.4 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 1.5.0 to 3.1.4. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/v1.5.0...v3.1.4) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/pull_request.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 83c13840..f4e49f14 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -66,7 +66,7 @@ jobs: restore-keys: ${{ runner.os }}-m2 - name: Generate jacoco report run: ./mvnw -U verify -Pjacoco - - uses: codecov/codecov-action@v1.5.0 + - uses: codecov/codecov-action@v3.1.4 with: file: ./target/site/jacoco/jacoco.xml name: codecov diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 8c54d829..3793b019 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -66,7 +66,7 @@ jobs: restore-keys: ${{ runner.os }}-m2 - name: Generate jacoco report run: ./mvnw -U verify -Pjacoco - - uses: codecov/codecov-action@v1.5.0 + - uses: codecov/codecov-action@v3.1.4 with: file: ./target/site/jacoco/jacoco.xml name: codecov