From 228d3202f6a7fd1803e692a8be4f60a015f7a9ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 12:42:33 +0000 Subject: [PATCH] chore(deps): bump qltysh/qlty-action/coverage from 2.2.1 to 2.2.3 Bumps [qltysh/qlty-action/coverage](https://github.com/qltysh/qlty-action) from 2.2.1 to 2.2.3. - [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...dafbc1e328f1f92525f1a3916724bd5fa01498e8) --- updated-dependencies: - dependency-name: qltysh/qlty-action/coverage dependency-version: 2.2.3 dependency-type: direct:production update-type: version-update:semver-patch ... 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..e81e2f643 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@dafbc1e328f1f92525f1a3916724bd5fa01498e8 # v2.2.3 with: oidc: true files: c.out