From dc54dbc1d438991b5ade41586e7057dfd53ca819 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 16:57:53 +0000 Subject: [PATCH] Bump qltysh/qlty-action/coverage from 2.2.0 to 2.2.1 Bumps [qltysh/qlty-action/coverage](https://github.com/qltysh/qlty-action) from 2.2.0 to 2.2.1. - [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/a19242102d17e497f437d7466aa01b528537e899...fd52dc852530a708d68c3b7342f8d33d1df4cd55) --- updated-dependencies: - dependency-name: qltysh/qlty-action/coverage dependency-version: 2.2.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/nightly.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 00642865..3cb1b358 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -169,7 +169,7 @@ jobs: - name: Publish coverage report to QLTY if: github.repository_owner == 'Open-CMSIS-Pack' && runner.os == 'Linux' - uses: qltysh/qlty-action/coverage@a19242102d17e497f437d7466aa01b528537e899 # v2.2.0 + uses: qltysh/qlty-action/coverage@fd52dc852530a708d68c3b7342f8d33d1df4cd55 # v2.2.1 with: token: ${{ secrets.QLTY_COVERAGE_TOKEN }} files: coverage/lcov.info diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index e9661189..8e2bb73f 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -137,7 +137,7 @@ jobs: - name: Publish coverage report to QLTY if: github.repository_owner == 'Open-CMSIS-Pack' && runner.os == 'Linux' - uses: qltysh/qlty-action/coverage@a19242102d17e497f437d7466aa01b528537e899 # v2.2.0 + uses: qltysh/qlty-action/coverage@fd52dc852530a708d68c3b7342f8d33d1df4cd55 # v2.2.1 with: token: ${{ secrets.QLTY_COVERAGE_TOKEN }} files: coverage/lcov.info