Skip to content

Commit bc631e4

Browse files
[jnigen] Bump coverallsapp/github-action from 1.1.2 to 1.1.3 (#154)
Bumps [coverallsapp/github-action](https://github.com/coverallsapp/github-action) from 1.1.2 to 1.1.3. - [Release notes](https://github.com/coverallsapp/github-action/releases) - [Commits](coverallsapp/github-action@8cbef1d...9ba913c) --- updated-dependencies: - dependency-name: coverallsapp/github-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4f051f6 commit bc631e4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test-package.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
- name: Collect coverage
101101
run: dart pub global run coverage:test_with_coverage
102102
- name: Upload coverage
103-
uses: coverallsapp/github-action@8cbef1dea373ebce56de0a14c68d6267baa10b44
103+
uses: coverallsapp/github-action@9ba913c152ae4be1327bfb9085dc806cedb44057
104104
with:
105105
github-token: ${{ secrets.GITHUB_TOKEN }}
106106
flag-name: jnigen_tests
@@ -187,7 +187,7 @@ jobs:
187187
- name: Collect coverage
188188
run: dart pub global run coverage:test_with_coverage
189189
- name: Upload coverage
190-
uses: coverallsapp/github-action@8cbef1dea373ebce56de0a14c68d6267baa10b44
190+
uses: coverallsapp/github-action@9ba913c152ae4be1327bfb9085dc806cedb44057
191191
with:
192192
github-token: ${{ secrets.GITHUB_TOKEN }}
193193
flag-name: jni_tests
@@ -423,7 +423,7 @@ jobs:
423423
runs-on: ubuntu-latest
424424
steps:
425425
- name: Coveralls finished
426-
uses: coverallsapp/github-action@8cbef1dea373ebce56de0a14c68d6267baa10b44
426+
uses: coverallsapp/github-action@9ba913c152ae4be1327bfb9085dc806cedb44057
427427
with:
428428
github-token: ${{ secrets.github_token }}
429429
parallel-finished: true

0 commit comments

Comments
 (0)