[jnigen] Bump coverallsapp/github-action from 2.0.0 to 2.1.2 (https://github.com/dart-lang/jnigen/issues/269)
Bumps [coverallsapp/github-action](https://github.com/coverallsapp/github-action) from 2.0.0 to 2.1.2.
- [Release notes](https://github.com/coverallsapp/github-action/releases)
- [Commits](https://github.com/coverallsapp/github-action/compare/67662d24394fd74bffcf7b462d1b432814159afd...f350da2c033043742f89e8c0b7b5145a1616da6d)
---
updated-dependencies:
- dependency-name: coverallsapp/github-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
diff --git a/.github/workflows/test-package.yml b/.github/workflows/test-package.yml
index e059842..035466b 100644
--- a/.github/workflows/test-package.yml
+++ b/.github/workflows/test-package.yml
@@ -101,7 +101,7 @@
- name: Collect coverage
run: dart pub global run coverage:test_with_coverage
- name: Upload coverage
- uses: coverallsapp/github-action@67662d24394fd74bffcf7b462d1b432814159afd
+ uses: coverallsapp/github-action@f350da2c033043742f89e8c0b7b5145a1616da6d
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
flag-name: jnigen_tests
@@ -177,7 +177,7 @@
- name: Collect coverage
run: dart pub global run coverage:test_with_coverage
- name: Upload coverage
- uses: coverallsapp/github-action@67662d24394fd74bffcf7b462d1b432814159afd
+ uses: coverallsapp/github-action@f350da2c033043742f89e8c0b7b5145a1616da6d
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
flag-name: jni_tests
@@ -412,7 +412,7 @@
runs-on: ubuntu-latest
steps:
- name: Coveralls finished
- uses: coverallsapp/github-action@67662d24394fd74bffcf7b462d1b432814159afd
+ uses: coverallsapp/github-action@f350da2c033043742f89e8c0b7b5145a1616da6d
with:
github-token: ${{ secrets.github_token }}
parallel-finished: true