From 620417d6cdfef6637018e41234bea44c5404ddd5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2024 19:42:34 +0000 Subject: [PATCH 1/2] 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/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 59fbfc33..ce57a5c8 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -41,7 +41,7 @@ jobs: - name: Run quality checks and test code run: task ci - name: Upload Coverage - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: files: ./src/coverage.txt fail_ci_if_error: false From f48e7f31d823db2f3667e73d66d1ff0d6c7eaa1f Mon Sep 17 00:00:00 2001 From: OpsLevel Bots Date: Fri, 15 Nov 2024 19:42:57 +0000 Subject: [PATCH 2/2] Add automated changelog yaml from template --- .changes/unreleased/Dependency-20241115-194256.yaml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .changes/unreleased/Dependency-20241115-194256.yaml diff --git a/.changes/unreleased/Dependency-20241115-194256.yaml b/.changes/unreleased/Dependency-20241115-194256.yaml new file mode 100644 index 00000000..9d976c84 --- /dev/null +++ b/.changes/unreleased/Dependency-20241115-194256.yaml @@ -0,0 +1,3 @@ +kind: Dependency +body: Bump codecov/codecov-action from 4 to 5 +time: 2024-11-15T19:42:56.812445925Z