From cfcbb399c479e83f96808bd68f274a291e1d8f51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 03:12:10 +0000 Subject: [PATCH] Bump codecov/codecov-action from 4 to 5 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4 to 5. - [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/v4...v5) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/master-codecov.yml | 2 +- .github/workflows/pr-checks.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/master-codecov.yml b/.github/workflows/master-codecov.yml index f2eef68d..2b83ff0c 100644 --- a/.github/workflows/master-codecov.yml +++ b/.github/workflows/master-codecov.yml @@ -24,4 +24,4 @@ jobs: restore-keys: sbt- - name: Generate coverage report run: sbt clean coverage test coverageReport - - uses: codecov/codecov-action@v4 + - uses: codecov/codecov-action@v5 diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml index b7c3acf6..dc8a91c0 100644 --- a/.github/workflows/pr-checks.yml +++ b/.github/workflows/pr-checks.yml @@ -54,7 +54,7 @@ jobs: restore-keys: sbt- - name: Generate coverage report run: sbt clean coverage test coverageReport - - uses: codecov/codecov-action@v4 + - uses: codecov/codecov-action@v5 - name: Run Scalafix check run: sbt fixCheck - name: Run Scapegoat