From 2cb616df3acb9f517bbb4f1fa89b42a404d119d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jul 2025 07:54:13 +0000 Subject: [PATCH] Bump qltysh/qlty-action Bumps [qltysh/qlty-action](https://github.com/qltysh/qlty-action) from 76524b1c03d868bed85b3869da6655f26f322790 to b9133a486505563742d768da29f7951271678c87. - [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/76524b1c03d868bed85b3869da6655f26f322790...b9133a486505563742d768da29f7951271678c87) --- updated-dependencies: - dependency-name: qltysh/qlty-action dependency-version: b9133a486505563742d768da29f7951271678c87 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 30562a3..f3305ec 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -28,7 +28,7 @@ jobs: python-version: ${{ matrix.python-version }} - run: uv sync --all-extras --dev - run: uv run task test:ci - - uses: qltysh/qlty-action/coverage@76524b1c03d868bed85b3869da6655f26f322790 + - uses: qltysh/qlty-action/coverage@b9133a486505563742d768da29f7951271678c87 with: coverage-token: ${{ secrets.QLTY_COVERAGE_TOKEN }} files: ${{github.workspace}}/cov.xml