Skip to content

Commit f6c219e

Browse files
chore(deps): bump coverallsapp/github-action from 2.2.1 to 2.2.3
Bumps [coverallsapp/github-action](https://github.com/coverallsapp/github-action) from 2.2.1 to 2.2.3. - [Release notes](https://github.com/coverallsapp/github-action/releases) - [Commits](coverallsapp/github-action@95b1a23...3dfc556) --- updated-dependencies: - dependency-name: coverallsapp/github-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3b17a4d commit f6c219e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ jobs:
257257
- name: Upload coverage to Coveralls
258258
# python 2.7 and 3.6 versions of coverage can't produce lcov files.
259259
if: matrix.python-version != '2.7' && matrix.python-version != '3.6'
260-
uses: coverallsapp/github-action@95b1a2355bd0e526ad2fd62da9fd386ad4c98474 # master
260+
uses: coverallsapp/github-action@3dfc5567390f6fa9267c0ee9c251e4c8c3f18949 # master
261261
with:
262262
github-token: ${{ secrets.GITHUB_TOKEN }}
263263
path-to-lcov: coverage.lcov
@@ -293,7 +293,7 @@ jobs:
293293

294294
steps:
295295
- name: Coveralls Finished
296-
uses: coverallsapp/github-action@95b1a2355bd0e526ad2fd62da9fd386ad4c98474 # master
296+
uses: coverallsapp/github-action@3dfc5567390f6fa9267c0ee9c251e4c8c3f18949 # master
297297
with:
298298
github-token: ${{ secrets.github_token }}
299299
parallel-finished: true

0 commit comments

Comments
 (0)