Skip to content

Commit dc54dbc

Browse files
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](qltysh/qlty-action@a192421...fd52dc8) --- 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] <support@github.com>
1 parent ca2bf4e commit dc54dbc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ jobs:
169169

170170
- name: Publish coverage report to QLTY
171171
if: github.repository_owner == 'Open-CMSIS-Pack' && runner.os == 'Linux'
172-
uses: qltysh/qlty-action/coverage@a19242102d17e497f437d7466aa01b528537e899 # v2.2.0
172+
uses: qltysh/qlty-action/coverage@fd52dc852530a708d68c3b7342f8d33d1df4cd55 # v2.2.1
173173
with:
174174
token: ${{ secrets.QLTY_COVERAGE_TOKEN }}
175175
files: coverage/lcov.info

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137

138138
- name: Publish coverage report to QLTY
139139
if: github.repository_owner == 'Open-CMSIS-Pack' && runner.os == 'Linux'
140-
uses: qltysh/qlty-action/coverage@a19242102d17e497f437d7466aa01b528537e899 # v2.2.0
140+
uses: qltysh/qlty-action/coverage@fd52dc852530a708d68c3b7342f8d33d1df4cd55 # v2.2.1
141141
with:
142142
token: ${{ secrets.QLTY_COVERAGE_TOKEN }}
143143
files: coverage/lcov.info

0 commit comments

Comments
 (0)