Skip to content

Commit 1c10ceb

Browse files
committed
chore(ci): bump coveralls action 2.2.3 -> 2.3.6 (dependabot pull request)
1 parent f447c16 commit 1c10ceb

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
@@ -331,7 +331,7 @@ jobs:
331331
- name: Upload coverage to Coveralls
332332
# python 2.7 and 3.6 versions of coverage can't produce lcov files.
333333
if: matrix.python-version != '2.7' && matrix.python-version != '3.6'
334-
uses: coverallsapp/github-action@3dfc5567390f6fa9267c0ee9c251e4c8c3f18949 # v2.2.3
334+
uses: coverallsapp/github-action@648a8eb78e6d50909eff900e4ec85cab4524a45b # v2.3.6
335335
with:
336336
github-token: ${{ secrets.GITHUB_TOKEN }}
337337
path-to-lcov: coverage.lcov
@@ -367,7 +367,7 @@ jobs:
367367

368368
steps:
369369
- name: Coveralls Finished
370-
uses: coverallsapp/github-action@3dfc5567390f6fa9267c0ee9c251e4c8c3f18949 # v2.2.3
370+
uses: coverallsapp/github-action@648a8eb78e6d50909eff900e4ec85cab4524a45b # v2.3.6
371371
with:
372372
github-token: ${{ secrets.github_token }}
373373
parallel-finished: true

0 commit comments

Comments
 (0)