From 9cdf7f0bdcd5fa5065d4839470cb248a5d50983c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 10:53:31 +0000 Subject: [PATCH] build(deps): bump k1LoW/octocov-action from 1.5.1 to 1.5.2 Bumps [k1LoW/octocov-action](https://github.com/k1low/octocov-action) from 1.5.1 to 1.5.2. - [Release notes](https://github.com/k1low/octocov-action/releases) - [Changelog](https://github.com/k1LoW/octocov-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/k1low/octocov-action/compare/b3b6ee60482a667950f87553abf1df63217235d9...a167dc0dee441b7ffc45e1b862ab55ec0d87f278) --- updated-dependencies: - dependency-name: k1LoW/octocov-action dependency-version: 1.5.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/coverage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 5ffcb8a..c20f115 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -46,7 +46,7 @@ jobs: - name: Run combined unit + E2E coverage run: make coverage - - uses: k1LoW/octocov-action@b3b6ee60482a667950f87553abf1df63217235d9 # v1.5.1 + - uses: k1LoW/octocov-action@a167dc0dee441b7ffc45e1b862ab55ec0d87f278 # v1.5.2 # On push to main, commit the octocov-regenerated coverage badge back so # the README badge stays current. `[skip ci]` prevents a workflow loop.