From ec3bee299647ef81cf46be3ad0b9af77afb7e950 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Jul 2026 02:56:28 +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 b14e08a..b7fced9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -188,6 +188,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' }}