From 89e1be068ab43ab2809a47cdfb0a7e198a828590 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Jul 2026 18:34:57 +0000 Subject: [PATCH] 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/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 85f4e818..2c790c16 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -290,7 +290,7 @@ jobs: # octocov.pr.yml, floor only on pushes via octocov.yml), stores the # baseline report on the default branch, and writes the badge SVG. - name: "octocov" - uses: k1LoW/octocov-action@b3b6ee60482a667950f87553abf1df63217235d9 # v1.5.1 + uses: k1LoW/octocov-action@a167dc0dee441b7ffc45e1b862ab55ec0d87f278 # v1.5.2 with: config: ${{ github.event_name == 'pull_request' && 'resources/octocov.pr.yml' || 'resources/octocov.yml' }}