From 4c13ee73fccec8fedc0dd477b44c51a3eafbf59d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 22:56:25 +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 5d75779..e7db06a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -214,6 +214,6 @@ jobs: -Dsonar.php.coverage.reportPaths=tests/_output/coverage.xml - 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' }}