From 0a08bc3859123a8b8745f204be0c9061686de041 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jul 2026 12:42:17 +0000 Subject: [PATCH] chore(deps): bump qltysh/qlty-action/coverage from 2.2.1 to 2.3.0 Bumps [qltysh/qlty-action/coverage](https://github.com/qltysh/qlty-action) from 2.2.1 to 2.3.0. - [Release notes](https://github.com/qltysh/qlty-action/releases) - [Changelog](https://github.com/qltysh/qlty-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/qltysh/qlty-action/compare/fd52dc852530a708d68c3b7342f8d33d1df4cd55...08a0a862c159eae9b9003081da6663d96efef637) --- updated-dependencies: - dependency-name: qltysh/qlty-action/coverage dependency-version: 2.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/go-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go-test.yaml b/.github/workflows/go-test.yaml index d5e7fabb1..ac890c22f 100644 --- a/.github/workflows/go-test.yaml +++ b/.github/workflows/go-test.yaml @@ -34,7 +34,7 @@ jobs: # Skip on PRs from forks: GitHub does not grant id-token: write to # cross-repository workflow runs, so the OIDC upload cannot authenticate. if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name == github.repository - uses: qltysh/qlty-action/coverage@fd52dc852530a708d68c3b7342f8d33d1df4cd55 # v2.2.1 + uses: qltysh/qlty-action/coverage@08a0a862c159eae9b9003081da6663d96efef637 # v2.3.0 with: oidc: true files: c.out